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
Daniel Savu 1 month ago committed by GitHub
parent 69f17d99a2
commit 87a0b377ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      rust/sealevel/environments/mainnet3/warp-routes/eclipsesol/token-config.json
  2. 14
      rust/sealevel/environments/mainnet3/warp-routes/eclipseusdc/program-ids.json
  3. 23
      rust/sealevel/environments/mainnet3/warp-routes/eclipseusdc/token-config.json
  4. 4
      typescript/infra/config/environments/mainnet3/gasPrices.json

@ -9,7 +9,7 @@
"decimals": 9,
"name": "Solana",
"symbol": "SOL",
"uri": "https://github.com/hyperlane-xyz/hyperlane-registry/blob/b661127dd3dce5ea98b78ae0051fbd10c384b173/deployments/warp_routes/SOL/eclipse/metadata.json",
"uri": "https://github.com/hyperlane-xyz/hyperlane-registry/blob/33a13d304d3f08be79aad29ed47e7baeeea97db0/deployments/warp_routes/SOL/metadata.json",
"interchainGasPaymaster": "3Wp4qKkgf4tjXz1soGyTSndCgBPLZFSrZkiDZ8Qp9EEj"
}
}

@ -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"
}
}

@ -64,8 +64,8 @@
"decimals": 9
},
"eclipsemainnet": {
"amount": "0.001",
"decimals": 9
"amount": "0.0000001",
"decimals": 1
},
"endurance": {
"amount": "1.500000007",

Loading…
Cancel
Save