-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy CDX/base-solanamainnet (#593)
### Description - Deploys CDX/base-solanamainnet - tested in local UI already - ownership transfer already occurred - no Coingecko ID yet ### Backward compatibility <!-- Are these changes backward compatible? Note that additions are backwards compatible. Yes/No --> ### Testing <!-- Have any new metadata configs and deployment addresses been used with any Hyperlane tooling, such as the CLI? -->
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/registry': minor | ||
--- | ||
|
||
Deploy CDX/base-solanamainnet |
22 changes: 22 additions & 0 deletions
22
deployments/warp_routes/CDX/base-solanamainnet-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0x22Fd11F93F0303346c9b9070cc67C4Bc7aB2dABB" | ||
chainName: base | ||
collateralAddressOrDenom: "0xC0D3700000c0e32716863323bFd936b54a1633d1" | ||
connections: | ||
- token: sealevel|solanamainnet|Dt62xRfWf7h6cURDsr19tqGWhjHMdobNVQ25cfHtZXg7 | ||
decimals: 18 | ||
logoURI: /deployments/warp_routes/CDX/logo.svg | ||
name: Cod3x Token | ||
standard: EvmHypCollateral | ||
symbol: CDX | ||
- addressOrDenom: Dt62xRfWf7h6cURDsr19tqGWhjHMdobNVQ25cfHtZXg7 | ||
chainName: solanamainnet | ||
collateralAddressOrDenom: APXsvXT37zZocsMtdzfgGrAFzYJJuwGYQCUzuHxwaW4i | ||
connections: | ||
- token: ethereum|base|0x22Fd11F93F0303346c9b9070cc67C4Bc7aB2dABB | ||
decimals: 9 | ||
logoURI: /deployments/warp_routes/CDX/logo.svg | ||
name: Cod3x Token | ||
standard: SealevelHypSynthetic | ||
symbol: CDX |
13 changes: 13 additions & 0 deletions
13
deployments/warp_routes/CDX/base-solanamainnet-deploy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
base: | ||
interchainSecurityModule: "0x0000000000000000000000000000000000000000" | ||
mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D" | ||
owner: "0xfEfcb2fb19b9A70B30646Fdc1A0860Eb12F7ff8b" | ||
token: "0xC0D3700000c0e32716863323bFd936b54a1633d1" | ||
type: collateral | ||
solanamainnet: | ||
foreignDeployment: Dt62xRfWf7h6cURDsr19tqGWhjHMdobNVQ25cfHtZXg7 | ||
gas: 300000 | ||
interchainSecurityModule: "0x0000000000000000000000000000000000000000" | ||
mailbox: E588QtVUvresuXq2KoNEwAmoifCzYGpRBdHByN9KQMbi | ||
owner: 7dRAVvdmV3dy4JieuRAirBQ9oSpYaHgmYwupoK5YZcFR | ||
type: synthetic |