Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: deploy CDX token #5477

Merged
merged 3 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26e513e8fe567428cb58e7634e0ed8c659430707
3b7433b52d2f520e6b104f98d3da04f26b310a1f
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"base": {
"hex": "0x00000000000000000000000022fd11f93f0303346c9b9070cc67c4bc7ab2dabb",
"base58": "111111111111VGnE2fqhvnn7b54X4ZEzKE9v28S"
},
"solanamainnet": {
"hex": "0xbf628e576bb2c600fb6934812c6a630c420e22625ad60b635b28fc867877d344",
"base58": "Dt62xRfWf7h6cURDsr19tqGWhjHMdobNVQ25cfHtZXg7"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"base": {
"type": "collateral",
"decimals": 18,
"token": "0xC0D3700000c0e32716863323bFd936b54a1633d1",
"foreignDeployment": "0x22Fd11F93F0303346c9b9070cc67C4Bc7aB2dABB"
},
"solanamainnet": {
"type": "synthetic",
"decimals": 9,
"remoteDecimals": 18,
"interchainGasPaymaster": "AkeHBbE5JkwVppujCQQ6WuxsVsJtruBAjUo6fDCFp6fF",
"name": "Cod3x Token",
"symbol": "CDX",
"uri": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/fef8869f17249bd561235e7e118ee5293b410fc3/deployments/warp_routes/CDX/metadata.json"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ export enum WarpRouteIds {
SolanaSonicsvmUSDStar = 'USDStar/solanamainnet-sonicsvm',
SolanaSonicsvmSSOL = 'sSOL/solanamainnet-sonicsvm',
ArbitrumEthereumSolanaTreasureSMOL = 'SMOL/arbitrum-ethereum-solanamainnet-treasure',
BaseSolanaCDX = 'CDX/base-solanamainnet',
}