chain-registry 2.0.58 → 2.0.60
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 +32 -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/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/chain.js +6 -0
- package/esm/mainnet/lumera/ibc-data.js +28 -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 +23 -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/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/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/mainnet/zigchain/index.js +4 -0
- 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/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/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/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/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/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +32 -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/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/chain.js +6 -0
- package/mainnet/lumera/ibc-data.js +28 -0
- 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 +23 -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/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/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.d.ts +3 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.d.ts +3 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/mainnet/zigchain/index.d.ts +2 -0
- package/mainnet/zigchain/index.js +10 -0
- 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/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- 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/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/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
|
@@ -146,12 +146,12 @@ const info = {
|
|
|
146
146
|
chainName: 'osmosis',
|
|
147
147
|
baseDenom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858'
|
|
148
148
|
},
|
|
149
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
150
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
151
151
|
}],
|
|
152
152
|
logoURIs: {
|
|
153
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
154
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
155
155
|
},
|
|
156
156
|
coingeckoId: 'axlusdc'
|
|
157
157
|
}
|
|
@@ -77,7 +77,18 @@ const info = {
|
|
|
77
77
|
logoURIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
80
|
-
}
|
|
80
|
+
},
|
|
81
|
+
images: [{
|
|
82
|
+
imageSync: {
|
|
83
|
+
chainName: 'noble',
|
|
84
|
+
baseDenom: 'uusdc'
|
|
85
|
+
},
|
|
86
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
87
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
88
|
+
theme: {
|
|
89
|
+
circle: true
|
|
90
|
+
}
|
|
91
|
+
}]
|
|
81
92
|
}]
|
|
82
93
|
};
|
|
83
94
|
export default info;
|
|
@@ -793,9 +793,6 @@ const info = {
|
|
|
793
793
|
imageSync: {
|
|
794
794
|
chainName: 'mantrachain',
|
|
795
795
|
baseDenom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
796
|
-
},
|
|
797
|
-
theme: {
|
|
798
|
-
circle: true
|
|
799
796
|
}
|
|
800
797
|
}]
|
|
801
798
|
},
|
|
@@ -872,9 +869,6 @@ const info = {
|
|
|
872
869
|
imageSync: {
|
|
873
870
|
chainName: 'osmosis',
|
|
874
871
|
baseDenom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
|
|
875
|
-
},
|
|
876
|
-
theme: {
|
|
877
|
-
circle: true
|
|
878
872
|
}
|
|
879
873
|
}]
|
|
880
874
|
}
|
|
@@ -4834,16 +4834,19 @@ const info = {
|
|
|
4834
4834
|
}
|
|
4835
4835
|
}],
|
|
4836
4836
|
logoURIs: {
|
|
4837
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
4838
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
4837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
4838
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
4839
4839
|
},
|
|
4840
4840
|
images: [{
|
|
4841
4841
|
imageSync: {
|
|
4842
4842
|
chainName: 'noble',
|
|
4843
4843
|
baseDenom: 'uusdc'
|
|
4844
4844
|
},
|
|
4845
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
4846
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
4845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
4846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
4847
|
+
theme: {
|
|
4848
|
+
circle: true
|
|
4849
|
+
}
|
|
4847
4850
|
}]
|
|
4848
4851
|
},
|
|
4849
4852
|
{
|
|
@@ -1276,7 +1276,10 @@ const info = {
|
|
|
1276
1276
|
}],
|
|
1277
1277
|
logoURIs: {
|
|
1278
1278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/RISE.png'
|
|
1279
|
-
}
|
|
1279
|
+
},
|
|
1280
|
+
images: [{
|
|
1281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/RISE.png'
|
|
1282
|
+
}]
|
|
1280
1283
|
},
|
|
1281
1284
|
{
|
|
1282
1285
|
typeAsset: 'sdk.coin',
|
|
@@ -119,8 +119,15 @@ const info = {
|
|
|
119
119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
120
120
|
},
|
|
121
121
|
images: [{
|
|
122
|
+
imageSync: {
|
|
123
|
+
chainName: 'bitcoin',
|
|
124
|
+
baseDenom: 'sat'
|
|
125
|
+
},
|
|
122
126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
123
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
128
|
+
theme: {
|
|
129
|
+
circle: true
|
|
130
|
+
}
|
|
124
131
|
}],
|
|
125
132
|
coingeckoId: 'bitcoin'
|
|
126
133
|
},
|
|
@@ -184,8 +191,15 @@ const info = {
|
|
|
184
191
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
185
192
|
},
|
|
186
193
|
images: [{
|
|
194
|
+
imageSync: {
|
|
195
|
+
chainName: 'ethereum',
|
|
196
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
197
|
+
},
|
|
187
198
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
188
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
200
|
+
theme: {
|
|
201
|
+
circle: true
|
|
202
|
+
}
|
|
189
203
|
}]
|
|
190
204
|
},
|
|
191
205
|
{
|
|
@@ -217,8 +231,15 @@ const info = {
|
|
|
217
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
218
232
|
},
|
|
219
233
|
images: [{
|
|
234
|
+
imageSync: {
|
|
235
|
+
chainName: 'ethereum',
|
|
236
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
237
|
+
},
|
|
220
238
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
221
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
240
|
+
theme: {
|
|
241
|
+
circle: true
|
|
242
|
+
}
|
|
222
243
|
}]
|
|
223
244
|
},
|
|
224
245
|
{
|
|
@@ -246,10 +267,19 @@ const info = {
|
|
|
246
267
|
provider: 'powerflow.asia, titanlab.io'
|
|
247
268
|
}],
|
|
248
269
|
logoURIs: {
|
|
249
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
|
|
270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
250
272
|
},
|
|
251
273
|
images: [{
|
|
252
|
-
|
|
274
|
+
imageSync: {
|
|
275
|
+
chainName: 'solana',
|
|
276
|
+
baseDenom: 'So11111111111111111111111111111111111111112'
|
|
277
|
+
},
|
|
278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
280
|
+
theme: {
|
|
281
|
+
circle: true
|
|
282
|
+
}
|
|
253
283
|
}]
|
|
254
284
|
},
|
|
255
285
|
{
|
|
@@ -279,6 +309,10 @@ const info = {
|
|
|
279
309
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
280
310
|
},
|
|
281
311
|
images: [{
|
|
312
|
+
imageSync: {
|
|
313
|
+
chainName: 'solana',
|
|
314
|
+
baseDenom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf'
|
|
315
|
+
},
|
|
282
316
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
283
317
|
}]
|
|
284
318
|
},
|
|
@@ -309,6 +343,10 @@ const info = {
|
|
|
309
343
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
310
344
|
},
|
|
311
345
|
images: [{
|
|
346
|
+
imageSync: {
|
|
347
|
+
chainName: 'solana',
|
|
348
|
+
baseDenom: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38'
|
|
349
|
+
},
|
|
312
350
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
313
351
|
}]
|
|
314
352
|
},
|
|
@@ -339,6 +377,10 @@ const info = {
|
|
|
339
377
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
340
378
|
},
|
|
341
379
|
images: [{
|
|
380
|
+
imageSync: {
|
|
381
|
+
chainName: 'solana',
|
|
382
|
+
baseDenom: '7TSCoke2mSZzAtyuRmzANf9virrnyv4xSUeaxUrKkLqw'
|
|
383
|
+
},
|
|
342
384
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
|
|
343
385
|
}]
|
|
344
386
|
}
|
|
@@ -49,9 +49,15 @@ const info = {
|
|
|
49
49
|
display: 'osmo',
|
|
50
50
|
symbol: 'OSMO',
|
|
51
51
|
logoURIs: {
|
|
52
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
52
53
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
53
54
|
},
|
|
54
55
|
images: [{
|
|
56
|
+
imageSync: {
|
|
57
|
+
chainName: 'osmosis',
|
|
58
|
+
baseDenom: 'uosmo'
|
|
59
|
+
},
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
55
61
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
56
62
|
}],
|
|
57
63
|
keywords: ['dex', 'mm'],
|
|
@@ -101,6 +107,10 @@ const info = {
|
|
|
101
107
|
}
|
|
102
108
|
}],
|
|
103
109
|
images: [{
|
|
110
|
+
imageSync: {
|
|
111
|
+
chainName: 'kyve',
|
|
112
|
+
baseDenom: 'ukyve'
|
|
113
|
+
},
|
|
104
114
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
105
115
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
106
116
|
}],
|
|
@@ -223,10 +233,12 @@ const info = {
|
|
|
223
233
|
chainName: 'axelar',
|
|
224
234
|
baseDenom: 'weth-wei'
|
|
225
235
|
},
|
|
226
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
227
238
|
}],
|
|
228
239
|
logoURIs: {
|
|
229
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
230
242
|
},
|
|
231
243
|
coingeckoId: 'axlweth'
|
|
232
244
|
},
|
|
@@ -271,6 +283,10 @@ const info = {
|
|
|
271
283
|
},
|
|
272
284
|
coingeckoId: 'elys-network',
|
|
273
285
|
images: [{
|
|
286
|
+
imageSync: {
|
|
287
|
+
chainName: 'elys',
|
|
288
|
+
baseDenom: 'uelys'
|
|
289
|
+
},
|
|
274
290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
275
291
|
}]
|
|
276
292
|
},
|
|
@@ -28,11 +28,11 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/xpladev/xpla',
|
|
31
|
-
recommendedVersion: 'v1.
|
|
32
|
-
compatibleVersions: ['v1.
|
|
31
|
+
recommendedVersion: 'v1.8.0',
|
|
32
|
+
compatibleVersions: ['v1.8.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.38.
|
|
35
|
+
version: 'v0.38.17'
|
|
36
36
|
},
|
|
37
37
|
genesis: {
|
|
38
38
|
genesisUrl: 'https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json'
|
|
@@ -40,15 +40,15 @@ const info = {
|
|
|
40
40
|
sdk: {
|
|
41
41
|
type: 'cosmos',
|
|
42
42
|
repo: 'https://github.com/xpladev/cosmos-sdk',
|
|
43
|
-
version: 'v0.
|
|
44
|
-
tag: 'v0.
|
|
43
|
+
version: 'v0.53.4',
|
|
44
|
+
tag: 'v0.53.4-xpla'
|
|
45
45
|
},
|
|
46
46
|
ibc: {
|
|
47
47
|
type: 'go',
|
|
48
|
-
version: '
|
|
48
|
+
version: 'v10.3.0'
|
|
49
49
|
},
|
|
50
50
|
cosmwasm: {
|
|
51
|
-
version: 'v0.
|
|
51
|
+
version: 'v0.60.1'
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
logoURIs: {
|
|
@@ -17,6 +17,10 @@ const info = {
|
|
|
17
17
|
display: 'XRP',
|
|
18
18
|
symbol: 'XRP',
|
|
19
19
|
images: [{
|
|
20
|
+
imageSync: {
|
|
21
|
+
chainName: 'xrpl',
|
|
22
|
+
baseDenom: 'drop'
|
|
23
|
+
},
|
|
20
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
21
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
22
26
|
}],
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'zigchain',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of ZIGChain',
|
|
6
|
+
extendedDescription: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
|
|
7
|
+
denomUnits: [
|
|
8
|
+
{
|
|
9
|
+
denom: 'uzig',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['microzig']
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
denom: 'mzig',
|
|
15
|
+
exponent: 3,
|
|
16
|
+
aliases: ['millizig']
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
denom: 'zig',
|
|
20
|
+
exponent: 6
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
typeAsset: 'sdk.coin',
|
|
24
|
+
base: 'uzig',
|
|
25
|
+
name: 'ZIG',
|
|
26
|
+
display: 'zig',
|
|
27
|
+
symbol: 'ZIG',
|
|
28
|
+
coingeckoId: 'zignaly',
|
|
29
|
+
keywords: [
|
|
30
|
+
'zigchain',
|
|
31
|
+
'rwa',
|
|
32
|
+
'wealth generation infrastructure',
|
|
33
|
+
'wasm'
|
|
34
|
+
],
|
|
35
|
+
logoURIs: {
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
38
|
+
},
|
|
39
|
+
images: [{
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
41
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
42
|
+
}],
|
|
43
|
+
socials: {
|
|
44
|
+
website: 'https://zigchain.com/',
|
|
45
|
+
twitter: 'https://x.com/zigchain',
|
|
46
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
47
|
+
discord: 'https://discord.zignaly.com',
|
|
48
|
+
medium: 'https://medium.com/zignaly'
|
|
49
|
+
}
|
|
50
|
+
}]
|
|
51
|
+
};
|
|
52
|
+
export default info;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'zigchain',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'mainnet',
|
|
6
|
+
website: 'https://zigchain.com/',
|
|
7
|
+
prettyName: 'ZIGChain',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
chainId: 'zigchain-1',
|
|
10
|
+
bech32Prefix: 'zig',
|
|
11
|
+
daemonName: 'zigchaind',
|
|
12
|
+
nodeHome: '$HOME/.zigchaind',
|
|
13
|
+
keyAlgos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
description: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
|
|
16
|
+
fees: {
|
|
17
|
+
feeTokens: [{
|
|
18
|
+
denom: 'uzig',
|
|
19
|
+
fixedMinGasPrice: 0.0025,
|
|
20
|
+
lowGasPrice: 0.0025,
|
|
21
|
+
averageGasPrice: 0.025,
|
|
22
|
+
highGasPrice: 0.05
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'uzig'
|
|
28
|
+
}],
|
|
29
|
+
lockDuration: {
|
|
30
|
+
time: '1814400s'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
codebase: {
|
|
34
|
+
gitRepo: 'https://github.com/ZIGChain/zigchain',
|
|
35
|
+
recommendedVersion: '1.2.0',
|
|
36
|
+
compatibleVersions: [],
|
|
37
|
+
consensus: {
|
|
38
|
+
type: 'cometbft',
|
|
39
|
+
version: '0.38.17'
|
|
40
|
+
},
|
|
41
|
+
sdk: {
|
|
42
|
+
type: 'cosmos',
|
|
43
|
+
version: '0.50.14'
|
|
44
|
+
},
|
|
45
|
+
ibc: {
|
|
46
|
+
type: 'go',
|
|
47
|
+
version: '8.4.0'
|
|
48
|
+
},
|
|
49
|
+
cosmwasm: {
|
|
50
|
+
version: '0.55.1',
|
|
51
|
+
enabled: true
|
|
52
|
+
},
|
|
53
|
+
genesis: {
|
|
54
|
+
genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zigchain-1/genesis.json'
|
|
55
|
+
},
|
|
56
|
+
binaries: {
|
|
57
|
+
"linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.0-linux-amd64.tar.gz',
|
|
58
|
+
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.0-darwin-amd64.tar.gz',
|
|
59
|
+
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.0-darwin-amd64.tar.gz'
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
logoURIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
69
|
+
}],
|
|
70
|
+
apis: {
|
|
71
|
+
rpc: [{
|
|
72
|
+
address: 'https://public-zigchain-rpc.numia.xyz/',
|
|
73
|
+
provider: 'Numia'
|
|
74
|
+
}, {
|
|
75
|
+
address: 'https://rpc.zigchain.com',
|
|
76
|
+
provider: 'ZIGCHAIN'
|
|
77
|
+
}],
|
|
78
|
+
rest: [{
|
|
79
|
+
address: 'https://public-zigchain-lcd.numia.xyz/',
|
|
80
|
+
provider: 'Numia'
|
|
81
|
+
}, {
|
|
82
|
+
address: 'https://api.zigchain.com',
|
|
83
|
+
provider: 'ZIGCHAIN'
|
|
84
|
+
}],
|
|
85
|
+
grpc: [{
|
|
86
|
+
address: 'grpc.zigchain.com:9090',
|
|
87
|
+
provider: 'ZIGCHAIN'
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
explorers: [{
|
|
91
|
+
kind: 'range',
|
|
92
|
+
url: 'https://app.range.org/address/zigchain/zigchain',
|
|
93
|
+
txPage: 'https://app.range.org/tx/zigchain/${txHash}',
|
|
94
|
+
accountPage: 'https://app.range.org/address/zigchain/${accountAddress}'
|
|
95
|
+
}, {
|
|
96
|
+
kind: 'zigscan',
|
|
97
|
+
url: 'https://zigscan.org',
|
|
98
|
+
txPage: 'https://zigscan.org/tx/${txHash}',
|
|
99
|
+
accountPage: 'https://zigscan.org/address/${accountAddress}'
|
|
100
|
+
}],
|
|
101
|
+
keywords: [
|
|
102
|
+
'zigchain',
|
|
103
|
+
'rwa',
|
|
104
|
+
'wealth generation infrastructure',
|
|
105
|
+
'wasm'
|
|
106
|
+
]
|
|
107
|
+
};
|
|
108
|
+
export default info;
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'avalanche-2',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'avalanche',
|
|
35
|
+
baseDenom: 'wei'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg'
|
|
35
39
|
}]
|
|
@@ -91,6 +95,7 @@ const info = {
|
|
|
91
95
|
provider: 'Axelar'
|
|
92
96
|
}],
|
|
93
97
|
logoURIs: {
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
94
99
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
95
100
|
},
|
|
96
101
|
images: [{
|
|
@@ -98,7 +103,11 @@ const info = {
|
|
|
98
103
|
chainName: 'axelartestnet',
|
|
99
104
|
baseDenom: 'uausdc'
|
|
100
105
|
},
|
|
101
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
108
|
+
theme: {
|
|
109
|
+
circle: true
|
|
110
|
+
}
|
|
102
111
|
}]
|
|
103
112
|
},
|
|
104
113
|
{
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'binancecoin',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'binancesmartchain',
|
|
35
|
+
baseDenom: 'wei'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
|
|
35
39
|
}]
|
|
@@ -95,6 +99,7 @@ const info = {
|
|
|
95
99
|
provider: 'Axelar'
|
|
96
100
|
}],
|
|
97
101
|
logoURIs: {
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
98
103
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
99
104
|
},
|
|
100
105
|
images: [{
|
|
@@ -102,7 +107,11 @@ const info = {
|
|
|
102
107
|
chainName: 'axelartestnet',
|
|
103
108
|
baseDenom: 'uausdc'
|
|
104
109
|
},
|
|
105
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
112
|
+
theme: {
|
|
113
|
+
circle: true
|
|
114
|
+
}
|
|
106
115
|
}]
|
|
107
116
|
}
|
|
108
117
|
]
|
|
@@ -29,10 +29,7 @@ const info = {
|
|
|
29
29
|
baseDenom: 'shibe'
|
|
30
30
|
},
|
|
31
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
32
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
33
|
-
theme: {
|
|
34
|
-
circle: true
|
|
35
|
-
}
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
36
33
|
}],
|
|
37
34
|
coingeckoId: 'dogecoin'
|
|
38
35
|
}]
|
|
@@ -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
|
]
|