@chain-registry/assets 1.47.7 → 1.47.8
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/archway.js +2 -72
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +2 -72
- package/esm/mainnet/celestia.js +2 -72
- package/esm/mainnet/cosmoshub.js +2 -72
- package/esm/mainnet/dymension.js +74 -0
- package/esm/mainnet/evmos.js +2 -72
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kava.js +2 -72
- package/esm/mainnet/kujira.js +2 -72
- package/esm/mainnet/neutron.js +2 -72
- package/esm/mainnet/nim.js +83 -0
- package/esm/mainnet/noble.js +2 -72
- package/esm/mainnet/osmosis.js +2 -72
- package/esm/mainnet/secretnetwork.js +2 -72
- package/esm/mainnet/stride.js +2 -72
- package/index.d.ts +1 -1
- package/mainnet/archway.js +2 -72
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +2 -72
- package/mainnet/celestia.js +2 -72
- package/mainnet/cosmoshub.js +2 -72
- package/mainnet/dymension.js +74 -0
- package/mainnet/evmos.js +2 -72
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/kava.js +2 -72
- package/mainnet/kujira.js +2 -72
- package/mainnet/neutron.js +2 -72
- package/mainnet/nim.d.ts +3 -0
- package/mainnet/nim.js +85 -0
- package/mainnet/noble.js +2 -72
- package/mainnet/osmosis.js +2 -72
- package/mainnet/secretnetwork.js +2 -72
- package/mainnet/stride.js +2 -72
- package/package.json +5 -5
package/esm/mainnet/kava.js
CHANGED
|
@@ -215,6 +215,7 @@ const assets = {
|
|
|
215
215
|
denom: 'dym',
|
|
216
216
|
exponent: 18
|
|
217
217
|
}],
|
|
218
|
+
type_asset: 'sdk.coin',
|
|
218
219
|
base: 'ibc/9C273C3A2306B8C15EC86E93BC25194CFCCA1B1AE9AEFEF18618AD60F9ECD843',
|
|
219
220
|
name: 'Dymension',
|
|
220
221
|
display: 'dym',
|
|
@@ -244,42 +245,6 @@ const assets = {
|
|
|
244
245
|
}
|
|
245
246
|
}]
|
|
246
247
|
},
|
|
247
|
-
{
|
|
248
|
-
description: 'The native token of Nim Network.',
|
|
249
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
250
|
-
denom_units: [{
|
|
251
|
-
denom: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
252
|
-
exponent: 0,
|
|
253
|
-
aliases: ['anim']
|
|
254
|
-
}, {
|
|
255
|
-
denom: 'nim',
|
|
256
|
-
exponent: 18
|
|
257
|
-
}],
|
|
258
|
-
base: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
259
|
-
name: 'NIM Network',
|
|
260
|
-
display: 'nim',
|
|
261
|
-
symbol: 'NIM',
|
|
262
|
-
images: [{
|
|
263
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
264
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
265
|
-
}],
|
|
266
|
-
socials: {
|
|
267
|
-
website: 'https://nim.network/',
|
|
268
|
-
twitter: 'https://twitter.com/nim_network'
|
|
269
|
-
},
|
|
270
|
-
keywords: ['gaming', 'AI'],
|
|
271
|
-
traces: [{
|
|
272
|
-
type: 'ibc',
|
|
273
|
-
counterparty: {
|
|
274
|
-
channel_id: 'channel-3',
|
|
275
|
-
base_denom: 'anim',
|
|
276
|
-
chain_name: 'dymension'
|
|
277
|
-
},
|
|
278
|
-
chain: {
|
|
279
|
-
channel_id: 'channel-144'
|
|
280
|
-
}
|
|
281
|
-
}]
|
|
282
|
-
},
|
|
283
248
|
{
|
|
284
249
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
285
250
|
denom_units: [{
|
|
@@ -782,6 +747,7 @@ const assets = {
|
|
|
782
747
|
denom: 'dym',
|
|
783
748
|
exponent: 18
|
|
784
749
|
}],
|
|
750
|
+
type_asset: 'sdk.coin',
|
|
785
751
|
base: 'ibc/9C273C3A2306B8C15EC86E93BC25194CFCCA1B1AE9AEFEF18618AD60F9ECD843',
|
|
786
752
|
name: 'Dymension',
|
|
787
753
|
display: 'dym',
|
|
@@ -811,42 +777,6 @@ const assets = {
|
|
|
811
777
|
}
|
|
812
778
|
}]
|
|
813
779
|
},
|
|
814
|
-
{
|
|
815
|
-
description: 'The native token of Nim Network.',
|
|
816
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
817
|
-
denom_units: [{
|
|
818
|
-
denom: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
819
|
-
exponent: 0,
|
|
820
|
-
aliases: ['anim']
|
|
821
|
-
}, {
|
|
822
|
-
denom: 'nim',
|
|
823
|
-
exponent: 18
|
|
824
|
-
}],
|
|
825
|
-
base: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
826
|
-
name: 'NIM Network',
|
|
827
|
-
display: 'nim',
|
|
828
|
-
symbol: 'NIM',
|
|
829
|
-
images: [{
|
|
830
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
831
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
832
|
-
}],
|
|
833
|
-
socials: {
|
|
834
|
-
website: 'https://nim.network/',
|
|
835
|
-
twitter: 'https://twitter.com/nim_network'
|
|
836
|
-
},
|
|
837
|
-
keywords: ['gaming', 'AI'],
|
|
838
|
-
traces: [{
|
|
839
|
-
type: 'ibc',
|
|
840
|
-
counterparty: {
|
|
841
|
-
channel_id: 'channel-3',
|
|
842
|
-
base_denom: 'anim',
|
|
843
|
-
chain_name: 'dymension'
|
|
844
|
-
},
|
|
845
|
-
chain: {
|
|
846
|
-
channel_id: 'channel-144'
|
|
847
|
-
}
|
|
848
|
-
}]
|
|
849
|
-
},
|
|
850
780
|
{
|
|
851
781
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
852
782
|
denom_units: [{
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -806,6 +806,7 @@ const assets = {
|
|
|
806
806
|
denom: 'dym',
|
|
807
807
|
exponent: 18
|
|
808
808
|
}],
|
|
809
|
+
type_asset: 'sdk.coin',
|
|
809
810
|
base: 'ibc/9012F7E79EACC34CE81A4404ECBEED5A5DFFD61CCEE23F2B8600BAC948C483E6',
|
|
810
811
|
name: 'Dymension',
|
|
811
812
|
display: 'dym',
|
|
@@ -835,42 +836,6 @@ const assets = {
|
|
|
835
836
|
}
|
|
836
837
|
}]
|
|
837
838
|
},
|
|
838
|
-
{
|
|
839
|
-
description: 'The native token of Nim Network.',
|
|
840
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
841
|
-
denom_units: [{
|
|
842
|
-
denom: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
843
|
-
exponent: 0,
|
|
844
|
-
aliases: ['anim']
|
|
845
|
-
}, {
|
|
846
|
-
denom: 'nim',
|
|
847
|
-
exponent: 18
|
|
848
|
-
}],
|
|
849
|
-
base: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
850
|
-
name: 'NIM Network',
|
|
851
|
-
display: 'nim',
|
|
852
|
-
symbol: 'NIM',
|
|
853
|
-
images: [{
|
|
854
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
856
|
-
}],
|
|
857
|
-
socials: {
|
|
858
|
-
website: 'https://nim.network/',
|
|
859
|
-
twitter: 'https://twitter.com/nim_network'
|
|
860
|
-
},
|
|
861
|
-
keywords: ['gaming', 'AI'],
|
|
862
|
-
traces: [{
|
|
863
|
-
type: 'ibc',
|
|
864
|
-
counterparty: {
|
|
865
|
-
channel_id: 'channel-10',
|
|
866
|
-
base_denom: 'anim',
|
|
867
|
-
chain_name: 'dymension'
|
|
868
|
-
},
|
|
869
|
-
chain: {
|
|
870
|
-
channel_id: 'channel-160'
|
|
871
|
-
}
|
|
872
|
-
}]
|
|
873
|
-
},
|
|
874
839
|
{
|
|
875
840
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
876
841
|
denom_units: [{
|
|
@@ -2321,6 +2286,7 @@ const assets = {
|
|
|
2321
2286
|
denom: 'dym',
|
|
2322
2287
|
exponent: 18
|
|
2323
2288
|
}],
|
|
2289
|
+
type_asset: 'sdk.coin',
|
|
2324
2290
|
base: 'ibc/9012F7E79EACC34CE81A4404ECBEED5A5DFFD61CCEE23F2B8600BAC948C483E6',
|
|
2325
2291
|
name: 'Dymension',
|
|
2326
2292
|
display: 'dym',
|
|
@@ -2350,42 +2316,6 @@ const assets = {
|
|
|
2350
2316
|
}
|
|
2351
2317
|
}]
|
|
2352
2318
|
},
|
|
2353
|
-
{
|
|
2354
|
-
description: 'The native token of Nim Network.',
|
|
2355
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
2356
|
-
denom_units: [{
|
|
2357
|
-
denom: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
2358
|
-
exponent: 0,
|
|
2359
|
-
aliases: ['anim']
|
|
2360
|
-
}, {
|
|
2361
|
-
denom: 'nim',
|
|
2362
|
-
exponent: 18
|
|
2363
|
-
}],
|
|
2364
|
-
base: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
2365
|
-
name: 'NIM Network',
|
|
2366
|
-
display: 'nim',
|
|
2367
|
-
symbol: 'NIM',
|
|
2368
|
-
images: [{
|
|
2369
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2370
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2371
|
-
}],
|
|
2372
|
-
socials: {
|
|
2373
|
-
website: 'https://nim.network/',
|
|
2374
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2375
|
-
},
|
|
2376
|
-
keywords: ['gaming', 'AI'],
|
|
2377
|
-
traces: [{
|
|
2378
|
-
type: 'ibc',
|
|
2379
|
-
counterparty: {
|
|
2380
|
-
channel_id: 'channel-10',
|
|
2381
|
-
base_denom: 'anim',
|
|
2382
|
-
chain_name: 'dymension'
|
|
2383
|
-
},
|
|
2384
|
-
chain: {
|
|
2385
|
-
channel_id: 'channel-160'
|
|
2386
|
-
}
|
|
2387
|
-
}]
|
|
2388
|
-
},
|
|
2389
2319
|
{
|
|
2390
2320
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2391
2321
|
denom_units: [{
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -254,6 +254,7 @@ const assets = {
|
|
|
254
254
|
denom: 'dym',
|
|
255
255
|
exponent: 18
|
|
256
256
|
}],
|
|
257
|
+
type_asset: 'sdk.coin',
|
|
257
258
|
base: 'ibc/4A6A46D4263F2ED3DCE9CF866FE15E6903FB5E12D87EB8BDC1B6B1A1E2D397B4',
|
|
258
259
|
name: 'Dymension',
|
|
259
260
|
display: 'dym',
|
|
@@ -283,42 +284,6 @@ const assets = {
|
|
|
283
284
|
}
|
|
284
285
|
}]
|
|
285
286
|
},
|
|
286
|
-
{
|
|
287
|
-
description: 'The native token of Nim Network.',
|
|
288
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
289
|
-
denom_units: [{
|
|
290
|
-
denom: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
291
|
-
exponent: 0,
|
|
292
|
-
aliases: ['anim']
|
|
293
|
-
}, {
|
|
294
|
-
denom: 'nim',
|
|
295
|
-
exponent: 18
|
|
296
|
-
}],
|
|
297
|
-
base: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
298
|
-
name: 'NIM Network',
|
|
299
|
-
display: 'nim',
|
|
300
|
-
symbol: 'NIM',
|
|
301
|
-
images: [{
|
|
302
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
303
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
304
|
-
}],
|
|
305
|
-
socials: {
|
|
306
|
-
website: 'https://nim.network/',
|
|
307
|
-
twitter: 'https://twitter.com/nim_network'
|
|
308
|
-
},
|
|
309
|
-
keywords: ['gaming', 'AI'],
|
|
310
|
-
traces: [{
|
|
311
|
-
type: 'ibc',
|
|
312
|
-
counterparty: {
|
|
313
|
-
channel_id: 'channel-9',
|
|
314
|
-
base_denom: 'anim',
|
|
315
|
-
chain_name: 'dymension'
|
|
316
|
-
},
|
|
317
|
-
chain: {
|
|
318
|
-
channel_id: 'channel-675'
|
|
319
|
-
}
|
|
320
|
-
}]
|
|
321
|
-
},
|
|
322
287
|
{
|
|
323
288
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
324
289
|
denom_units: [{
|
|
@@ -934,6 +899,7 @@ const assets = {
|
|
|
934
899
|
denom: 'dym',
|
|
935
900
|
exponent: 18
|
|
936
901
|
}],
|
|
902
|
+
type_asset: 'sdk.coin',
|
|
937
903
|
base: 'ibc/4A6A46D4263F2ED3DCE9CF866FE15E6903FB5E12D87EB8BDC1B6B1A1E2D397B4',
|
|
938
904
|
name: 'Dymension',
|
|
939
905
|
display: 'dym',
|
|
@@ -963,42 +929,6 @@ const assets = {
|
|
|
963
929
|
}
|
|
964
930
|
}]
|
|
965
931
|
},
|
|
966
|
-
{
|
|
967
|
-
description: 'The native token of Nim Network.',
|
|
968
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
969
|
-
denom_units: [{
|
|
970
|
-
denom: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
971
|
-
exponent: 0,
|
|
972
|
-
aliases: ['anim']
|
|
973
|
-
}, {
|
|
974
|
-
denom: 'nim',
|
|
975
|
-
exponent: 18
|
|
976
|
-
}],
|
|
977
|
-
base: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
978
|
-
name: 'NIM Network',
|
|
979
|
-
display: 'nim',
|
|
980
|
-
symbol: 'NIM',
|
|
981
|
-
images: [{
|
|
982
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
983
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
984
|
-
}],
|
|
985
|
-
socials: {
|
|
986
|
-
website: 'https://nim.network/',
|
|
987
|
-
twitter: 'https://twitter.com/nim_network'
|
|
988
|
-
},
|
|
989
|
-
keywords: ['gaming', 'AI'],
|
|
990
|
-
traces: [{
|
|
991
|
-
type: 'ibc',
|
|
992
|
-
counterparty: {
|
|
993
|
-
channel_id: 'channel-9',
|
|
994
|
-
base_denom: 'anim',
|
|
995
|
-
chain_name: 'dymension'
|
|
996
|
-
},
|
|
997
|
-
chain: {
|
|
998
|
-
channel_id: 'channel-675'
|
|
999
|
-
}
|
|
1000
|
-
}]
|
|
1001
|
-
},
|
|
1002
932
|
{
|
|
1003
933
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1004
934
|
denom_units: [{
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'nim',
|
|
3
|
+
assets: [{
|
|
4
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
5
|
+
denom_units: [{
|
|
6
|
+
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
7
|
+
exponent: 0,
|
|
8
|
+
aliases: ['adym']
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'dym',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'sdk.coin',
|
|
14
|
+
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
15
|
+
name: 'Dymension',
|
|
16
|
+
display: 'dym',
|
|
17
|
+
symbol: 'DYM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'dymension',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
26
|
+
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://portal.dymension.xyz',
|
|
29
|
+
twitter: 'https://twitter.com/dymension'
|
|
30
|
+
},
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'ibc',
|
|
33
|
+
counterparty: {
|
|
34
|
+
channel_id: 'channel-49',
|
|
35
|
+
base_denom: 'adym',
|
|
36
|
+
chain_name: 'dymension'
|
|
37
|
+
},
|
|
38
|
+
chain: {
|
|
39
|
+
channel_id: 'channel-0'
|
|
40
|
+
}
|
|
41
|
+
}]
|
|
42
|
+
}, {
|
|
43
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
44
|
+
denom_units: [{
|
|
45
|
+
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
46
|
+
exponent: 0,
|
|
47
|
+
aliases: ['adym']
|
|
48
|
+
}, {
|
|
49
|
+
denom: 'dym',
|
|
50
|
+
exponent: 18
|
|
51
|
+
}],
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
54
|
+
name: 'Dymension',
|
|
55
|
+
display: 'dym',
|
|
56
|
+
symbol: 'DYM',
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
60
|
+
},
|
|
61
|
+
coingecko_id: 'dymension',
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
65
|
+
}],
|
|
66
|
+
socials: {
|
|
67
|
+
website: 'https://portal.dymension.xyz',
|
|
68
|
+
twitter: 'https://twitter.com/dymension'
|
|
69
|
+
},
|
|
70
|
+
traces: [{
|
|
71
|
+
type: 'ibc',
|
|
72
|
+
counterparty: {
|
|
73
|
+
channel_id: 'channel-49',
|
|
74
|
+
base_denom: 'adym',
|
|
75
|
+
chain_name: 'dymension'
|
|
76
|
+
},
|
|
77
|
+
chain: {
|
|
78
|
+
channel_id: 'channel-0'
|
|
79
|
+
}
|
|
80
|
+
}]
|
|
81
|
+
}]
|
|
82
|
+
};
|
|
83
|
+
export default assets;
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -365,6 +365,7 @@ const assets = {
|
|
|
365
365
|
denom: 'dym',
|
|
366
366
|
exponent: 18
|
|
367
367
|
}],
|
|
368
|
+
type_asset: 'sdk.coin',
|
|
368
369
|
base: 'ibc/079EF4321138241B91C926627ACFFE98B538F93463F3845486191A98A61198FA',
|
|
369
370
|
name: 'Dymension',
|
|
370
371
|
display: 'dym',
|
|
@@ -394,42 +395,6 @@ const assets = {
|
|
|
394
395
|
}
|
|
395
396
|
}]
|
|
396
397
|
},
|
|
397
|
-
{
|
|
398
|
-
description: 'The native token of Nim Network.',
|
|
399
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
400
|
-
denom_units: [{
|
|
401
|
-
denom: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
402
|
-
exponent: 0,
|
|
403
|
-
aliases: ['anim']
|
|
404
|
-
}, {
|
|
405
|
-
denom: 'nim',
|
|
406
|
-
exponent: 18
|
|
407
|
-
}],
|
|
408
|
-
base: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
409
|
-
name: 'NIM Network',
|
|
410
|
-
display: 'nim',
|
|
411
|
-
symbol: 'NIM',
|
|
412
|
-
images: [{
|
|
413
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
414
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
415
|
-
}],
|
|
416
|
-
socials: {
|
|
417
|
-
website: 'https://nim.network/',
|
|
418
|
-
twitter: 'https://twitter.com/nim_network'
|
|
419
|
-
},
|
|
420
|
-
keywords: ['gaming', 'AI'],
|
|
421
|
-
traces: [{
|
|
422
|
-
type: 'ibc',
|
|
423
|
-
counterparty: {
|
|
424
|
-
channel_id: 'channel-6',
|
|
425
|
-
base_denom: 'anim',
|
|
426
|
-
chain_name: 'dymension'
|
|
427
|
-
},
|
|
428
|
-
chain: {
|
|
429
|
-
channel_id: 'channel-62'
|
|
430
|
-
}
|
|
431
|
-
}]
|
|
432
|
-
},
|
|
433
398
|
{
|
|
434
399
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
435
400
|
denom_units: [{
|
|
@@ -1442,6 +1407,7 @@ const assets = {
|
|
|
1442
1407
|
denom: 'dym',
|
|
1443
1408
|
exponent: 18
|
|
1444
1409
|
}],
|
|
1410
|
+
type_asset: 'sdk.coin',
|
|
1445
1411
|
base: 'ibc/079EF4321138241B91C926627ACFFE98B538F93463F3845486191A98A61198FA',
|
|
1446
1412
|
name: 'Dymension',
|
|
1447
1413
|
display: 'dym',
|
|
@@ -1471,42 +1437,6 @@ const assets = {
|
|
|
1471
1437
|
}
|
|
1472
1438
|
}]
|
|
1473
1439
|
},
|
|
1474
|
-
{
|
|
1475
|
-
description: 'The native token of Nim Network.',
|
|
1476
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1477
|
-
denom_units: [{
|
|
1478
|
-
denom: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
1479
|
-
exponent: 0,
|
|
1480
|
-
aliases: ['anim']
|
|
1481
|
-
}, {
|
|
1482
|
-
denom: 'nim',
|
|
1483
|
-
exponent: 18
|
|
1484
|
-
}],
|
|
1485
|
-
base: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
1486
|
-
name: 'NIM Network',
|
|
1487
|
-
display: 'nim',
|
|
1488
|
-
symbol: 'NIM',
|
|
1489
|
-
images: [{
|
|
1490
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1491
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1492
|
-
}],
|
|
1493
|
-
socials: {
|
|
1494
|
-
website: 'https://nim.network/',
|
|
1495
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1496
|
-
},
|
|
1497
|
-
keywords: ['gaming', 'AI'],
|
|
1498
|
-
traces: [{
|
|
1499
|
-
type: 'ibc',
|
|
1500
|
-
counterparty: {
|
|
1501
|
-
channel_id: 'channel-6',
|
|
1502
|
-
base_denom: 'anim',
|
|
1503
|
-
chain_name: 'dymension'
|
|
1504
|
-
},
|
|
1505
|
-
chain: {
|
|
1506
|
-
channel_id: 'channel-62'
|
|
1507
|
-
}
|
|
1508
|
-
}]
|
|
1509
|
-
},
|
|
1510
1440
|
{
|
|
1511
1441
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1512
1442
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -1902,6 +1902,7 @@ const assets = {
|
|
|
1902
1902
|
denom: 'dym',
|
|
1903
1903
|
exponent: 18
|
|
1904
1904
|
}],
|
|
1905
|
+
type_asset: 'sdk.coin',
|
|
1905
1906
|
base: 'ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110',
|
|
1906
1907
|
name: 'Dymension',
|
|
1907
1908
|
display: 'dym',
|
|
@@ -1931,42 +1932,6 @@ const assets = {
|
|
|
1931
1932
|
}
|
|
1932
1933
|
}]
|
|
1933
1934
|
},
|
|
1934
|
-
{
|
|
1935
|
-
description: 'The native token of Nim Network.',
|
|
1936
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1937
|
-
denom_units: [{
|
|
1938
|
-
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1939
|
-
exponent: 0,
|
|
1940
|
-
aliases: ['anim']
|
|
1941
|
-
}, {
|
|
1942
|
-
denom: 'nim',
|
|
1943
|
-
exponent: 18
|
|
1944
|
-
}],
|
|
1945
|
-
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1946
|
-
name: 'NIM Network',
|
|
1947
|
-
display: 'nim',
|
|
1948
|
-
symbol: 'NIM',
|
|
1949
|
-
images: [{
|
|
1950
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1951
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1952
|
-
}],
|
|
1953
|
-
socials: {
|
|
1954
|
-
website: 'https://nim.network/',
|
|
1955
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1956
|
-
},
|
|
1957
|
-
keywords: ['gaming', 'AI'],
|
|
1958
|
-
traces: [{
|
|
1959
|
-
type: 'ibc',
|
|
1960
|
-
counterparty: {
|
|
1961
|
-
channel_id: 'channel-2',
|
|
1962
|
-
base_denom: 'anim',
|
|
1963
|
-
chain_name: 'dymension'
|
|
1964
|
-
},
|
|
1965
|
-
chain: {
|
|
1966
|
-
channel_id: 'channel-19774'
|
|
1967
|
-
}
|
|
1968
|
-
}]
|
|
1969
|
-
},
|
|
1970
1935
|
{
|
|
1971
1936
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
1972
1937
|
denom_units: [{
|
|
@@ -6412,6 +6377,7 @@ const assets = {
|
|
|
6412
6377
|
denom: 'dym',
|
|
6413
6378
|
exponent: 18
|
|
6414
6379
|
}],
|
|
6380
|
+
type_asset: 'sdk.coin',
|
|
6415
6381
|
base: 'ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110',
|
|
6416
6382
|
name: 'Dymension',
|
|
6417
6383
|
display: 'dym',
|
|
@@ -6441,42 +6407,6 @@ const assets = {
|
|
|
6441
6407
|
}
|
|
6442
6408
|
}]
|
|
6443
6409
|
},
|
|
6444
|
-
{
|
|
6445
|
-
description: 'The native token of Nim Network.',
|
|
6446
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
6447
|
-
denom_units: [{
|
|
6448
|
-
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6449
|
-
exponent: 0,
|
|
6450
|
-
aliases: ['anim']
|
|
6451
|
-
}, {
|
|
6452
|
-
denom: 'nim',
|
|
6453
|
-
exponent: 18
|
|
6454
|
-
}],
|
|
6455
|
-
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6456
|
-
name: 'NIM Network',
|
|
6457
|
-
display: 'nim',
|
|
6458
|
-
symbol: 'NIM',
|
|
6459
|
-
images: [{
|
|
6460
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
6461
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
6462
|
-
}],
|
|
6463
|
-
socials: {
|
|
6464
|
-
website: 'https://nim.network/',
|
|
6465
|
-
twitter: 'https://twitter.com/nim_network'
|
|
6466
|
-
},
|
|
6467
|
-
keywords: ['gaming', 'AI'],
|
|
6468
|
-
traces: [{
|
|
6469
|
-
type: 'ibc',
|
|
6470
|
-
counterparty: {
|
|
6471
|
-
channel_id: 'channel-2',
|
|
6472
|
-
base_denom: 'anim',
|
|
6473
|
-
chain_name: 'dymension'
|
|
6474
|
-
},
|
|
6475
|
-
chain: {
|
|
6476
|
-
channel_id: 'channel-19774'
|
|
6477
|
-
}
|
|
6478
|
-
}]
|
|
6479
|
-
},
|
|
6480
6410
|
{
|
|
6481
6411
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
6482
6412
|
denom_units: [{
|