add: testnet wellKnown (#799)
* add: testnet wellKnown * update: canonical token addresses for alfajores/kovan * export typesbuddies-main-deployment
parent
39a99a7800
commit
82b74a232b
@ -1,4 +1,4 @@ |
||||
export { OpticsDomain, ReplicaInfo } from './domain'; |
||||
export type { OpticsDomain, ReplicaInfo } from './domain'; |
||||
export { mainnetDomains } from './mainnet'; |
||||
export { devDomains } from './dev'; |
||||
export { stagingDomains } from './staging'; |
||||
|
@ -0,0 +1,16 @@ |
||||
import { TokenIdentifier } from './index'; |
||||
|
||||
const Alfajores: TokenIdentifier = { |
||||
domain: 'alfajores', |
||||
id: '0xF194afDf50B03e69Bd7D057c1Aa9e10c9954E4C9', |
||||
}; |
||||
|
||||
const Kovan: TokenIdentifier = { |
||||
domain: 'kovan', |
||||
id: '0xd0a1e359811322d97991e03f863a0c30c2cf029c', |
||||
}; |
||||
|
||||
export default { |
||||
Alfajores, |
||||
Kovan, |
||||
}; |
Loading…
Reference in new issue