Skip to content

Commit 82e0be3

Browse files
committed
support solana hyperlane
1 parent 808e81f commit 82e0be3

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

mainnet/dymension_1100-1/dymension_1100-1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@
2121
"baseDenom": "adym",
2222
"decimals": 18,
2323
"logo": "/logos/dymension-logo.svg",
24-
"type": "main"
24+
"type": "main",
25+
"hyperlaneDenom": "hyperlane/0x726f757465725f61707000000000000000000000000000010000000000000001",
26+
"solana": {
27+
"mintAccount": "AjnUVPffPT91gBS7KADzXgpdTPFrjJURHrKWAa1fQbHH",
28+
"wrapRouteProgramId": "2ZmyhGb8fH88rWaHgSazvGun82vfzXB1DPaA8xm4Ksek",
29+
"token2022": true
30+
}
2531
}
2632
],
2733
"coinType": 60,

mainnet/solana/solana.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"explorerUrl": "https://solscan.io/",
77
"rpc": "https://solana-mainnet.g.alchemy.com/v2/rAlOmDGbfRdJgIEb1LDsk",
88
"ibc": {
9-
"allowedDenoms": [ "uusdc" ]
9+
"allowedDenoms": [ "uusdc", "adym" ]
1010
},
1111
"order": 3,
1212
"currencies": [
@@ -19,7 +19,6 @@
1919
"logo": "/logos/usdc-logo.svg",
2020
"type": "regular",
2121
"cctp": true,
22-
"solanaMintAccount": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
2322
"solana": {
2423
"mintAccount": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
2524
}

0 commit comments

Comments
 (0)