feat: USDC warp route config (Solana <> Eclipse) (#4430)
### Description <!-- What's included in this PR? --> ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->pull/4514/head
parent
69f17d99a2
commit
87a0b377ff
@ -0,0 +1,14 @@ |
||||
{ |
||||
"solanamainnet": { |
||||
"hex": "0xd9aa20b2eb8965db1c5ac0af8608dd1f1e223838b4c0324767728a4a250f95cb", |
||||
"base58": "Fefw54S6NDdwNbPngPePvW4tiFTFQDT7gBPvFoDFeGqg" |
||||
}, |
||||
"ethereum": { |
||||
"hex": "0x000000000000000000000000fc8f5272d690cf19732a7ed6f246adf5fb8708db", |
||||
"base58": "1111111111114X5Wp5Z6aWk6v7FMSteKXMS6myvi" |
||||
}, |
||||
"eclipsemainnet": { |
||||
"hex": "0xb3c4dfa7156aada50e24f6e5c5630a246265ad2fd9a5856233481e8ed52c9f84", |
||||
"base58": "D6k6T3G74ij6atCtBiWBs5TbFa1hFVcrFUSGZHuV7q3Z" |
||||
} |
||||
} |
@ -0,0 +1,23 @@ |
||||
{ |
||||
"solanamainnet": { |
||||
"type": "collateral", |
||||
"decimals": 6, |
||||
"interchainGasPaymaster": "AkeHBbE5JkwVppujCQQ6WuxsVsJtruBAjUo6fDCFp6fF", |
||||
"token": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", |
||||
"splTokenProgram": "token" |
||||
}, |
||||
"eclipsemainnet": { |
||||
"type": "synthetic", |
||||
"decimals": 6, |
||||
"name": "USD Coin", |
||||
"symbol": "USDC", |
||||
"uri": "https://github.com/hyperlane-xyz/hyperlane-registry/blob/33a13d304d3f08be79aad29ed47e7baeeea97db0/deployments/warp_routes/USDC/metadata.json", |
||||
"interchainGasPaymaster": "3Wp4qKkgf4tjXz1soGyTSndCgBPLZFSrZkiDZ8Qp9EEj" |
||||
}, |
||||
"ethereum": { |
||||
"type": "collateral", |
||||
"decimals": 6, |
||||
"token": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", |
||||
"foreignDeployment": "0xFc8F5272d690cf19732a7eD6f246aDF5fB8708dB" |
||||
} |
||||
} |
Loading…
Reference in new issue