chain-registry 2.0.147 → 2.0.149
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/atomone/asset-list.js +48 -3
- package/esm/mainnet/cosmoshub/asset-list.js +42 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +6 -6
- package/esm/mainnet/divine/ibc-data.js +12 -12
- package/esm/mainnet/noble/asset-list.js +42 -0
- package/esm/mainnet/osmosis/ibc-data.js +6 -6
- package/esm/testnet/divinetestnet/ibc-data.js +6 -6
- package/esm/testnet/osmosistestnet/ibc-data.js +6 -6
- package/mainnet/atomone/asset-list.js +48 -3
- package/mainnet/cosmoshub/asset-list.js +42 -0
- package/mainnet/cosmoshub/ibc-data.js +6 -6
- package/mainnet/divine/ibc-data.js +12 -12
- package/mainnet/noble/asset-list.js +42 -0
- package/mainnet/osmosis/ibc-data.js +6 -6
- package/package.json +3 -3
- package/testnet/divinetestnet/ibc-data.js +6 -6
- package/testnet/osmosistestnet/ibc-data.js +6 -6
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'atomone',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native staking and governance token of AtomOne',
|
|
6
7
|
denomUnits: [{
|
|
7
8
|
denom: 'uatone',
|
|
@@ -28,7 +29,8 @@ const info = {
|
|
|
28
29
|
x: 'https://x.com/_atomone'
|
|
29
30
|
},
|
|
30
31
|
coingeckoId: 'atomone'
|
|
31
|
-
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
32
34
|
description: 'The fee token of AtomOne',
|
|
33
35
|
denomUnits: [{
|
|
34
36
|
denom: 'uphoton',
|
|
@@ -55,6 +57,49 @@ const info = {
|
|
|
55
57
|
x: 'https://x.com/_atomone'
|
|
56
58
|
},
|
|
57
59
|
coingeckoId: 'photon-2'
|
|
58
|
-
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
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.',
|
|
63
|
+
denomUnits: [{
|
|
64
|
+
denom: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
65
|
+
exponent: 0,
|
|
66
|
+
aliases: ['udgn']
|
|
67
|
+
}, {
|
|
68
|
+
denom: 'DGN',
|
|
69
|
+
exponent: 6
|
|
70
|
+
}],
|
|
71
|
+
typeAsset: 'ics20',
|
|
72
|
+
base: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
73
|
+
name: 'Dragon Coin',
|
|
74
|
+
display: 'DGN',
|
|
75
|
+
symbol: 'DGN',
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
chainName: 'dungeon',
|
|
80
|
+
baseDenom: 'udgn',
|
|
81
|
+
channelId: 'channel-5310'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channelId: 'channel-9',
|
|
85
|
+
path: 'transfer/channel-9/udgn'
|
|
86
|
+
}
|
|
87
|
+
}],
|
|
88
|
+
logoURIs: {
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
90
|
+
},
|
|
91
|
+
images: [{
|
|
92
|
+
imageSync: {
|
|
93
|
+
chainName: 'dungeon',
|
|
94
|
+
baseDenom: 'udgn'
|
|
95
|
+
},
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
97
|
+
theme: {
|
|
98
|
+
circle: true
|
|
99
|
+
}
|
|
100
|
+
}],
|
|
101
|
+
coingeckoId: 'dragon-coin-2'
|
|
102
|
+
}
|
|
103
|
+
]
|
|
59
104
|
};
|
|
60
105
|
export default info;
|
|
@@ -1021,6 +1021,48 @@ const info = {
|
|
|
1021
1021
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1022
1022
|
}],
|
|
1023
1023
|
coingeckoId: 'stride-staked-atom'
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
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.',
|
|
1027
|
+
denomUnits: [{
|
|
1028
|
+
denom: 'ibc/0F8D3C0F081E126A4E275703DA67165DA5353C81F45E945140D0F961B9F7692A',
|
|
1029
|
+
exponent: 0,
|
|
1030
|
+
aliases: ['udgn']
|
|
1031
|
+
}, {
|
|
1032
|
+
denom: 'DGN',
|
|
1033
|
+
exponent: 6
|
|
1034
|
+
}],
|
|
1035
|
+
typeAsset: 'ics20',
|
|
1036
|
+
base: 'ibc/0F8D3C0F081E126A4E275703DA67165DA5353C81F45E945140D0F961B9F7692A',
|
|
1037
|
+
name: 'Dragon Coin',
|
|
1038
|
+
display: 'DGN',
|
|
1039
|
+
symbol: 'DGN',
|
|
1040
|
+
traces: [{
|
|
1041
|
+
type: 'ibc',
|
|
1042
|
+
counterparty: {
|
|
1043
|
+
chainName: 'dungeon',
|
|
1044
|
+
baseDenom: 'udgn',
|
|
1045
|
+
channelId: 'channel-5308'
|
|
1046
|
+
},
|
|
1047
|
+
chain: {
|
|
1048
|
+
channelId: 'channel-1560',
|
|
1049
|
+
path: 'transfer/channel-1560/udgn'
|
|
1050
|
+
}
|
|
1051
|
+
}],
|
|
1052
|
+
logoURIs: {
|
|
1053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1054
|
+
},
|
|
1055
|
+
images: [{
|
|
1056
|
+
imageSync: {
|
|
1057
|
+
chainName: 'dungeon',
|
|
1058
|
+
baseDenom: 'udgn'
|
|
1059
|
+
},
|
|
1060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1061
|
+
theme: {
|
|
1062
|
+
circle: true
|
|
1063
|
+
}
|
|
1064
|
+
}],
|
|
1065
|
+
coingeckoId: 'dragon-coin-2'
|
|
1024
1066
|
}
|
|
1025
1067
|
]
|
|
1026
1068
|
};
|
|
@@ -642,22 +642,22 @@ const info = [
|
|
|
642
642
|
chain1: {
|
|
643
643
|
chainName: 'cosmoshub',
|
|
644
644
|
chainId: 'cosmoshub-4',
|
|
645
|
-
clientId: '07-tendermint-
|
|
646
|
-
connectionId: 'connection-
|
|
645
|
+
clientId: '07-tendermint-1467',
|
|
646
|
+
connectionId: 'connection-1205'
|
|
647
647
|
},
|
|
648
648
|
chain2: {
|
|
649
649
|
chainName: 'divine',
|
|
650
650
|
chainId: 'divine-1',
|
|
651
|
-
clientId: '07-tendermint-
|
|
652
|
-
connectionId: 'connection-
|
|
651
|
+
clientId: '07-tendermint-14',
|
|
652
|
+
connectionId: 'connection-9'
|
|
653
653
|
},
|
|
654
654
|
channels: [{
|
|
655
655
|
chain1: {
|
|
656
|
-
channelId: 'channel-
|
|
656
|
+
channelId: 'channel-1742',
|
|
657
657
|
portId: 'transfer'
|
|
658
658
|
},
|
|
659
659
|
chain2: {
|
|
660
|
-
channelId: 'channel-
|
|
660
|
+
channelId: 'channel-4',
|
|
661
661
|
portId: 'transfer'
|
|
662
662
|
},
|
|
663
663
|
ordering: 'unordered',
|
|
@@ -3,22 +3,22 @@ const info = [{
|
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'cosmoshub',
|
|
5
5
|
chainId: 'cosmoshub-4',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-1467',
|
|
7
|
+
connectionId: 'connection-1205'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'divine',
|
|
11
11
|
chainId: 'divine-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-14',
|
|
13
|
+
connectionId: 'connection-9'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
17
|
-
channelId: 'channel-
|
|
17
|
+
channelId: 'channel-1742',
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-4',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -33,22 +33,22 @@ const info = [{
|
|
|
33
33
|
chain1: {
|
|
34
34
|
chainName: 'divine',
|
|
35
35
|
chainId: 'divine-1',
|
|
36
|
-
clientId: '07-tendermint-
|
|
37
|
-
connectionId: 'connection-
|
|
36
|
+
clientId: '07-tendermint-10',
|
|
37
|
+
connectionId: 'connection-8'
|
|
38
38
|
},
|
|
39
39
|
chain2: {
|
|
40
40
|
chainName: 'osmosis',
|
|
41
41
|
chainId: 'osmosis-1',
|
|
42
|
-
clientId: '07-tendermint-
|
|
43
|
-
connectionId: 'connection-
|
|
42
|
+
clientId: '07-tendermint-3667',
|
|
43
|
+
connectionId: 'connection-11030'
|
|
44
44
|
},
|
|
45
45
|
channels: [{
|
|
46
46
|
chain1: {
|
|
47
|
-
channelId: 'channel-
|
|
47
|
+
channelId: 'channel-3',
|
|
48
48
|
portId: 'transfer'
|
|
49
49
|
},
|
|
50
50
|
chain2: {
|
|
51
|
-
channelId: 'channel-
|
|
51
|
+
channelId: 'channel-108909',
|
|
52
52
|
portId: 'transfer'
|
|
53
53
|
},
|
|
54
54
|
ordering: 'unordered',
|
|
@@ -219,6 +219,48 @@ const info = {
|
|
|
219
219
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
220
220
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
221
221
|
}]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
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.',
|
|
225
|
+
denomUnits: [{
|
|
226
|
+
denom: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
227
|
+
exponent: 0,
|
|
228
|
+
aliases: ['udgn']
|
|
229
|
+
}, {
|
|
230
|
+
denom: 'DGN',
|
|
231
|
+
exponent: 6
|
|
232
|
+
}],
|
|
233
|
+
typeAsset: 'ics20',
|
|
234
|
+
base: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
235
|
+
name: 'Dragon Coin',
|
|
236
|
+
display: 'DGN',
|
|
237
|
+
symbol: 'DGN',
|
|
238
|
+
traces: [{
|
|
239
|
+
type: 'ibc',
|
|
240
|
+
counterparty: {
|
|
241
|
+
chainName: 'dungeon',
|
|
242
|
+
baseDenom: 'udgn',
|
|
243
|
+
channelId: 'channel-5307'
|
|
244
|
+
},
|
|
245
|
+
chain: {
|
|
246
|
+
channelId: 'channel-150',
|
|
247
|
+
path: 'transfer/channel-150/udgn'
|
|
248
|
+
}
|
|
249
|
+
}],
|
|
250
|
+
logoURIs: {
|
|
251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
252
|
+
},
|
|
253
|
+
images: [{
|
|
254
|
+
imageSync: {
|
|
255
|
+
chainName: 'dungeon',
|
|
256
|
+
baseDenom: 'udgn'
|
|
257
|
+
},
|
|
258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
259
|
+
theme: {
|
|
260
|
+
circle: true
|
|
261
|
+
}
|
|
262
|
+
}],
|
|
263
|
+
coingeckoId: 'dragon-coin-2'
|
|
222
264
|
}
|
|
223
265
|
]
|
|
224
266
|
};
|
|
@@ -1366,22 +1366,22 @@ const info = [
|
|
|
1366
1366
|
chain1: {
|
|
1367
1367
|
chainName: 'divine',
|
|
1368
1368
|
chainId: 'divine-1',
|
|
1369
|
-
clientId: '07-tendermint-
|
|
1370
|
-
connectionId: 'connection-
|
|
1369
|
+
clientId: '07-tendermint-10',
|
|
1370
|
+
connectionId: 'connection-8'
|
|
1371
1371
|
},
|
|
1372
1372
|
chain2: {
|
|
1373
1373
|
chainName: 'osmosis',
|
|
1374
1374
|
chainId: 'osmosis-1',
|
|
1375
|
-
clientId: '07-tendermint-
|
|
1376
|
-
connectionId: 'connection-
|
|
1375
|
+
clientId: '07-tendermint-3667',
|
|
1376
|
+
connectionId: 'connection-11030'
|
|
1377
1377
|
},
|
|
1378
1378
|
channels: [{
|
|
1379
1379
|
chain1: {
|
|
1380
|
-
channelId: 'channel-
|
|
1380
|
+
channelId: 'channel-3',
|
|
1381
1381
|
portId: 'transfer'
|
|
1382
1382
|
},
|
|
1383
1383
|
chain2: {
|
|
1384
|
-
channelId: 'channel-
|
|
1384
|
+
channelId: 'channel-108909',
|
|
1385
1385
|
portId: 'transfer'
|
|
1386
1386
|
},
|
|
1387
1387
|
ordering: 'unordered',
|
|
@@ -33,22 +33,22 @@ const info = [{
|
|
|
33
33
|
chain1: {
|
|
34
34
|
chainName: 'divinetestnet',
|
|
35
35
|
chainId: 'divine-testnet-1',
|
|
36
|
-
clientId: '07-tendermint-
|
|
37
|
-
connectionId: 'connection-
|
|
36
|
+
clientId: '07-tendermint-8',
|
|
37
|
+
connectionId: 'connection-5'
|
|
38
38
|
},
|
|
39
39
|
chain2: {
|
|
40
40
|
chainName: 'osmosistestnet',
|
|
41
41
|
chainId: 'osmo-test-5',
|
|
42
|
-
clientId: '07-tendermint-
|
|
43
|
-
connectionId: 'connection-
|
|
42
|
+
clientId: '07-tendermint-5024',
|
|
43
|
+
connectionId: 'connection-4386'
|
|
44
44
|
},
|
|
45
45
|
channels: [{
|
|
46
46
|
chain1: {
|
|
47
|
-
channelId: 'channel-
|
|
47
|
+
channelId: 'channel-4',
|
|
48
48
|
portId: 'transfer'
|
|
49
49
|
},
|
|
50
50
|
chain2: {
|
|
51
|
-
channelId: 'channel-
|
|
51
|
+
channelId: 'channel-11375',
|
|
52
52
|
portId: 'transfer'
|
|
53
53
|
},
|
|
54
54
|
ordering: 'unordered',
|
|
@@ -360,22 +360,22 @@ const info = [
|
|
|
360
360
|
chain1: {
|
|
361
361
|
chainName: 'divinetestnet',
|
|
362
362
|
chainId: 'divine-testnet-1',
|
|
363
|
-
clientId: '07-tendermint-
|
|
364
|
-
connectionId: 'connection-
|
|
363
|
+
clientId: '07-tendermint-8',
|
|
364
|
+
connectionId: 'connection-5'
|
|
365
365
|
},
|
|
366
366
|
chain2: {
|
|
367
367
|
chainName: 'osmosistestnet',
|
|
368
368
|
chainId: 'osmo-test-5',
|
|
369
|
-
clientId: '07-tendermint-
|
|
370
|
-
connectionId: 'connection-
|
|
369
|
+
clientId: '07-tendermint-5024',
|
|
370
|
+
connectionId: 'connection-4386'
|
|
371
371
|
},
|
|
372
372
|
channels: [{
|
|
373
373
|
chain1: {
|
|
374
|
-
channelId: 'channel-
|
|
374
|
+
channelId: 'channel-4',
|
|
375
375
|
portId: 'transfer'
|
|
376
376
|
},
|
|
377
377
|
chain2: {
|
|
378
|
-
channelId: 'channel-
|
|
378
|
+
channelId: 'channel-11375',
|
|
379
379
|
portId: 'transfer'
|
|
380
380
|
},
|
|
381
381
|
ordering: 'unordered',
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'atomone',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native staking and governance token of AtomOne',
|
|
8
9
|
denomUnits: [{
|
|
9
10
|
denom: 'uatone',
|
|
@@ -30,7 +31,8 @@ const info = {
|
|
|
30
31
|
x: 'https://x.com/_atomone'
|
|
31
32
|
},
|
|
32
33
|
coingeckoId: 'atomone'
|
|
33
|
-
},
|
|
34
|
+
},
|
|
35
|
+
{
|
|
34
36
|
description: 'The fee token of AtomOne',
|
|
35
37
|
denomUnits: [{
|
|
36
38
|
denom: 'uphoton',
|
|
@@ -57,6 +59,49 @@ const info = {
|
|
|
57
59
|
x: 'https://x.com/_atomone'
|
|
58
60
|
},
|
|
59
61
|
coingeckoId: 'photon-2'
|
|
60
|
-
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
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.',
|
|
65
|
+
denomUnits: [{
|
|
66
|
+
denom: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
67
|
+
exponent: 0,
|
|
68
|
+
aliases: ['udgn']
|
|
69
|
+
}, {
|
|
70
|
+
denom: 'DGN',
|
|
71
|
+
exponent: 6
|
|
72
|
+
}],
|
|
73
|
+
typeAsset: 'ics20',
|
|
74
|
+
base: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
75
|
+
name: 'Dragon Coin',
|
|
76
|
+
display: 'DGN',
|
|
77
|
+
symbol: 'DGN',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
chainName: 'dungeon',
|
|
82
|
+
baseDenom: 'udgn',
|
|
83
|
+
channelId: 'channel-5310'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channelId: 'channel-9',
|
|
87
|
+
path: 'transfer/channel-9/udgn'
|
|
88
|
+
}
|
|
89
|
+
}],
|
|
90
|
+
logoURIs: {
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
92
|
+
},
|
|
93
|
+
images: [{
|
|
94
|
+
imageSync: {
|
|
95
|
+
chainName: 'dungeon',
|
|
96
|
+
baseDenom: 'udgn'
|
|
97
|
+
},
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
99
|
+
theme: {
|
|
100
|
+
circle: true
|
|
101
|
+
}
|
|
102
|
+
}],
|
|
103
|
+
coingeckoId: 'dragon-coin-2'
|
|
104
|
+
}
|
|
105
|
+
]
|
|
61
106
|
};
|
|
62
107
|
exports.default = info;
|
|
@@ -1023,6 +1023,48 @@ const info = {
|
|
|
1023
1023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1024
1024
|
}],
|
|
1025
1025
|
coingeckoId: 'stride-staked-atom'
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
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.',
|
|
1029
|
+
denomUnits: [{
|
|
1030
|
+
denom: 'ibc/0F8D3C0F081E126A4E275703DA67165DA5353C81F45E945140D0F961B9F7692A',
|
|
1031
|
+
exponent: 0,
|
|
1032
|
+
aliases: ['udgn']
|
|
1033
|
+
}, {
|
|
1034
|
+
denom: 'DGN',
|
|
1035
|
+
exponent: 6
|
|
1036
|
+
}],
|
|
1037
|
+
typeAsset: 'ics20',
|
|
1038
|
+
base: 'ibc/0F8D3C0F081E126A4E275703DA67165DA5353C81F45E945140D0F961B9F7692A',
|
|
1039
|
+
name: 'Dragon Coin',
|
|
1040
|
+
display: 'DGN',
|
|
1041
|
+
symbol: 'DGN',
|
|
1042
|
+
traces: [{
|
|
1043
|
+
type: 'ibc',
|
|
1044
|
+
counterparty: {
|
|
1045
|
+
chainName: 'dungeon',
|
|
1046
|
+
baseDenom: 'udgn',
|
|
1047
|
+
channelId: 'channel-5308'
|
|
1048
|
+
},
|
|
1049
|
+
chain: {
|
|
1050
|
+
channelId: 'channel-1560',
|
|
1051
|
+
path: 'transfer/channel-1560/udgn'
|
|
1052
|
+
}
|
|
1053
|
+
}],
|
|
1054
|
+
logoURIs: {
|
|
1055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1056
|
+
},
|
|
1057
|
+
images: [{
|
|
1058
|
+
imageSync: {
|
|
1059
|
+
chainName: 'dungeon',
|
|
1060
|
+
baseDenom: 'udgn'
|
|
1061
|
+
},
|
|
1062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1063
|
+
theme: {
|
|
1064
|
+
circle: true
|
|
1065
|
+
}
|
|
1066
|
+
}],
|
|
1067
|
+
coingeckoId: 'dragon-coin-2'
|
|
1026
1068
|
}
|
|
1027
1069
|
]
|
|
1028
1070
|
};
|
|
@@ -644,22 +644,22 @@ const info = [
|
|
|
644
644
|
chain1: {
|
|
645
645
|
chainName: 'cosmoshub',
|
|
646
646
|
chainId: 'cosmoshub-4',
|
|
647
|
-
clientId: '07-tendermint-
|
|
648
|
-
connectionId: 'connection-
|
|
647
|
+
clientId: '07-tendermint-1467',
|
|
648
|
+
connectionId: 'connection-1205'
|
|
649
649
|
},
|
|
650
650
|
chain2: {
|
|
651
651
|
chainName: 'divine',
|
|
652
652
|
chainId: 'divine-1',
|
|
653
|
-
clientId: '07-tendermint-
|
|
654
|
-
connectionId: 'connection-
|
|
653
|
+
clientId: '07-tendermint-14',
|
|
654
|
+
connectionId: 'connection-9'
|
|
655
655
|
},
|
|
656
656
|
channels: [{
|
|
657
657
|
chain1: {
|
|
658
|
-
channelId: 'channel-
|
|
658
|
+
channelId: 'channel-1742',
|
|
659
659
|
portId: 'transfer'
|
|
660
660
|
},
|
|
661
661
|
chain2: {
|
|
662
|
-
channelId: 'channel-
|
|
662
|
+
channelId: 'channel-4',
|
|
663
663
|
portId: 'transfer'
|
|
664
664
|
},
|
|
665
665
|
ordering: 'unordered',
|
|
@@ -5,22 +5,22 @@ const info = [{
|
|
|
5
5
|
chain1: {
|
|
6
6
|
chainName: 'cosmoshub',
|
|
7
7
|
chainId: 'cosmoshub-4',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-1467',
|
|
9
|
+
connectionId: 'connection-1205'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'divine',
|
|
13
13
|
chainId: 'divine-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-14',
|
|
15
|
+
connectionId: 'connection-9'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
19
|
-
channelId: 'channel-
|
|
19
|
+
channelId: 'channel-1742',
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-4',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
|
@@ -35,22 +35,22 @@ const info = [{
|
|
|
35
35
|
chain1: {
|
|
36
36
|
chainName: 'divine',
|
|
37
37
|
chainId: 'divine-1',
|
|
38
|
-
clientId: '07-tendermint-
|
|
39
|
-
connectionId: 'connection-
|
|
38
|
+
clientId: '07-tendermint-10',
|
|
39
|
+
connectionId: 'connection-8'
|
|
40
40
|
},
|
|
41
41
|
chain2: {
|
|
42
42
|
chainName: 'osmosis',
|
|
43
43
|
chainId: 'osmosis-1',
|
|
44
|
-
clientId: '07-tendermint-
|
|
45
|
-
connectionId: 'connection-
|
|
44
|
+
clientId: '07-tendermint-3667',
|
|
45
|
+
connectionId: 'connection-11030'
|
|
46
46
|
},
|
|
47
47
|
channels: [{
|
|
48
48
|
chain1: {
|
|
49
|
-
channelId: 'channel-
|
|
49
|
+
channelId: 'channel-3',
|
|
50
50
|
portId: 'transfer'
|
|
51
51
|
},
|
|
52
52
|
chain2: {
|
|
53
|
-
channelId: 'channel-
|
|
53
|
+
channelId: 'channel-108909',
|
|
54
54
|
portId: 'transfer'
|
|
55
55
|
},
|
|
56
56
|
ordering: 'unordered',
|
|
@@ -221,6 +221,48 @@ const info = {
|
|
|
221
221
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
222
222
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
223
223
|
}]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
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.',
|
|
227
|
+
denomUnits: [{
|
|
228
|
+
denom: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
229
|
+
exponent: 0,
|
|
230
|
+
aliases: ['udgn']
|
|
231
|
+
}, {
|
|
232
|
+
denom: 'DGN',
|
|
233
|
+
exponent: 6
|
|
234
|
+
}],
|
|
235
|
+
typeAsset: 'ics20',
|
|
236
|
+
base: 'ibc/BB84F86E86047879CF9D8D8929D771D1D1CF1C98C8171BEE7B9DB32ABF35C0AD',
|
|
237
|
+
name: 'Dragon Coin',
|
|
238
|
+
display: 'DGN',
|
|
239
|
+
symbol: 'DGN',
|
|
240
|
+
traces: [{
|
|
241
|
+
type: 'ibc',
|
|
242
|
+
counterparty: {
|
|
243
|
+
chainName: 'dungeon',
|
|
244
|
+
baseDenom: 'udgn',
|
|
245
|
+
channelId: 'channel-5307'
|
|
246
|
+
},
|
|
247
|
+
chain: {
|
|
248
|
+
channelId: 'channel-150',
|
|
249
|
+
path: 'transfer/channel-150/udgn'
|
|
250
|
+
}
|
|
251
|
+
}],
|
|
252
|
+
logoURIs: {
|
|
253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
254
|
+
},
|
|
255
|
+
images: [{
|
|
256
|
+
imageSync: {
|
|
257
|
+
chainName: 'dungeon',
|
|
258
|
+
baseDenom: 'udgn'
|
|
259
|
+
},
|
|
260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
261
|
+
theme: {
|
|
262
|
+
circle: true
|
|
263
|
+
}
|
|
264
|
+
}],
|
|
265
|
+
coingeckoId: 'dragon-coin-2'
|
|
224
266
|
}
|
|
225
267
|
]
|
|
226
268
|
};
|
|
@@ -1368,22 +1368,22 @@ const info = [
|
|
|
1368
1368
|
chain1: {
|
|
1369
1369
|
chainName: 'divine',
|
|
1370
1370
|
chainId: 'divine-1',
|
|
1371
|
-
clientId: '07-tendermint-
|
|
1372
|
-
connectionId: 'connection-
|
|
1371
|
+
clientId: '07-tendermint-10',
|
|
1372
|
+
connectionId: 'connection-8'
|
|
1373
1373
|
},
|
|
1374
1374
|
chain2: {
|
|
1375
1375
|
chainName: 'osmosis',
|
|
1376
1376
|
chainId: 'osmosis-1',
|
|
1377
|
-
clientId: '07-tendermint-
|
|
1378
|
-
connectionId: 'connection-
|
|
1377
|
+
clientId: '07-tendermint-3667',
|
|
1378
|
+
connectionId: 'connection-11030'
|
|
1379
1379
|
},
|
|
1380
1380
|
channels: [{
|
|
1381
1381
|
chain1: {
|
|
1382
|
-
channelId: 'channel-
|
|
1382
|
+
channelId: 'channel-3',
|
|
1383
1383
|
portId: 'transfer'
|
|
1384
1384
|
},
|
|
1385
1385
|
chain2: {
|
|
1386
|
-
channelId: 'channel-
|
|
1386
|
+
channelId: 'channel-108909',
|
|
1387
1387
|
portId: 'transfer'
|
|
1388
1388
|
},
|
|
1389
1389
|
ordering: 'unordered',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.149",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.149"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "fb01c2999880943501ed113f01e77b7d2fd66c23"
|
|
43
43
|
}
|
|
@@ -35,22 +35,22 @@ const info = [{
|
|
|
35
35
|
chain1: {
|
|
36
36
|
chainName: 'divinetestnet',
|
|
37
37
|
chainId: 'divine-testnet-1',
|
|
38
|
-
clientId: '07-tendermint-
|
|
39
|
-
connectionId: 'connection-
|
|
38
|
+
clientId: '07-tendermint-8',
|
|
39
|
+
connectionId: 'connection-5'
|
|
40
40
|
},
|
|
41
41
|
chain2: {
|
|
42
42
|
chainName: 'osmosistestnet',
|
|
43
43
|
chainId: 'osmo-test-5',
|
|
44
|
-
clientId: '07-tendermint-
|
|
45
|
-
connectionId: 'connection-
|
|
44
|
+
clientId: '07-tendermint-5024',
|
|
45
|
+
connectionId: 'connection-4386'
|
|
46
46
|
},
|
|
47
47
|
channels: [{
|
|
48
48
|
chain1: {
|
|
49
|
-
channelId: 'channel-
|
|
49
|
+
channelId: 'channel-4',
|
|
50
50
|
portId: 'transfer'
|
|
51
51
|
},
|
|
52
52
|
chain2: {
|
|
53
|
-
channelId: 'channel-
|
|
53
|
+
channelId: 'channel-11375',
|
|
54
54
|
portId: 'transfer'
|
|
55
55
|
},
|
|
56
56
|
ordering: 'unordered',
|
|
@@ -362,22 +362,22 @@ const info = [
|
|
|
362
362
|
chain1: {
|
|
363
363
|
chainName: 'divinetestnet',
|
|
364
364
|
chainId: 'divine-testnet-1',
|
|
365
|
-
clientId: '07-tendermint-
|
|
366
|
-
connectionId: 'connection-
|
|
365
|
+
clientId: '07-tendermint-8',
|
|
366
|
+
connectionId: 'connection-5'
|
|
367
367
|
},
|
|
368
368
|
chain2: {
|
|
369
369
|
chainName: 'osmosistestnet',
|
|
370
370
|
chainId: 'osmo-test-5',
|
|
371
|
-
clientId: '07-tendermint-
|
|
372
|
-
connectionId: 'connection-
|
|
371
|
+
clientId: '07-tendermint-5024',
|
|
372
|
+
connectionId: 'connection-4386'
|
|
373
373
|
},
|
|
374
374
|
channels: [{
|
|
375
375
|
chain1: {
|
|
376
|
-
channelId: 'channel-
|
|
376
|
+
channelId: 'channel-4',
|
|
377
377
|
portId: 'transfer'
|
|
378
378
|
},
|
|
379
379
|
chain2: {
|
|
380
|
-
channelId: 'channel-
|
|
380
|
+
channelId: 'channel-11375',
|
|
381
381
|
portId: 'transfer'
|
|
382
382
|
},
|
|
383
383
|
ordering: 'unordered',
|