@chain-registry/assets 1.70.192 → 1.70.193
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/axelar.js +170 -0
- package/esm/mainnet/cosmoshub.js +8 -8
- package/esm/mainnet/nyx.js +86 -0
- package/esm/mainnet/sidechain.js +8 -8
- package/mainnet/axelar.js +170 -0
- package/mainnet/cosmoshub.js +8 -8
- package/mainnet/nyx.js +86 -0
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
package/esm/mainnet/axelar.js
CHANGED
|
@@ -2682,6 +2682,91 @@ const assets = {
|
|
|
2682
2682
|
}
|
|
2683
2683
|
}]
|
|
2684
2684
|
},
|
|
2685
|
+
{
|
|
2686
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
2687
|
+
denom_units: [{
|
|
2688
|
+
denom: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
2689
|
+
exponent: 0,
|
|
2690
|
+
aliases: ['unyx']
|
|
2691
|
+
}, {
|
|
2692
|
+
denom: 'nyx',
|
|
2693
|
+
exponent: 6
|
|
2694
|
+
}],
|
|
2695
|
+
base: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
2696
|
+
name: 'NYX',
|
|
2697
|
+
display: 'nyx',
|
|
2698
|
+
symbol: 'NYX',
|
|
2699
|
+
logo_URIs: {
|
|
2700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
2701
|
+
},
|
|
2702
|
+
images: [{
|
|
2703
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
2704
|
+
theme: {
|
|
2705
|
+
primary_color_hex: '#f45135'
|
|
2706
|
+
}
|
|
2707
|
+
}],
|
|
2708
|
+
type_asset: 'sdk.coin',
|
|
2709
|
+
traces: [{
|
|
2710
|
+
type: 'ibc',
|
|
2711
|
+
counterparty: {
|
|
2712
|
+
channel_id: 'channel-14',
|
|
2713
|
+
base_denom: 'unyx',
|
|
2714
|
+
chain_name: 'nyx'
|
|
2715
|
+
},
|
|
2716
|
+
chain: {
|
|
2717
|
+
channel_id: 'channel-177'
|
|
2718
|
+
}
|
|
2719
|
+
}]
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
2723
|
+
denom_units: [{
|
|
2724
|
+
denom: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
2725
|
+
exponent: 0,
|
|
2726
|
+
aliases: ['unym']
|
|
2727
|
+
}, {
|
|
2728
|
+
denom: 'nym',
|
|
2729
|
+
exponent: 6
|
|
2730
|
+
}],
|
|
2731
|
+
base: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
2732
|
+
name: 'NYM',
|
|
2733
|
+
display: 'nym',
|
|
2734
|
+
symbol: 'NYM',
|
|
2735
|
+
logo_URIs: {
|
|
2736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
2737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
2738
|
+
},
|
|
2739
|
+
coingecko_id: 'nym',
|
|
2740
|
+
images: [{
|
|
2741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
2742
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
2743
|
+
theme: {
|
|
2744
|
+
dark_mode: false,
|
|
2745
|
+
circle: true,
|
|
2746
|
+
primary_color_hex: '#151525'
|
|
2747
|
+
}
|
|
2748
|
+
}, {
|
|
2749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
2750
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
2751
|
+
theme: {
|
|
2752
|
+
dark_mode: true,
|
|
2753
|
+
circle: true,
|
|
2754
|
+
primary_color_hex: '#141424'
|
|
2755
|
+
}
|
|
2756
|
+
}],
|
|
2757
|
+
type_asset: 'sdk.coin',
|
|
2758
|
+
traces: [{
|
|
2759
|
+
type: 'ibc',
|
|
2760
|
+
counterparty: {
|
|
2761
|
+
channel_id: 'channel-14',
|
|
2762
|
+
base_denom: 'unym',
|
|
2763
|
+
chain_name: 'nyx'
|
|
2764
|
+
},
|
|
2765
|
+
chain: {
|
|
2766
|
+
channel_id: 'channel-177'
|
|
2767
|
+
}
|
|
2768
|
+
}]
|
|
2769
|
+
},
|
|
2685
2770
|
{
|
|
2686
2771
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
2687
2772
|
denom_units: [{
|
|
@@ -10302,6 +10387,91 @@ const assets = {
|
|
|
10302
10387
|
}
|
|
10303
10388
|
}]
|
|
10304
10389
|
},
|
|
10390
|
+
{
|
|
10391
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
10392
|
+
denom_units: [{
|
|
10393
|
+
denom: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
10394
|
+
exponent: 0,
|
|
10395
|
+
aliases: ['unyx']
|
|
10396
|
+
}, {
|
|
10397
|
+
denom: 'nyx',
|
|
10398
|
+
exponent: 6
|
|
10399
|
+
}],
|
|
10400
|
+
base: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
10401
|
+
name: 'NYX',
|
|
10402
|
+
display: 'nyx',
|
|
10403
|
+
symbol: 'NYX',
|
|
10404
|
+
logo_URIs: {
|
|
10405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
10406
|
+
},
|
|
10407
|
+
images: [{
|
|
10408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
10409
|
+
theme: {
|
|
10410
|
+
primary_color_hex: '#f45135'
|
|
10411
|
+
}
|
|
10412
|
+
}],
|
|
10413
|
+
type_asset: 'sdk.coin',
|
|
10414
|
+
traces: [{
|
|
10415
|
+
type: 'ibc',
|
|
10416
|
+
counterparty: {
|
|
10417
|
+
channel_id: 'channel-14',
|
|
10418
|
+
base_denom: 'unyx',
|
|
10419
|
+
chain_name: 'nyx'
|
|
10420
|
+
},
|
|
10421
|
+
chain: {
|
|
10422
|
+
channel_id: 'channel-177'
|
|
10423
|
+
}
|
|
10424
|
+
}]
|
|
10425
|
+
},
|
|
10426
|
+
{
|
|
10427
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
10428
|
+
denom_units: [{
|
|
10429
|
+
denom: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
10430
|
+
exponent: 0,
|
|
10431
|
+
aliases: ['unym']
|
|
10432
|
+
}, {
|
|
10433
|
+
denom: 'nym',
|
|
10434
|
+
exponent: 6
|
|
10435
|
+
}],
|
|
10436
|
+
base: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
10437
|
+
name: 'NYM',
|
|
10438
|
+
display: 'nym',
|
|
10439
|
+
symbol: 'NYM',
|
|
10440
|
+
logo_URIs: {
|
|
10441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
10442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
10443
|
+
},
|
|
10444
|
+
coingecko_id: 'nym',
|
|
10445
|
+
images: [{
|
|
10446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
10447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
10448
|
+
theme: {
|
|
10449
|
+
dark_mode: false,
|
|
10450
|
+
circle: true,
|
|
10451
|
+
primary_color_hex: '#151525'
|
|
10452
|
+
}
|
|
10453
|
+
}, {
|
|
10454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
10455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
10456
|
+
theme: {
|
|
10457
|
+
dark_mode: true,
|
|
10458
|
+
circle: true,
|
|
10459
|
+
primary_color_hex: '#141424'
|
|
10460
|
+
}
|
|
10461
|
+
}],
|
|
10462
|
+
type_asset: 'sdk.coin',
|
|
10463
|
+
traces: [{
|
|
10464
|
+
type: 'ibc',
|
|
10465
|
+
counterparty: {
|
|
10466
|
+
channel_id: 'channel-14',
|
|
10467
|
+
base_denom: 'unym',
|
|
10468
|
+
chain_name: 'nyx'
|
|
10469
|
+
},
|
|
10470
|
+
chain: {
|
|
10471
|
+
channel_id: 'channel-177'
|
|
10472
|
+
}
|
|
10473
|
+
}]
|
|
10474
|
+
},
|
|
10305
10475
|
{
|
|
10306
10476
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
10307
10477
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -10388,14 +10388,14 @@ const assets = {
|
|
|
10388
10388
|
{
|
|
10389
10389
|
description: 'The native token of Side Chain.',
|
|
10390
10390
|
denom_units: [{
|
|
10391
|
-
denom: 'ibc/
|
|
10391
|
+
denom: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
10392
10392
|
exponent: 0,
|
|
10393
10393
|
aliases: ['uside']
|
|
10394
10394
|
}, {
|
|
10395
10395
|
denom: 'side',
|
|
10396
10396
|
exponent: 6
|
|
10397
10397
|
}],
|
|
10398
|
-
base: 'ibc/
|
|
10398
|
+
base: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
10399
10399
|
name: 'Side Chain native token',
|
|
10400
10400
|
display: 'side',
|
|
10401
10401
|
symbol: 'SIDE',
|
|
@@ -10418,12 +10418,12 @@ const assets = {
|
|
|
10418
10418
|
traces: [{
|
|
10419
10419
|
type: 'ibc',
|
|
10420
10420
|
counterparty: {
|
|
10421
|
-
channel_id: 'channel-
|
|
10421
|
+
channel_id: 'channel-10',
|
|
10422
10422
|
base_denom: 'uside',
|
|
10423
10423
|
chain_name: 'sidechain'
|
|
10424
10424
|
},
|
|
10425
10425
|
chain: {
|
|
10426
|
-
channel_id: 'channel-
|
|
10426
|
+
channel_id: 'channel-1352'
|
|
10427
10427
|
}
|
|
10428
10428
|
}]
|
|
10429
10429
|
},
|
|
@@ -18849,14 +18849,14 @@ const assets = {
|
|
|
18849
18849
|
{
|
|
18850
18850
|
description: 'The native token of Side Chain.',
|
|
18851
18851
|
denom_units: [{
|
|
18852
|
-
denom: 'ibc/
|
|
18852
|
+
denom: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
18853
18853
|
exponent: 0,
|
|
18854
18854
|
aliases: ['uside']
|
|
18855
18855
|
}, {
|
|
18856
18856
|
denom: 'side',
|
|
18857
18857
|
exponent: 6
|
|
18858
18858
|
}],
|
|
18859
|
-
base: 'ibc/
|
|
18859
|
+
base: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
18860
18860
|
name: 'Side Chain native token',
|
|
18861
18861
|
display: 'side',
|
|
18862
18862
|
symbol: 'SIDE',
|
|
@@ -18879,12 +18879,12 @@ const assets = {
|
|
|
18879
18879
|
traces: [{
|
|
18880
18880
|
type: 'ibc',
|
|
18881
18881
|
counterparty: {
|
|
18882
|
-
channel_id: 'channel-
|
|
18882
|
+
channel_id: 'channel-10',
|
|
18883
18883
|
base_denom: 'uside',
|
|
18884
18884
|
chain_name: 'sidechain'
|
|
18885
18885
|
},
|
|
18886
18886
|
chain: {
|
|
18887
|
-
channel_id: 'channel-
|
|
18887
|
+
channel_id: 'channel-1352'
|
|
18888
18888
|
}
|
|
18889
18889
|
}]
|
|
18890
18890
|
},
|
package/esm/mainnet/nyx.js
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'nyx',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
15
|
+
name: 'Axelar',
|
|
16
|
+
display: 'axl',
|
|
17
|
+
symbol: 'AXL',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'axelar',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#040404'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://axelar.network/',
|
|
32
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-177',
|
|
39
|
+
base_denom: 'uaxl',
|
|
40
|
+
chain_name: 'axelar'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-14'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
4
47
|
{
|
|
5
48
|
description: 'The native token of Gravity Bridge',
|
|
6
49
|
denom_units: [{
|
|
@@ -44,6 +87,49 @@ const assets = {
|
|
|
44
87
|
}
|
|
45
88
|
}]
|
|
46
89
|
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['uaxl']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'axl',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
101
|
+
name: 'Axelar',
|
|
102
|
+
display: 'axl',
|
|
103
|
+
symbol: 'AXL',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'axelar',
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#040404'
|
|
114
|
+
}
|
|
115
|
+
}],
|
|
116
|
+
socials: {
|
|
117
|
+
website: 'https://axelar.network/',
|
|
118
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
119
|
+
},
|
|
120
|
+
type_asset: 'sdk.coin',
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
channel_id: 'channel-177',
|
|
125
|
+
base_denom: 'uaxl',
|
|
126
|
+
chain_name: 'axelar'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channel_id: 'channel-14'
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
47
133
|
{
|
|
48
134
|
description: 'The native token of Gravity Bridge',
|
|
49
135
|
denom_units: [{
|
package/esm/mainnet/sidechain.js
CHANGED
|
@@ -47,14 +47,14 @@ const assets = {
|
|
|
47
47
|
{
|
|
48
48
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
49
49
|
denom_units: [{
|
|
50
|
-
denom: 'ibc/
|
|
50
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
51
51
|
exponent: 0,
|
|
52
52
|
aliases: ['uatom']
|
|
53
53
|
}, {
|
|
54
54
|
denom: 'atom',
|
|
55
55
|
exponent: 6
|
|
56
56
|
}],
|
|
57
|
-
base: 'ibc/
|
|
57
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
58
58
|
name: 'Cosmos Hub Atom',
|
|
59
59
|
display: 'atom',
|
|
60
60
|
symbol: 'ATOM',
|
|
@@ -78,12 +78,12 @@ const assets = {
|
|
|
78
78
|
traces: [{
|
|
79
79
|
type: 'ibc',
|
|
80
80
|
counterparty: {
|
|
81
|
-
channel_id: 'channel-
|
|
81
|
+
channel_id: 'channel-1352',
|
|
82
82
|
base_denom: 'uatom',
|
|
83
83
|
chain_name: 'cosmoshub'
|
|
84
84
|
},
|
|
85
85
|
chain: {
|
|
86
|
-
channel_id: 'channel-
|
|
86
|
+
channel_id: 'channel-10'
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
@@ -811,14 +811,14 @@ const assets = {
|
|
|
811
811
|
{
|
|
812
812
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
813
813
|
denom_units: [{
|
|
814
|
-
denom: 'ibc/
|
|
814
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
815
815
|
exponent: 0,
|
|
816
816
|
aliases: ['uatom']
|
|
817
817
|
}, {
|
|
818
818
|
denom: 'atom',
|
|
819
819
|
exponent: 6
|
|
820
820
|
}],
|
|
821
|
-
base: 'ibc/
|
|
821
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
822
822
|
name: 'Cosmos Hub Atom',
|
|
823
823
|
display: 'atom',
|
|
824
824
|
symbol: 'ATOM',
|
|
@@ -842,12 +842,12 @@ const assets = {
|
|
|
842
842
|
traces: [{
|
|
843
843
|
type: 'ibc',
|
|
844
844
|
counterparty: {
|
|
845
|
-
channel_id: 'channel-
|
|
845
|
+
channel_id: 'channel-1352',
|
|
846
846
|
base_denom: 'uatom',
|
|
847
847
|
chain_name: 'cosmoshub'
|
|
848
848
|
},
|
|
849
849
|
chain: {
|
|
850
|
-
channel_id: 'channel-
|
|
850
|
+
channel_id: 'channel-10'
|
|
851
851
|
}
|
|
852
852
|
}]
|
|
853
853
|
},
|
package/mainnet/axelar.js
CHANGED
|
@@ -2684,6 +2684,91 @@ const assets = {
|
|
|
2684
2684
|
}
|
|
2685
2685
|
}]
|
|
2686
2686
|
},
|
|
2687
|
+
{
|
|
2688
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
2689
|
+
denom_units: [{
|
|
2690
|
+
denom: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
2691
|
+
exponent: 0,
|
|
2692
|
+
aliases: ['unyx']
|
|
2693
|
+
}, {
|
|
2694
|
+
denom: 'nyx',
|
|
2695
|
+
exponent: 6
|
|
2696
|
+
}],
|
|
2697
|
+
base: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
2698
|
+
name: 'NYX',
|
|
2699
|
+
display: 'nyx',
|
|
2700
|
+
symbol: 'NYX',
|
|
2701
|
+
logo_URIs: {
|
|
2702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
2703
|
+
},
|
|
2704
|
+
images: [{
|
|
2705
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
2706
|
+
theme: {
|
|
2707
|
+
primary_color_hex: '#f45135'
|
|
2708
|
+
}
|
|
2709
|
+
}],
|
|
2710
|
+
type_asset: 'sdk.coin',
|
|
2711
|
+
traces: [{
|
|
2712
|
+
type: 'ibc',
|
|
2713
|
+
counterparty: {
|
|
2714
|
+
channel_id: 'channel-14',
|
|
2715
|
+
base_denom: 'unyx',
|
|
2716
|
+
chain_name: 'nyx'
|
|
2717
|
+
},
|
|
2718
|
+
chain: {
|
|
2719
|
+
channel_id: 'channel-177'
|
|
2720
|
+
}
|
|
2721
|
+
}]
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
2725
|
+
denom_units: [{
|
|
2726
|
+
denom: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
2727
|
+
exponent: 0,
|
|
2728
|
+
aliases: ['unym']
|
|
2729
|
+
}, {
|
|
2730
|
+
denom: 'nym',
|
|
2731
|
+
exponent: 6
|
|
2732
|
+
}],
|
|
2733
|
+
base: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
2734
|
+
name: 'NYM',
|
|
2735
|
+
display: 'nym',
|
|
2736
|
+
symbol: 'NYM',
|
|
2737
|
+
logo_URIs: {
|
|
2738
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
2739
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
2740
|
+
},
|
|
2741
|
+
coingecko_id: 'nym',
|
|
2742
|
+
images: [{
|
|
2743
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
2744
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
2745
|
+
theme: {
|
|
2746
|
+
dark_mode: false,
|
|
2747
|
+
circle: true,
|
|
2748
|
+
primary_color_hex: '#151525'
|
|
2749
|
+
}
|
|
2750
|
+
}, {
|
|
2751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
2752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
2753
|
+
theme: {
|
|
2754
|
+
dark_mode: true,
|
|
2755
|
+
circle: true,
|
|
2756
|
+
primary_color_hex: '#141424'
|
|
2757
|
+
}
|
|
2758
|
+
}],
|
|
2759
|
+
type_asset: 'sdk.coin',
|
|
2760
|
+
traces: [{
|
|
2761
|
+
type: 'ibc',
|
|
2762
|
+
counterparty: {
|
|
2763
|
+
channel_id: 'channel-14',
|
|
2764
|
+
base_denom: 'unym',
|
|
2765
|
+
chain_name: 'nyx'
|
|
2766
|
+
},
|
|
2767
|
+
chain: {
|
|
2768
|
+
channel_id: 'channel-177'
|
|
2769
|
+
}
|
|
2770
|
+
}]
|
|
2771
|
+
},
|
|
2687
2772
|
{
|
|
2688
2773
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
2689
2774
|
denom_units: [{
|
|
@@ -10304,6 +10389,91 @@ const assets = {
|
|
|
10304
10389
|
}
|
|
10305
10390
|
}]
|
|
10306
10391
|
},
|
|
10392
|
+
{
|
|
10393
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
10394
|
+
denom_units: [{
|
|
10395
|
+
denom: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
10396
|
+
exponent: 0,
|
|
10397
|
+
aliases: ['unyx']
|
|
10398
|
+
}, {
|
|
10399
|
+
denom: 'nyx',
|
|
10400
|
+
exponent: 6
|
|
10401
|
+
}],
|
|
10402
|
+
base: 'ibc/A352698BD4256B84DEB1A0A86FB0FA1401D07289DC49F4C0AAA7A289F6CF2142',
|
|
10403
|
+
name: 'NYX',
|
|
10404
|
+
display: 'nyx',
|
|
10405
|
+
symbol: 'NYX',
|
|
10406
|
+
logo_URIs: {
|
|
10407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
10408
|
+
},
|
|
10409
|
+
images: [{
|
|
10410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
10411
|
+
theme: {
|
|
10412
|
+
primary_color_hex: '#f45135'
|
|
10413
|
+
}
|
|
10414
|
+
}],
|
|
10415
|
+
type_asset: 'sdk.coin',
|
|
10416
|
+
traces: [{
|
|
10417
|
+
type: 'ibc',
|
|
10418
|
+
counterparty: {
|
|
10419
|
+
channel_id: 'channel-14',
|
|
10420
|
+
base_denom: 'unyx',
|
|
10421
|
+
chain_name: 'nyx'
|
|
10422
|
+
},
|
|
10423
|
+
chain: {
|
|
10424
|
+
channel_id: 'channel-177'
|
|
10425
|
+
}
|
|
10426
|
+
}]
|
|
10427
|
+
},
|
|
10428
|
+
{
|
|
10429
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
10430
|
+
denom_units: [{
|
|
10431
|
+
denom: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
10432
|
+
exponent: 0,
|
|
10433
|
+
aliases: ['unym']
|
|
10434
|
+
}, {
|
|
10435
|
+
denom: 'nym',
|
|
10436
|
+
exponent: 6
|
|
10437
|
+
}],
|
|
10438
|
+
base: 'ibc/DBB65C8F241295082A6CD8C770A67C4C5FCACBB4C8D0A519D621243E8513914E',
|
|
10439
|
+
name: 'NYM',
|
|
10440
|
+
display: 'nym',
|
|
10441
|
+
symbol: 'NYM',
|
|
10442
|
+
logo_URIs: {
|
|
10443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
10444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
10445
|
+
},
|
|
10446
|
+
coingecko_id: 'nym',
|
|
10447
|
+
images: [{
|
|
10448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
10449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
10450
|
+
theme: {
|
|
10451
|
+
dark_mode: false,
|
|
10452
|
+
circle: true,
|
|
10453
|
+
primary_color_hex: '#151525'
|
|
10454
|
+
}
|
|
10455
|
+
}, {
|
|
10456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
10457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
10458
|
+
theme: {
|
|
10459
|
+
dark_mode: true,
|
|
10460
|
+
circle: true,
|
|
10461
|
+
primary_color_hex: '#141424'
|
|
10462
|
+
}
|
|
10463
|
+
}],
|
|
10464
|
+
type_asset: 'sdk.coin',
|
|
10465
|
+
traces: [{
|
|
10466
|
+
type: 'ibc',
|
|
10467
|
+
counterparty: {
|
|
10468
|
+
channel_id: 'channel-14',
|
|
10469
|
+
base_denom: 'unym',
|
|
10470
|
+
chain_name: 'nyx'
|
|
10471
|
+
},
|
|
10472
|
+
chain: {
|
|
10473
|
+
channel_id: 'channel-177'
|
|
10474
|
+
}
|
|
10475
|
+
}]
|
|
10476
|
+
},
|
|
10307
10477
|
{
|
|
10308
10478
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
10309
10479
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -10390,14 +10390,14 @@ const assets = {
|
|
|
10390
10390
|
{
|
|
10391
10391
|
description: 'The native token of Side Chain.',
|
|
10392
10392
|
denom_units: [{
|
|
10393
|
-
denom: 'ibc/
|
|
10393
|
+
denom: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
10394
10394
|
exponent: 0,
|
|
10395
10395
|
aliases: ['uside']
|
|
10396
10396
|
}, {
|
|
10397
10397
|
denom: 'side',
|
|
10398
10398
|
exponent: 6
|
|
10399
10399
|
}],
|
|
10400
|
-
base: 'ibc/
|
|
10400
|
+
base: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
10401
10401
|
name: 'Side Chain native token',
|
|
10402
10402
|
display: 'side',
|
|
10403
10403
|
symbol: 'SIDE',
|
|
@@ -10420,12 +10420,12 @@ const assets = {
|
|
|
10420
10420
|
traces: [{
|
|
10421
10421
|
type: 'ibc',
|
|
10422
10422
|
counterparty: {
|
|
10423
|
-
channel_id: 'channel-
|
|
10423
|
+
channel_id: 'channel-10',
|
|
10424
10424
|
base_denom: 'uside',
|
|
10425
10425
|
chain_name: 'sidechain'
|
|
10426
10426
|
},
|
|
10427
10427
|
chain: {
|
|
10428
|
-
channel_id: 'channel-
|
|
10428
|
+
channel_id: 'channel-1352'
|
|
10429
10429
|
}
|
|
10430
10430
|
}]
|
|
10431
10431
|
},
|
|
@@ -18851,14 +18851,14 @@ const assets = {
|
|
|
18851
18851
|
{
|
|
18852
18852
|
description: 'The native token of Side Chain.',
|
|
18853
18853
|
denom_units: [{
|
|
18854
|
-
denom: 'ibc/
|
|
18854
|
+
denom: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
18855
18855
|
exponent: 0,
|
|
18856
18856
|
aliases: ['uside']
|
|
18857
18857
|
}, {
|
|
18858
18858
|
denom: 'side',
|
|
18859
18859
|
exponent: 6
|
|
18860
18860
|
}],
|
|
18861
|
-
base: 'ibc/
|
|
18861
|
+
base: 'ibc/9D3EF6B74FAFD490E1C0D27CAC87D2B5B3F5A9E889B55299EDAAB51F3DF7C141',
|
|
18862
18862
|
name: 'Side Chain native token',
|
|
18863
18863
|
display: 'side',
|
|
18864
18864
|
symbol: 'SIDE',
|
|
@@ -18881,12 +18881,12 @@ const assets = {
|
|
|
18881
18881
|
traces: [{
|
|
18882
18882
|
type: 'ibc',
|
|
18883
18883
|
counterparty: {
|
|
18884
|
-
channel_id: 'channel-
|
|
18884
|
+
channel_id: 'channel-10',
|
|
18885
18885
|
base_denom: 'uside',
|
|
18886
18886
|
chain_name: 'sidechain'
|
|
18887
18887
|
},
|
|
18888
18888
|
chain: {
|
|
18889
|
-
channel_id: 'channel-
|
|
18889
|
+
channel_id: 'channel-1352'
|
|
18890
18890
|
}
|
|
18891
18891
|
}]
|
|
18892
18892
|
},
|
package/mainnet/nyx.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'nyx',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#040404'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://axelar.network/',
|
|
34
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-177',
|
|
41
|
+
base_denom: 'uaxl',
|
|
42
|
+
chain_name: 'axelar'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-14'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The native token of Gravity Bridge',
|
|
8
51
|
denom_units: [{
|
|
@@ -46,6 +89,49 @@ const assets = {
|
|
|
46
89
|
}
|
|
47
90
|
}]
|
|
48
91
|
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uaxl']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'axl',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
103
|
+
name: 'Axelar',
|
|
104
|
+
display: 'axl',
|
|
105
|
+
symbol: 'AXL',
|
|
106
|
+
logo_URIs: {
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
109
|
+
},
|
|
110
|
+
coingecko_id: 'axelar',
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#040404'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://axelar.network/',
|
|
120
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-177',
|
|
127
|
+
base_denom: 'uaxl',
|
|
128
|
+
chain_name: 'axelar'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-14'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
49
135
|
{
|
|
50
136
|
description: 'The native token of Gravity Bridge',
|
|
51
137
|
denom_units: [{
|
package/mainnet/sidechain.js
CHANGED
|
@@ -49,14 +49,14 @@ const assets = {
|
|
|
49
49
|
{
|
|
50
50
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
51
51
|
denom_units: [{
|
|
52
|
-
denom: 'ibc/
|
|
52
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
53
53
|
exponent: 0,
|
|
54
54
|
aliases: ['uatom']
|
|
55
55
|
}, {
|
|
56
56
|
denom: 'atom',
|
|
57
57
|
exponent: 6
|
|
58
58
|
}],
|
|
59
|
-
base: 'ibc/
|
|
59
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
60
60
|
name: 'Cosmos Hub Atom',
|
|
61
61
|
display: 'atom',
|
|
62
62
|
symbol: 'ATOM',
|
|
@@ -80,12 +80,12 @@ const assets = {
|
|
|
80
80
|
traces: [{
|
|
81
81
|
type: 'ibc',
|
|
82
82
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-1352',
|
|
84
84
|
base_denom: 'uatom',
|
|
85
85
|
chain_name: 'cosmoshub'
|
|
86
86
|
},
|
|
87
87
|
chain: {
|
|
88
|
-
channel_id: 'channel-
|
|
88
|
+
channel_id: 'channel-10'
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
91
91
|
},
|
|
@@ -813,14 +813,14 @@ const assets = {
|
|
|
813
813
|
{
|
|
814
814
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
815
815
|
denom_units: [{
|
|
816
|
-
denom: 'ibc/
|
|
816
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
817
817
|
exponent: 0,
|
|
818
818
|
aliases: ['uatom']
|
|
819
819
|
}, {
|
|
820
820
|
denom: 'atom',
|
|
821
821
|
exponent: 6
|
|
822
822
|
}],
|
|
823
|
-
base: 'ibc/
|
|
823
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
824
824
|
name: 'Cosmos Hub Atom',
|
|
825
825
|
display: 'atom',
|
|
826
826
|
symbol: 'ATOM',
|
|
@@ -844,12 +844,12 @@ const assets = {
|
|
|
844
844
|
traces: [{
|
|
845
845
|
type: 'ibc',
|
|
846
846
|
counterparty: {
|
|
847
|
-
channel_id: 'channel-
|
|
847
|
+
channel_id: 'channel-1352',
|
|
848
848
|
base_denom: 'uatom',
|
|
849
849
|
chain_name: 'cosmoshub'
|
|
850
850
|
},
|
|
851
851
|
chain: {
|
|
852
|
-
channel_id: 'channel-
|
|
852
|
+
channel_id: 'channel-10'
|
|
853
853
|
}
|
|
854
854
|
}]
|
|
855
855
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.193",
|
|
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.122",
|
|
33
|
+
"chain-registry": "^1.69.193"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.122"
|
|
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": "cd137c955b6d7178dbbd84d82362d760dac38e26"
|
|
47
47
|
}
|