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