chain-registry 2.0.57 → 2.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/asset-lists.js +3 -1
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/axelar/asset-list.js +8 -2
- package/esm/mainnet/babylon/asset-list.js +217 -15
- package/esm/mainnet/beezee/asset-list.js +8 -0
- package/esm/mainnet/buycex/asset-list.js +4 -1
- package/esm/mainnet/buycex/chain.js +4 -1
- package/esm/mainnet/chains.js +3 -1
- package/esm/mainnet/composable/asset-list.js +5 -0
- package/esm/mainnet/cosmoshub/asset-list.js +98 -9
- package/esm/mainnet/dydx/ibc-data.js +29 -0
- package/esm/mainnet/dyson/asset-list.js +27 -13
- package/esm/mainnet/elys/asset-list.js +1 -4
- package/esm/mainnet/elys/chain.js +4 -1
- package/esm/mainnet/ethereum/asset-list.js +100 -19
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/initia/chain.js +2 -2
- package/esm/mainnet/injective/asset-list.js +15 -0
- package/esm/mainnet/kopi/asset-list.js +44 -2
- package/esm/mainnet/kujira/asset-list.js +5 -1
- package/esm/mainnet/lombardledger/asset-list.js +11 -0
- package/esm/mainnet/lumera/asset-list.js +43 -0
- package/esm/mainnet/lumera/chain.js +10 -4
- package/esm/mainnet/lumera/ibc-data.js +59 -0
- package/esm/mainnet/lumera/index.js +2 -0
- package/esm/mainnet/manifest/asset-list.js +4 -0
- package/esm/mainnet/mantrachain/asset-list.js +2 -2
- package/esm/mainnet/migaloo/asset-list.js +18 -0
- package/esm/mainnet/milkyway/asset-list.js +2 -2
- package/esm/mainnet/milkyway/chain.js +5 -2
- package/esm/mainnet/namada/asset-list.js +8 -1
- package/esm/mainnet/namada/chain.js +4 -1
- package/esm/mainnet/neutron/asset-list.js +45 -17
- package/esm/mainnet/nibiru/asset-list.js +8 -0
- package/esm/mainnet/nolus/asset-list.js +43 -27
- package/esm/mainnet/opct/asset-list.js +4 -1
- package/esm/mainnet/oraichain/asset-list.js +24 -0
- package/esm/mainnet/osmosis/asset-list.js +228 -129
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/quasar/asset-list.js +4 -4
- package/esm/mainnet/routerchain/asset-list.js +12 -1
- package/esm/mainnet/stargaze/asset-list.js +0 -6
- package/esm/mainnet/terra/asset-list.js +7 -4
- package/esm/mainnet/terra2/asset-list.js +4 -1
- package/esm/mainnet/titan/asset-list.js +47 -5
- package/esm/mainnet/umee/chain.js +4 -9
- package/esm/mainnet/xion/asset-list.js +18 -2
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/mainnet/xrplevm/asset-list.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +52 -0
- package/esm/mainnet/zigchain/chain.js +108 -0
- package/esm/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +0 -2
- package/esm/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/esm/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/esm/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/esm/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/esm/noncosmos/picasso/asset-list.js +5 -0
- package/esm/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/esm/noncosmos/polygon/asset-list.js +4 -4
- package/esm/noncosmos/polygontestnet/asset-list.js +6 -1
- package/esm/noncosmos/solanatestnet/asset-list.js +9 -1
- package/esm/noncosmos/statemine/asset-list.js +11 -0
- package/esm/noncosmos/tontestnet/asset-list.js +5 -1
- package/esm/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/esm/testnet/agoricdevnet/chain.js +5 -1
- package/esm/testnet/asset-lists.js +0 -2
- package/esm/testnet/autheotestnet/asset-list.js +4 -1
- package/esm/testnet/axelartestnet/asset-list.js +13 -2
- package/esm/testnet/babylontestnet/asset-list.js +24 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/coreumtestnet/asset-list.js +4 -0
- package/esm/testnet/epixtestnet/asset-list.js +8 -0
- package/esm/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/injectivetestnet/asset-list.js +28 -4
- package/esm/testnet/iopntestnet/asset-list.js +4 -1
- package/esm/testnet/kichaintestnet/asset-list.js +4 -0
- package/esm/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
- package/esm/testnet/neutrontestnet/asset-list.js +8 -0
- package/esm/testnet/osmosistestnet/asset-list.js +28 -12
- package/esm/testnet/persistencetestnet/asset-list.js +8 -1
- package/esm/testnet/persistencetestnet2/asset-list.js +8 -1
- package/esm/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/esm/testnet/safrochaintestnet/chain.js +5 -1
- package/esm/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/esm/testnet/shentutestnet/asset-list.js +8 -0
- package/esm/testnet/stargazetestnet/asset-list.js +8 -2
- package/esm/testnet/synternettestnet/asset-list.js +8 -0
- package/esm/testnet/terra2testnet/asset-list.js +4 -0
- package/esm/testnet/titantestnet/asset-list.js +35 -4
- package/esm/testnet/xplatestnet/asset-list.js +4 -0
- package/esm/testnet/xplatestnet/chain.js +2 -2
- package/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/axelar/asset-list.js +8 -2
- package/mainnet/babylon/asset-list.js +217 -15
- package/mainnet/beezee/asset-list.js +8 -0
- package/mainnet/buycex/asset-list.js +4 -1
- package/mainnet/buycex/chain.js +4 -1
- package/mainnet/chains.js +3 -1
- package/mainnet/composable/asset-list.js +5 -0
- package/mainnet/cosmoshub/asset-list.js +98 -9
- package/mainnet/dydx/ibc-data.js +29 -0
- package/mainnet/dyson/asset-list.js +27 -13
- package/mainnet/elys/asset-list.js +1 -4
- package/mainnet/elys/chain.js +4 -1
- package/mainnet/ethereum/asset-list.js +100 -19
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/initia/chain.js +2 -2
- package/mainnet/injective/asset-list.js +15 -0
- package/mainnet/kopi/asset-list.js +44 -2
- package/mainnet/kujira/asset-list.js +5 -1
- package/mainnet/lombardledger/asset-list.js +11 -0
- package/mainnet/lumera/asset-list.js +43 -0
- package/mainnet/lumera/chain.js +10 -4
- package/mainnet/lumera/ibc-data.js +61 -0
- package/mainnet/lumera/index.d.ts +1 -0
- package/mainnet/lumera/index.js +3 -1
- package/mainnet/manifest/asset-list.js +4 -0
- package/mainnet/mantrachain/asset-list.js +2 -2
- package/mainnet/migaloo/asset-list.js +18 -0
- package/mainnet/milkyway/asset-list.js +2 -2
- package/mainnet/milkyway/chain.js +5 -2
- package/mainnet/namada/asset-list.js +8 -1
- package/mainnet/namada/chain.js +4 -1
- package/mainnet/neutron/asset-list.js +45 -17
- package/mainnet/nibiru/asset-list.js +8 -0
- package/mainnet/nolus/asset-list.js +43 -27
- package/mainnet/opct/asset-list.js +4 -1
- package/mainnet/oraichain/asset-list.js +24 -0
- package/mainnet/osmosis/asset-list.js +228 -129
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/quasar/asset-list.js +4 -4
- package/mainnet/routerchain/asset-list.js +12 -1
- package/mainnet/stargaze/asset-list.js +0 -6
- package/mainnet/terra/asset-list.js +7 -4
- package/mainnet/terra2/asset-list.js +4 -1
- package/mainnet/titan/asset-list.js +47 -5
- package/mainnet/umee/chain.js +4 -9
- package/mainnet/xion/asset-list.js +18 -2
- package/mainnet/xpla/chain.js +7 -7
- package/mainnet/xrplevm/asset-list.js +4 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.d.ts +0 -1
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +1 -3
- package/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/noncosmos/picasso/asset-list.js +5 -0
- package/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/noncosmos/polygon/asset-list.js +4 -4
- package/noncosmos/polygontestnet/asset-list.js +6 -1
- package/noncosmos/solanatestnet/asset-list.js +9 -1
- package/noncosmos/statemine/asset-list.js +11 -0
- package/noncosmos/tontestnet/asset-list.js +5 -1
- package/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/package.json +3 -3
- package/testnet/agoricdevnet/chain.js +5 -1
- package/testnet/asset-lists.js +0 -2
- package/testnet/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- package/testnet/chains.js +0 -2
- package/testnet/coreumtestnet/asset-list.js +4 -0
- package/testnet/epixtestnet/asset-list.js +8 -0
- package/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/testnet/ibc-data.js +0 -2
- package/testnet/injectivetestnet/asset-list.js +28 -4
- package/testnet/iopntestnet/asset-list.js +4 -1
- package/testnet/kichaintestnet/asset-list.js +4 -0
- package/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/testnet/mantrachaintestnet2/chain.js +20 -4
- package/testnet/neutrontestnet/asset-list.js +8 -0
- package/testnet/osmosistestnet/asset-list.js +28 -12
- package/testnet/persistencetestnet/asset-list.js +8 -1
- package/testnet/persistencetestnet2/asset-list.js +8 -1
- package/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/testnet/safrochaintestnet/chain.js +5 -1
- package/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/testnet/shentutestnet/asset-list.js +8 -0
- package/testnet/stargazetestnet/asset-list.js +8 -2
- package/testnet/synternettestnet/asset-list.js +8 -0
- package/testnet/terra2testnet/asset-list.js +4 -0
- package/testnet/titantestnet/asset-list.js +35 -4
- package/testnet/xplatestnet/asset-list.js +4 -0
- package/testnet/xplatestnet/chain.js +2 -2
- package/esm/testnet/mantrachaintestnet/asset-list.js +0 -48
- package/esm/testnet/mantrachaintestnet/chain.js +0 -81
- package/esm/testnet/mantrachaintestnet/ibc-data.js +0 -90
- package/testnet/mantrachaintestnet/asset-list.js +0 -50
- package/testnet/mantrachaintestnet/chain.js +0 -83
- package/testnet/mantrachaintestnet/ibc-data.js +0 -92
- /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc-data.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/asset-list.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/chain.d.ts +0 -0
|
@@ -97,10 +97,19 @@ const info = {
|
|
|
97
97
|
provider: 'Axelar'
|
|
98
98
|
}],
|
|
99
99
|
logoURIs: {
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
100
101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
101
102
|
},
|
|
102
103
|
images: [{
|
|
103
|
-
|
|
104
|
+
imageSync: {
|
|
105
|
+
chainName: 'ethereumtestnet',
|
|
106
|
+
baseDenom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238'
|
|
107
|
+
},
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
110
|
+
theme: {
|
|
111
|
+
circle: true
|
|
112
|
+
}
|
|
104
113
|
}]
|
|
105
114
|
},
|
|
106
115
|
{
|
|
@@ -179,8 +188,12 @@ const info = {
|
|
|
179
188
|
},
|
|
180
189
|
coingeckoId: 'usd-coin',
|
|
181
190
|
images: [{
|
|
182
|
-
|
|
191
|
+
imageSync: {
|
|
192
|
+
chainName: 'ethereum',
|
|
193
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
194
|
+
},
|
|
183
195
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
184
197
|
theme: {
|
|
185
198
|
circle: true
|
|
186
199
|
}
|
|
@@ -27,10 +27,16 @@ const info = {
|
|
|
27
27
|
provider: 'Moonbeam'
|
|
28
28
|
}],
|
|
29
29
|
logoURIs: {
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
30
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
31
32
|
},
|
|
32
33
|
coingeckoId: 'moonbeam',
|
|
33
34
|
images: [{
|
|
35
|
+
imageSync: {
|
|
36
|
+
chainName: 'moonbeam',
|
|
37
|
+
baseDenom: 'Wei'
|
|
38
|
+
},
|
|
39
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
34
40
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
35
41
|
}]
|
|
36
42
|
},
|
|
@@ -59,6 +65,7 @@ const info = {
|
|
|
59
65
|
provider: 'Moonbeam'
|
|
60
66
|
}],
|
|
61
67
|
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
62
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
63
70
|
},
|
|
64
71
|
coingeckoId: 'wrapped-moonbeam',
|
|
@@ -67,7 +74,8 @@ const info = {
|
|
|
67
74
|
chainName: 'moonbeamtestnet',
|
|
68
75
|
baseDenom: 'Wei'
|
|
69
76
|
},
|
|
70
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
77
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
78
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
71
79
|
}]
|
|
72
80
|
},
|
|
73
81
|
{
|
|
@@ -95,6 +103,7 @@ const info = {
|
|
|
95
103
|
provider: 'Axelar'
|
|
96
104
|
}],
|
|
97
105
|
logoURIs: {
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
98
107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
99
108
|
},
|
|
100
109
|
images: [{
|
|
@@ -102,7 +111,11 @@ const info = {
|
|
|
102
111
|
chainName: 'axelartestnet',
|
|
103
112
|
baseDenom: 'uausdc'
|
|
104
113
|
},
|
|
105
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
116
|
+
theme: {
|
|
117
|
+
circle: true
|
|
118
|
+
}
|
|
106
119
|
}]
|
|
107
120
|
}
|
|
108
121
|
]
|
|
@@ -120,6 +120,11 @@ const info = {
|
|
|
120
120
|
imageSync: {
|
|
121
121
|
chainName: 'statemine',
|
|
122
122
|
baseDenom: '130'
|
|
123
|
+
},
|
|
124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
126
|
+
theme: {
|
|
127
|
+
circle: true
|
|
123
128
|
}
|
|
124
129
|
}]
|
|
125
130
|
},
|
|
@@ -56,10 +56,16 @@ const info = {
|
|
|
56
56
|
provider: 'Polkadot'
|
|
57
57
|
}],
|
|
58
58
|
logoURIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
59
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
60
61
|
},
|
|
61
62
|
coingeckoId: 'polkadot',
|
|
62
63
|
images: [{
|
|
64
|
+
imageSync: {
|
|
65
|
+
chainName: 'polkadot',
|
|
66
|
+
baseDenom: 'Planck'
|
|
67
|
+
},
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
63
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
64
70
|
}]
|
|
65
71
|
}]
|
|
@@ -24,10 +24,6 @@ const info = {
|
|
|
24
24
|
},
|
|
25
25
|
coingeckoId: 'polygon-ecosystem-token',
|
|
26
26
|
images: [{
|
|
27
|
-
imageSync: {
|
|
28
|
-
chainName: 'polygon',
|
|
29
|
-
baseDenom: 'wei'
|
|
30
|
-
},
|
|
31
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
32
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
33
29
|
}]
|
|
@@ -62,6 +58,10 @@ const info = {
|
|
|
62
58
|
},
|
|
63
59
|
coingeckoId: 'matic-network',
|
|
64
60
|
images: [{
|
|
61
|
+
imageSync: {
|
|
62
|
+
chainName: 'polygon',
|
|
63
|
+
baseDenom: '0x0000000000000000000000000000000000001010'
|
|
64
|
+
},
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
66
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
67
67
|
}]
|
|
@@ -93,6 +93,7 @@ const info = {
|
|
|
93
93
|
provider: 'Axelar'
|
|
94
94
|
}],
|
|
95
95
|
logoURIs: {
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
96
97
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
97
98
|
},
|
|
98
99
|
images: [{
|
|
@@ -100,7 +101,11 @@ const info = {
|
|
|
100
101
|
chainName: 'axelartestnet',
|
|
101
102
|
baseDenom: 'uausdc'
|
|
102
103
|
},
|
|
103
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
106
|
+
theme: {
|
|
107
|
+
circle: true
|
|
108
|
+
}
|
|
104
109
|
}]
|
|
105
110
|
}
|
|
106
111
|
]
|
|
@@ -30,8 +30,12 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'solana',
|
|
32
32
|
images: [{
|
|
33
|
-
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'solana',
|
|
35
|
+
baseDenom: 'Lamport'
|
|
36
|
+
},
|
|
34
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
35
39
|
theme: {
|
|
36
40
|
circle: true
|
|
37
41
|
}
|
|
@@ -109,6 +113,10 @@ const info = {
|
|
|
109
113
|
},
|
|
110
114
|
coingeckoId: 'meow',
|
|
111
115
|
images: [{
|
|
116
|
+
imageSync: {
|
|
117
|
+
chainName: 'solana',
|
|
118
|
+
baseDenom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf'
|
|
119
|
+
},
|
|
112
120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
113
121
|
}]
|
|
114
122
|
},
|
|
@@ -22,6 +22,17 @@ const info = {
|
|
|
22
22
|
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
23
23
|
},
|
|
24
24
|
provider: 'Tether'
|
|
25
|
+
}],
|
|
26
|
+
images: [{
|
|
27
|
+
imageSync: {
|
|
28
|
+
chainName: 'ethereum',
|
|
29
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
30
|
+
},
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
33
|
+
theme: {
|
|
34
|
+
circle: true
|
|
35
|
+
}
|
|
25
36
|
}]
|
|
26
37
|
}]
|
|
27
38
|
};
|
|
@@ -26,8 +26,12 @@ const info = {
|
|
|
26
26
|
}],
|
|
27
27
|
coingeckoId: 'the-open-network',
|
|
28
28
|
images: [{
|
|
29
|
-
|
|
29
|
+
imageSync: {
|
|
30
|
+
chainName: 'ton',
|
|
31
|
+
baseDenom: 'nanoton'
|
|
32
|
+
},
|
|
30
33
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg',
|
|
31
35
|
theme: {
|
|
32
36
|
circle: true
|
|
33
37
|
}
|
|
@@ -29,16 +29,19 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
coingeckoId: 'ripple',
|
|
31
31
|
images: [{
|
|
32
|
-
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'xrpl',
|
|
34
|
+
baseDenom: 'drop'
|
|
35
|
+
},
|
|
33
36
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
34
|
-
|
|
35
|
-
circle: true
|
|
36
|
-
}
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
37
38
|
}, {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
39
|
+
imageSync: {
|
|
40
|
+
chainName: 'xrpl',
|
|
41
|
+
baseDenom: 'drop'
|
|
42
|
+
},
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
44
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
42
45
|
}]
|
|
43
46
|
}]
|
|
44
47
|
};
|
|
@@ -79,6 +79,10 @@ const info = {
|
|
|
79
79
|
address: 'devnet.grpc.agoric.net:443'
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
82
|
-
explorers: []
|
|
82
|
+
explorers: [],
|
|
83
|
+
images: [{
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
|
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg'
|
|
86
|
+
}]
|
|
83
87
|
};
|
|
84
88
|
export default info;
|
|
@@ -66,7 +66,6 @@ import * as _lombardledgertestnet from './lombardledgertestnet';
|
|
|
66
66
|
import * as _lumenxtestnet from './lumenxtestnet';
|
|
67
67
|
import * as _lumeratestnet from './lumeratestnet';
|
|
68
68
|
import * as _manifesttestnet from './manifesttestnet';
|
|
69
|
-
import * as _mantrachaintestnet from './mantrachaintestnet';
|
|
70
69
|
import * as _mantrachaintestnet2 from './mantrachaintestnet2';
|
|
71
70
|
import * as _marstestnet from './marstestnet';
|
|
72
71
|
import * as _metanovaversetestnet from './metanovaversetestnet';
|
|
@@ -203,7 +202,6 @@ const assetList = [
|
|
|
203
202
|
_lumenxtestnet.assetList,
|
|
204
203
|
_lumeratestnet.assetList,
|
|
205
204
|
_manifesttestnet.assetList,
|
|
206
|
-
_mantrachaintestnet.assetList,
|
|
207
205
|
_mantrachaintestnet2.assetList,
|
|
208
206
|
_marstestnet.assetList,
|
|
209
207
|
_metanovaversetestnet.assetList,
|
|
@@ -20,7 +20,10 @@ const info = {
|
|
|
20
20
|
socials: {
|
|
21
21
|
website: 'https://autheo.com'
|
|
22
22
|
},
|
|
23
|
-
typeAsset: 'sdk.coin'
|
|
23
|
+
typeAsset: 'sdk.coin',
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
|
|
26
|
+
}]
|
|
24
27
|
}]
|
|
25
28
|
};
|
|
26
29
|
export default info;
|
|
@@ -29,6 +29,10 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
coingeckoId: 'axelar',
|
|
31
31
|
images: [{
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'axelar',
|
|
34
|
+
baseDenom: 'uaxl'
|
|
35
|
+
},
|
|
32
36
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
33
37
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
34
38
|
}],
|
|
@@ -60,9 +64,14 @@ const info = {
|
|
|
60
64
|
chainName: 'ethereumtestnet',
|
|
61
65
|
baseDenom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
62
66
|
},
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
69
|
+
theme: {
|
|
70
|
+
circle: true
|
|
71
|
+
}
|
|
64
72
|
}],
|
|
65
73
|
logoURIs: {
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
66
75
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
67
76
|
},
|
|
68
77
|
typeAsset: 'sdk.coin'
|
|
@@ -126,9 +135,11 @@ const info = {
|
|
|
126
135
|
chainName: 'moonbeamtestnet',
|
|
127
136
|
baseDenom: '0x1436aE0dF0A8663F18c0Ec51d7e2E46591730715'
|
|
128
137
|
},
|
|
129
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
130
140
|
}],
|
|
131
141
|
logoURIs: {
|
|
142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
132
143
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
133
144
|
},
|
|
134
145
|
typeAsset: 'sdk.coin'
|
|
@@ -52,6 +52,10 @@ const info = {
|
|
|
52
52
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
53
53
|
},
|
|
54
54
|
images: [{
|
|
55
|
+
imageSync: {
|
|
56
|
+
chainName: 'neutrontestnet',
|
|
57
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-6'
|
|
58
|
+
},
|
|
55
59
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
56
60
|
}],
|
|
57
61
|
typeAsset: 'ics20'
|
|
@@ -85,6 +89,10 @@ const info = {
|
|
|
85
89
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
86
90
|
},
|
|
87
91
|
images: [{
|
|
92
|
+
imageSync: {
|
|
93
|
+
chainName: 'neutrontestnet',
|
|
94
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-1'
|
|
95
|
+
},
|
|
88
96
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
89
97
|
}],
|
|
90
98
|
typeAsset: 'ics20'
|
|
@@ -118,6 +126,10 @@ const info = {
|
|
|
118
126
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
119
127
|
},
|
|
120
128
|
images: [{
|
|
129
|
+
imageSync: {
|
|
130
|
+
chainName: 'neutrontestnet',
|
|
131
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-5'
|
|
132
|
+
},
|
|
121
133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
122
134
|
}],
|
|
123
135
|
typeAsset: 'ics20'
|
|
@@ -151,6 +163,10 @@ const info = {
|
|
|
151
163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
152
164
|
},
|
|
153
165
|
images: [{
|
|
166
|
+
imageSync: {
|
|
167
|
+
chainName: 'neutrontestnet',
|
|
168
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-4'
|
|
169
|
+
},
|
|
154
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
155
171
|
}],
|
|
156
172
|
typeAsset: 'ics20'
|
|
@@ -184,6 +200,10 @@ const info = {
|
|
|
184
200
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
185
201
|
},
|
|
186
202
|
images: [{
|
|
203
|
+
imageSync: {
|
|
204
|
+
chainName: 'neutrontestnet',
|
|
205
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-3'
|
|
206
|
+
},
|
|
187
207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
188
208
|
}],
|
|
189
209
|
typeAsset: 'ics20'
|
|
@@ -217,6 +237,10 @@ const info = {
|
|
|
217
237
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
218
238
|
},
|
|
219
239
|
images: [{
|
|
240
|
+
imageSync: {
|
|
241
|
+
chainName: 'neutrontestnet',
|
|
242
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-2'
|
|
243
|
+
},
|
|
220
244
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
221
245
|
}],
|
|
222
246
|
typeAsset: 'ics20'
|
package/esm/testnet/chains.js
CHANGED
|
@@ -66,7 +66,6 @@ import * as _lombardledgertestnet from './lombardledgertestnet';
|
|
|
66
66
|
import * as _lumenxtestnet from './lumenxtestnet';
|
|
67
67
|
import * as _lumeratestnet from './lumeratestnet';
|
|
68
68
|
import * as _manifesttestnet from './manifesttestnet';
|
|
69
|
-
import * as _mantrachaintestnet from './mantrachaintestnet';
|
|
70
69
|
import * as _mantrachaintestnet2 from './mantrachaintestnet2';
|
|
71
70
|
import * as _marstestnet from './marstestnet';
|
|
72
71
|
import * as _metanovaversetestnet from './metanovaversetestnet';
|
|
@@ -203,7 +202,6 @@ const chains = [
|
|
|
203
202
|
_lumenxtestnet.chain,
|
|
204
203
|
_lumeratestnet.chain,
|
|
205
204
|
_manifesttestnet.chain,
|
|
206
|
-
_mantrachaintestnet.chain,
|
|
207
205
|
_mantrachaintestnet2.chain,
|
|
208
206
|
_marstestnet.chain,
|
|
209
207
|
_metanovaversetestnet.chain,
|
|
@@ -36,6 +36,10 @@ const info = {
|
|
|
36
36
|
'XRPL'
|
|
37
37
|
],
|
|
38
38
|
images: [{
|
|
39
|
+
imageSync: {
|
|
40
|
+
chainName: 'coreum',
|
|
41
|
+
baseDenom: 'ucore'
|
|
42
|
+
},
|
|
39
43
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
40
44
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
41
45
|
}],
|
|
@@ -18,6 +18,14 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
20
20
|
},
|
|
21
|
+
traces: [{
|
|
22
|
+
type: 'test-mintage',
|
|
23
|
+
counterparty: {
|
|
24
|
+
chainName: 'epix',
|
|
25
|
+
baseDenom: 'aepix'
|
|
26
|
+
},
|
|
27
|
+
provider: 'Epix'
|
|
28
|
+
}],
|
|
21
29
|
images: [{
|
|
22
30
|
imageSync: {
|
|
23
31
|
chainName: 'epix',
|
|
@@ -28,6 +28,10 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
coingeckoId: 'fetch-ai',
|
|
30
30
|
images: [{
|
|
31
|
+
imageSync: {
|
|
32
|
+
chainName: 'fetchhub',
|
|
33
|
+
baseDenom: 'afet'
|
|
34
|
+
},
|
|
31
35
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
32
36
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
33
37
|
}],
|
package/esm/testnet/ibc-data.js
CHANGED
|
@@ -25,7 +25,6 @@ import * as _lavatestnet from './lavatestnet';
|
|
|
25
25
|
import * as _likecointestnet from './likecointestnet';
|
|
26
26
|
import * as _lumeratestnet from './lumeratestnet';
|
|
27
27
|
import * as _manifesttestnet from './manifesttestnet';
|
|
28
|
-
import * as _mantrachaintestnet from './mantrachaintestnet';
|
|
29
28
|
import * as _mantrachaintestnet2 from './mantrachaintestnet2';
|
|
30
29
|
import * as _marstestnet from './marstestnet';
|
|
31
30
|
import * as _neutrontestnet from './neutrontestnet';
|
|
@@ -76,7 +75,6 @@ const ibcData = [
|
|
|
76
75
|
..._likecointestnet.ibcData,
|
|
77
76
|
..._lumeratestnet.ibcData,
|
|
78
77
|
..._manifesttestnet.ibcData,
|
|
79
|
-
..._mantrachaintestnet.ibcData,
|
|
80
78
|
..._mantrachaintestnet2.ibcData,
|
|
81
79
|
..._marstestnet.ibcData,
|
|
82
80
|
..._neutrontestnet.ibcData,
|
|
@@ -29,6 +29,10 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
coingeckoId: 'injective-protocol',
|
|
31
31
|
images: [{
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'injective',
|
|
34
|
+
baseDenom: 'inj'
|
|
35
|
+
},
|
|
32
36
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
33
37
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
34
38
|
}],
|
|
@@ -61,8 +65,15 @@ const info = {
|
|
|
61
65
|
provider: 'Circle'
|
|
62
66
|
}],
|
|
63
67
|
images: [{
|
|
68
|
+
imageSync: {
|
|
69
|
+
chainName: 'ethereumtestnet',
|
|
70
|
+
baseDenom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
71
|
+
},
|
|
64
72
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
74
|
+
theme: {
|
|
75
|
+
circle: true
|
|
76
|
+
}
|
|
66
77
|
}],
|
|
67
78
|
typeAsset: 'sdk.coin'
|
|
68
79
|
},
|
|
@@ -80,7 +91,8 @@ const info = {
|
|
|
80
91
|
display: 'OSMO',
|
|
81
92
|
symbol: 'OSMO',
|
|
82
93
|
logoURIs: {
|
|
83
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
84
96
|
},
|
|
85
97
|
coingeckoId: 'osmosis',
|
|
86
98
|
traces: [{
|
|
@@ -96,7 +108,12 @@ const info = {
|
|
|
96
108
|
}
|
|
97
109
|
}],
|
|
98
110
|
images: [{
|
|
99
|
-
|
|
111
|
+
imageSync: {
|
|
112
|
+
chainName: 'osmosistestnet',
|
|
113
|
+
baseDenom: 'uosmo'
|
|
114
|
+
},
|
|
115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
100
117
|
}],
|
|
101
118
|
typeAsset: 'ics20'
|
|
102
119
|
},
|
|
@@ -126,8 +143,15 @@ const info = {
|
|
|
126
143
|
provider: 'Peggy'
|
|
127
144
|
}],
|
|
128
145
|
images: [{
|
|
146
|
+
imageSync: {
|
|
147
|
+
chainName: 'ethereumtestnet',
|
|
148
|
+
baseDenom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0'
|
|
149
|
+
},
|
|
129
150
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
130
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
152
|
+
theme: {
|
|
153
|
+
circle: true
|
|
154
|
+
}
|
|
131
155
|
}],
|
|
132
156
|
typeAsset: 'sdk.coin'
|
|
133
157
|
}
|
|
@@ -20,7 +20,10 @@ const info = {
|
|
|
20
20
|
socials: {
|
|
21
21
|
website: 'https://iopn.tech'
|
|
22
22
|
},
|
|
23
|
-
typeAsset: 'sdk.coin'
|
|
23
|
+
typeAsset: 'sdk.coin',
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
|
|
26
|
+
}]
|
|
24
27
|
}]
|
|
25
28
|
};
|
|
26
29
|
export default info;
|
|
@@ -28,6 +28,10 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
coingeckoId: 'ki',
|
|
30
30
|
images: [{
|
|
31
|
+
imageSync: {
|
|
32
|
+
chainName: 'kichain',
|
|
33
|
+
baseDenom: 'uxki'
|
|
34
|
+
},
|
|
31
35
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
32
36
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
33
37
|
}],
|
|
@@ -85,8 +85,8 @@ const info = {
|
|
|
85
85
|
}
|
|
86
86
|
}],
|
|
87
87
|
logoURIs: {
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
90
90
|
},
|
|
91
91
|
images: [{
|
|
92
92
|
imageSync: {
|
|
@@ -16,7 +16,7 @@ const info = {
|
|
|
16
16
|
denom: 'uom',
|
|
17
17
|
fixedMinGasPrice: 0.01,
|
|
18
18
|
lowGasPrice: 0.01,
|
|
19
|
-
averageGasPrice: 0.
|
|
19
|
+
averageGasPrice: 0.025,
|
|
20
20
|
highGasPrice: 0.03
|
|
21
21
|
}]
|
|
22
22
|
},
|
|
@@ -72,23 +72,39 @@ const info = {
|
|
|
72
72
|
}, {
|
|
73
73
|
address: 'mantra-testnet-grpc.publicnode.com:443',
|
|
74
74
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
75
|
+
}],
|
|
76
|
+
evmHttpJsonrpc: [{
|
|
77
|
+
address: 'https://evm.dukong.mantrachain.io',
|
|
78
|
+
provider: 'MANTRACHAIN'
|
|
79
|
+
}, {
|
|
80
|
+
address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
|
|
81
|
+
provider: 'Cosmostation'
|
|
75
82
|
}]
|
|
76
83
|
},
|
|
77
84
|
logoURIs: {
|
|
78
85
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
79
86
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
80
87
|
},
|
|
81
|
-
explorers: [
|
|
88
|
+
explorers: [
|
|
89
|
+
{
|
|
82
90
|
kind: 'mintscan',
|
|
83
91
|
url: 'https://www.mintscan.io/mantra-testnet',
|
|
84
92
|
txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
|
|
85
93
|
accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
|
|
86
|
-
},
|
|
94
|
+
},
|
|
95
|
+
{
|
|
87
96
|
kind: 'ping.pub',
|
|
88
97
|
url: 'https://explorer.mantrachain.io',
|
|
89
98
|
txPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
|
|
90
99
|
accountPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
|
|
91
|
-
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
kind: 'mantrascan',
|
|
103
|
+
url: 'https://mantrascan.io/dukong',
|
|
104
|
+
txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
|
|
105
|
+
accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
|
|
106
|
+
}
|
|
107
|
+
],
|
|
92
108
|
keywords: [
|
|
93
109
|
'rwa',
|
|
94
110
|
'wasm',
|