@chain-registry/assets 1.70.222 → 1.70.224
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/dungeon.js +314 -0
- package/esm/mainnet/elys.js +434 -0
- package/esm/mainnet/kopi.js +254 -0
- package/esm/mainnet/noble.js +82 -0
- package/esm/testnet/agoricdevnet.js +478 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +164 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
- package/esm/testnet/elystestnet.js +164 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +164 -0
- package/esm/testnet/nobletestnet.js +164 -0
- package/esm/testnet/osmosistestnet.js +164 -0
- package/esm/testnet/stridetestnet.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/dungeon.js +314 -0
- package/mainnet/elys.js +434 -0
- package/mainnet/kopi.js +254 -0
- package/mainnet/noble.js +82 -0
- package/package.json +5 -5
- package/testnet/agoricdevnet.d.ts +3 -0
- package/testnet/agoricdevnet.js +480 -0
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +164 -0
- package/testnet/cosmosicsprovidertestnet.js +164 -0
- package/testnet/elystestnet.js +164 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +164 -0
- package/testnet/nobletestnet.js +164 -0
- package/testnet/osmosistestnet.js +164 -0
- package/testnet/stridetestnet.d.ts +3 -0
- package/testnet/stridetestnet.js +172 -0
package/mainnet/kopi.js
CHANGED
|
@@ -46,6 +46,133 @@ const assets = {
|
|
|
46
46
|
}
|
|
47
47
|
}]
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
description: 'The native token of Elys Network',
|
|
51
|
+
denom_units: [
|
|
52
|
+
{
|
|
53
|
+
denom: 'ibc/59835A81EC09E6A0A46E13514E38F77230FD377E53AA0AB7CFAE60795AC634EE',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uelys']
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
denom: 'melys',
|
|
59
|
+
exponent: 3,
|
|
60
|
+
aliases: ['millielys']
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
denom: 'elys',
|
|
64
|
+
exponent: 6,
|
|
65
|
+
aliases: []
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
base: 'ibc/59835A81EC09E6A0A46E13514E38F77230FD377E53AA0AB7CFAE60795AC634EE',
|
|
69
|
+
name: 'Elys Network',
|
|
70
|
+
display: 'elys',
|
|
71
|
+
symbol: 'ELYS',
|
|
72
|
+
logo_URIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
74
|
+
},
|
|
75
|
+
coingecko_id: 'elys-network',
|
|
76
|
+
images: [{
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
78
|
+
}],
|
|
79
|
+
type_asset: 'sdk.coin',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-25',
|
|
84
|
+
base_denom: 'uelys',
|
|
85
|
+
chain_name: 'elys'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-17'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Eden token definition',
|
|
94
|
+
denom_units: [
|
|
95
|
+
{
|
|
96
|
+
denom: 'ibc/7FBC4A481A8E1A63B759F3F2D291CF40867D88ED90DAC6DBBA7ECFD5523F989A',
|
|
97
|
+
exponent: 0,
|
|
98
|
+
aliases: ['ueden']
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
denom: 'meden',
|
|
102
|
+
exponent: 3,
|
|
103
|
+
aliases: ['millieden']
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
denom: 'eden',
|
|
107
|
+
exponent: 6,
|
|
108
|
+
aliases: []
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
base: 'ibc/7FBC4A481A8E1A63B759F3F2D291CF40867D88ED90DAC6DBBA7ECFD5523F989A',
|
|
112
|
+
name: 'Eden',
|
|
113
|
+
display: 'eden',
|
|
114
|
+
symbol: 'EDEN',
|
|
115
|
+
logo_URIs: {
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
117
|
+
},
|
|
118
|
+
images: [{
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
120
|
+
}],
|
|
121
|
+
type_asset: 'sdk.coin',
|
|
122
|
+
traces: [{
|
|
123
|
+
type: 'ibc',
|
|
124
|
+
counterparty: {
|
|
125
|
+
channel_id: 'channel-25',
|
|
126
|
+
base_denom: 'ueden',
|
|
127
|
+
chain_name: 'elys'
|
|
128
|
+
},
|
|
129
|
+
chain: {
|
|
130
|
+
channel_id: 'channel-17'
|
|
131
|
+
}
|
|
132
|
+
}]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
description: 'Eden BOOST token definition',
|
|
136
|
+
denom_units: [
|
|
137
|
+
{
|
|
138
|
+
denom: 'ibc/2E5F93C9D24C92EC704A7FD1E81071C3CE4A21049BDF9E764B0414BE3BC0F1BD',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['uedenb']
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
denom: 'medenb',
|
|
144
|
+
exponent: 3,
|
|
145
|
+
aliases: ['milliedenb']
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
denom: 'edenb',
|
|
149
|
+
exponent: 6,
|
|
150
|
+
aliases: []
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
base: 'ibc/2E5F93C9D24C92EC704A7FD1E81071C3CE4A21049BDF9E764B0414BE3BC0F1BD',
|
|
154
|
+
name: 'Eden BOOST',
|
|
155
|
+
display: 'edenb',
|
|
156
|
+
symbol: 'EDEN BOOST',
|
|
157
|
+
logo_URIs: {
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
159
|
+
},
|
|
160
|
+
images: [{
|
|
161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
162
|
+
}],
|
|
163
|
+
type_asset: 'sdk.coin',
|
|
164
|
+
traces: [{
|
|
165
|
+
type: 'ibc',
|
|
166
|
+
counterparty: {
|
|
167
|
+
channel_id: 'channel-25',
|
|
168
|
+
base_denom: 'uedenb',
|
|
169
|
+
chain_name: 'elys'
|
|
170
|
+
},
|
|
171
|
+
chain: {
|
|
172
|
+
channel_id: 'channel-17'
|
|
173
|
+
}
|
|
174
|
+
}]
|
|
175
|
+
},
|
|
49
176
|
{
|
|
50
177
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
51
178
|
denom_units: [{
|
|
@@ -369,6 +496,133 @@ const assets = {
|
|
|
369
496
|
}
|
|
370
497
|
}]
|
|
371
498
|
},
|
|
499
|
+
{
|
|
500
|
+
description: 'The native token of Elys Network',
|
|
501
|
+
denom_units: [
|
|
502
|
+
{
|
|
503
|
+
denom: 'ibc/59835A81EC09E6A0A46E13514E38F77230FD377E53AA0AB7CFAE60795AC634EE',
|
|
504
|
+
exponent: 0,
|
|
505
|
+
aliases: ['uelys']
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
denom: 'melys',
|
|
509
|
+
exponent: 3,
|
|
510
|
+
aliases: ['millielys']
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
denom: 'elys',
|
|
514
|
+
exponent: 6,
|
|
515
|
+
aliases: []
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
base: 'ibc/59835A81EC09E6A0A46E13514E38F77230FD377E53AA0AB7CFAE60795AC634EE',
|
|
519
|
+
name: 'Elys Network',
|
|
520
|
+
display: 'elys',
|
|
521
|
+
symbol: 'ELYS',
|
|
522
|
+
logo_URIs: {
|
|
523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
524
|
+
},
|
|
525
|
+
coingecko_id: 'elys-network',
|
|
526
|
+
images: [{
|
|
527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
528
|
+
}],
|
|
529
|
+
type_asset: 'sdk.coin',
|
|
530
|
+
traces: [{
|
|
531
|
+
type: 'ibc',
|
|
532
|
+
counterparty: {
|
|
533
|
+
channel_id: 'channel-25',
|
|
534
|
+
base_denom: 'uelys',
|
|
535
|
+
chain_name: 'elys'
|
|
536
|
+
},
|
|
537
|
+
chain: {
|
|
538
|
+
channel_id: 'channel-17'
|
|
539
|
+
}
|
|
540
|
+
}]
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
description: 'Eden token definition',
|
|
544
|
+
denom_units: [
|
|
545
|
+
{
|
|
546
|
+
denom: 'ibc/7FBC4A481A8E1A63B759F3F2D291CF40867D88ED90DAC6DBBA7ECFD5523F989A',
|
|
547
|
+
exponent: 0,
|
|
548
|
+
aliases: ['ueden']
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
denom: 'meden',
|
|
552
|
+
exponent: 3,
|
|
553
|
+
aliases: ['millieden']
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
denom: 'eden',
|
|
557
|
+
exponent: 6,
|
|
558
|
+
aliases: []
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
base: 'ibc/7FBC4A481A8E1A63B759F3F2D291CF40867D88ED90DAC6DBBA7ECFD5523F989A',
|
|
562
|
+
name: 'Eden',
|
|
563
|
+
display: 'eden',
|
|
564
|
+
symbol: 'EDEN',
|
|
565
|
+
logo_URIs: {
|
|
566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
567
|
+
},
|
|
568
|
+
images: [{
|
|
569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
570
|
+
}],
|
|
571
|
+
type_asset: 'sdk.coin',
|
|
572
|
+
traces: [{
|
|
573
|
+
type: 'ibc',
|
|
574
|
+
counterparty: {
|
|
575
|
+
channel_id: 'channel-25',
|
|
576
|
+
base_denom: 'ueden',
|
|
577
|
+
chain_name: 'elys'
|
|
578
|
+
},
|
|
579
|
+
chain: {
|
|
580
|
+
channel_id: 'channel-17'
|
|
581
|
+
}
|
|
582
|
+
}]
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
description: 'Eden BOOST token definition',
|
|
586
|
+
denom_units: [
|
|
587
|
+
{
|
|
588
|
+
denom: 'ibc/2E5F93C9D24C92EC704A7FD1E81071C3CE4A21049BDF9E764B0414BE3BC0F1BD',
|
|
589
|
+
exponent: 0,
|
|
590
|
+
aliases: ['uedenb']
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
denom: 'medenb',
|
|
594
|
+
exponent: 3,
|
|
595
|
+
aliases: ['milliedenb']
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
denom: 'edenb',
|
|
599
|
+
exponent: 6,
|
|
600
|
+
aliases: []
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
base: 'ibc/2E5F93C9D24C92EC704A7FD1E81071C3CE4A21049BDF9E764B0414BE3BC0F1BD',
|
|
604
|
+
name: 'Eden BOOST',
|
|
605
|
+
display: 'edenb',
|
|
606
|
+
symbol: 'EDEN BOOST',
|
|
607
|
+
logo_URIs: {
|
|
608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
609
|
+
},
|
|
610
|
+
images: [{
|
|
611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
612
|
+
}],
|
|
613
|
+
type_asset: 'sdk.coin',
|
|
614
|
+
traces: [{
|
|
615
|
+
type: 'ibc',
|
|
616
|
+
counterparty: {
|
|
617
|
+
channel_id: 'channel-25',
|
|
618
|
+
base_denom: 'uedenb',
|
|
619
|
+
chain_name: 'elys'
|
|
620
|
+
},
|
|
621
|
+
chain: {
|
|
622
|
+
channel_id: 'channel-17'
|
|
623
|
+
}
|
|
624
|
+
}]
|
|
625
|
+
},
|
|
372
626
|
{
|
|
373
627
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
374
628
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -635,6 +635,47 @@ const assets = {
|
|
|
635
635
|
}
|
|
636
636
|
}]
|
|
637
637
|
},
|
|
638
|
+
{
|
|
639
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
640
|
+
denom_units: [{
|
|
641
|
+
denom: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
642
|
+
exponent: 0,
|
|
643
|
+
aliases: ['udgn']
|
|
644
|
+
}, {
|
|
645
|
+
denom: 'DGN',
|
|
646
|
+
exponent: 6
|
|
647
|
+
}],
|
|
648
|
+
base: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
649
|
+
name: 'Dragon Coin',
|
|
650
|
+
display: 'DGN',
|
|
651
|
+
coingecko_id: 'dragon-coin-2',
|
|
652
|
+
symbol: 'DGN',
|
|
653
|
+
logo_URIs: {
|
|
654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
655
|
+
},
|
|
656
|
+
socials: {
|
|
657
|
+
website: 'https://www.cryptodungeon.org',
|
|
658
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
659
|
+
},
|
|
660
|
+
images: [{
|
|
661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
662
|
+
theme: {
|
|
663
|
+
circle: true
|
|
664
|
+
}
|
|
665
|
+
}],
|
|
666
|
+
type_asset: 'sdk.coin',
|
|
667
|
+
traces: [{
|
|
668
|
+
type: 'ibc',
|
|
669
|
+
counterparty: {
|
|
670
|
+
channel_id: 'channel-5307',
|
|
671
|
+
base_denom: 'udgn',
|
|
672
|
+
chain_name: 'dungeon'
|
|
673
|
+
},
|
|
674
|
+
chain: {
|
|
675
|
+
channel_id: 'channel-150'
|
|
676
|
+
}
|
|
677
|
+
}]
|
|
678
|
+
},
|
|
638
679
|
{
|
|
639
680
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
640
681
|
denom_units: [{
|
|
@@ -3117,6 +3158,47 @@ const assets = {
|
|
|
3117
3158
|
}
|
|
3118
3159
|
}]
|
|
3119
3160
|
},
|
|
3161
|
+
{
|
|
3162
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
3163
|
+
denom_units: [{
|
|
3164
|
+
denom: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
3165
|
+
exponent: 0,
|
|
3166
|
+
aliases: ['udgn']
|
|
3167
|
+
}, {
|
|
3168
|
+
denom: 'DGN',
|
|
3169
|
+
exponent: 6
|
|
3170
|
+
}],
|
|
3171
|
+
base: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
3172
|
+
name: 'Dragon Coin',
|
|
3173
|
+
display: 'DGN',
|
|
3174
|
+
coingecko_id: 'dragon-coin-2',
|
|
3175
|
+
symbol: 'DGN',
|
|
3176
|
+
logo_URIs: {
|
|
3177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
3178
|
+
},
|
|
3179
|
+
socials: {
|
|
3180
|
+
website: 'https://www.cryptodungeon.org',
|
|
3181
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
3182
|
+
},
|
|
3183
|
+
images: [{
|
|
3184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
3185
|
+
theme: {
|
|
3186
|
+
circle: true
|
|
3187
|
+
}
|
|
3188
|
+
}],
|
|
3189
|
+
type_asset: 'sdk.coin',
|
|
3190
|
+
traces: [{
|
|
3191
|
+
type: 'ibc',
|
|
3192
|
+
counterparty: {
|
|
3193
|
+
channel_id: 'channel-5307',
|
|
3194
|
+
base_denom: 'udgn',
|
|
3195
|
+
chain_name: 'dungeon'
|
|
3196
|
+
},
|
|
3197
|
+
chain: {
|
|
3198
|
+
channel_id: 'channel-150'
|
|
3199
|
+
}
|
|
3200
|
+
}]
|
|
3201
|
+
},
|
|
3120
3202
|
{
|
|
3121
3203
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
3122
3204
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.224",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.138",
|
|
33
|
+
"chain-registry": "^1.69.224"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.138"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "d741b6819f4199af27cba8efce0c85e9a0df39a7"
|
|
47
47
|
}
|