@chain-registry/assets 1.70.192 → 1.70.194
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/initia.js +322 -16
- package/esm/mainnet/neutron.js +80 -0
- package/esm/mainnet/nyx.js +86 -0
- package/esm/mainnet/osmosis.js +18 -16
- package/esm/mainnet/sidechain.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +108 -3
- package/esm/testnet/elystestnet.js +102 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/osmosistestnet.js +102 -0
- package/esm/testnet/xrplevmtestnet.js +160 -0
- package/mainnet/axelar.js +170 -0
- package/mainnet/cosmoshub.js +8 -8
- package/mainnet/initia.js +322 -16
- package/mainnet/neutron.js +80 -0
- package/mainnet/nyx.js +86 -0
- package/mainnet/osmosis.js +18 -16
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet.js +108 -3
- package/testnet/elystestnet.js +102 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/osmosistestnet.js +102 -0
- package/testnet/xrplevmtestnet.d.ts +3 -0
- package/testnet/xrplevmtestnet.js +162 -0
|
@@ -2053,6 +2053,57 @@ const assets = {
|
|
|
2053
2053
|
}
|
|
2054
2054
|
}]
|
|
2055
2055
|
},
|
|
2056
|
+
{
|
|
2057
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
2058
|
+
denom_units: [{
|
|
2059
|
+
denom: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2060
|
+
exponent: 0,
|
|
2061
|
+
aliases: ['axrp']
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'XRP',
|
|
2064
|
+
exponent: 18
|
|
2065
|
+
}],
|
|
2066
|
+
type_asset: 'sdk.coin',
|
|
2067
|
+
base: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2068
|
+
name: 'XRP',
|
|
2069
|
+
display: 'XRP',
|
|
2070
|
+
symbol: 'XRP',
|
|
2071
|
+
images: [{
|
|
2072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
2073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
2074
|
+
theme: {
|
|
2075
|
+
primary_color_hex: '#040404'
|
|
2076
|
+
}
|
|
2077
|
+
}],
|
|
2078
|
+
keywords: [
|
|
2079
|
+
'xrpl',
|
|
2080
|
+
'evm',
|
|
2081
|
+
'testnet',
|
|
2082
|
+
'sidechain',
|
|
2083
|
+
'ripple',
|
|
2084
|
+
'peersyst',
|
|
2085
|
+
'cosmos',
|
|
2086
|
+
'evmos',
|
|
2087
|
+
'axelar',
|
|
2088
|
+
'xrp',
|
|
2089
|
+
'xrplevm'
|
|
2090
|
+
],
|
|
2091
|
+
socials: {
|
|
2092
|
+
website: 'https://xrplevm.org',
|
|
2093
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
2094
|
+
},
|
|
2095
|
+
traces: [{
|
|
2096
|
+
type: 'ibc',
|
|
2097
|
+
counterparty: {
|
|
2098
|
+
channel_id: 'channel-2',
|
|
2099
|
+
base_denom: 'axrp',
|
|
2100
|
+
chain_name: 'xrplevmtestnet'
|
|
2101
|
+
},
|
|
2102
|
+
chain: {
|
|
2103
|
+
channel_id: 'channel-10361'
|
|
2104
|
+
}
|
|
2105
|
+
}]
|
|
2106
|
+
},
|
|
2056
2107
|
{
|
|
2057
2108
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
2058
2109
|
denom_units: [{
|
|
@@ -2751,6 +2802,57 @@ const assets = {
|
|
|
2751
2802
|
}
|
|
2752
2803
|
}]
|
|
2753
2804
|
},
|
|
2805
|
+
{
|
|
2806
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
2807
|
+
denom_units: [{
|
|
2808
|
+
denom: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2809
|
+
exponent: 0,
|
|
2810
|
+
aliases: ['axrp']
|
|
2811
|
+
}, {
|
|
2812
|
+
denom: 'XRP',
|
|
2813
|
+
exponent: 18
|
|
2814
|
+
}],
|
|
2815
|
+
type_asset: 'sdk.coin',
|
|
2816
|
+
base: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2817
|
+
name: 'XRP',
|
|
2818
|
+
display: 'XRP',
|
|
2819
|
+
symbol: 'XRP',
|
|
2820
|
+
images: [{
|
|
2821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
2822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
2823
|
+
theme: {
|
|
2824
|
+
primary_color_hex: '#040404'
|
|
2825
|
+
}
|
|
2826
|
+
}],
|
|
2827
|
+
keywords: [
|
|
2828
|
+
'xrpl',
|
|
2829
|
+
'evm',
|
|
2830
|
+
'testnet',
|
|
2831
|
+
'sidechain',
|
|
2832
|
+
'ripple',
|
|
2833
|
+
'peersyst',
|
|
2834
|
+
'cosmos',
|
|
2835
|
+
'evmos',
|
|
2836
|
+
'axelar',
|
|
2837
|
+
'xrp',
|
|
2838
|
+
'xrplevm'
|
|
2839
|
+
],
|
|
2840
|
+
socials: {
|
|
2841
|
+
website: 'https://xrplevm.org',
|
|
2842
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
2843
|
+
},
|
|
2844
|
+
traces: [{
|
|
2845
|
+
type: 'ibc',
|
|
2846
|
+
counterparty: {
|
|
2847
|
+
channel_id: 'channel-2',
|
|
2848
|
+
base_denom: 'axrp',
|
|
2849
|
+
chain_name: 'xrplevmtestnet'
|
|
2850
|
+
},
|
|
2851
|
+
chain: {
|
|
2852
|
+
channel_id: 'channel-10361'
|
|
2853
|
+
}
|
|
2854
|
+
}]
|
|
2855
|
+
},
|
|
2754
2856
|
{
|
|
2755
2857
|
base: 'ibc/7C7668A6015508285CA5725BB500F34D0C019E953C01E9767823D3877F3FC241',
|
|
2756
2858
|
name: 'Babylon Testnet Escher LST',
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'xrplevmtestnet',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
15
|
+
name: 'Cosmos',
|
|
16
|
+
display: 'atom',
|
|
17
|
+
symbol: 'ATOM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-374',
|
|
31
|
+
base_denom: 'uatom',
|
|
32
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-1'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'Eden token definition',
|
|
41
|
+
denom_units: [
|
|
42
|
+
{
|
|
43
|
+
denom: 'ibc/8072806541EC7FC4E6CD7C1AE89EDD6C7C9E6B6EF8EF04CF65E97CFADD480BE8',
|
|
44
|
+
exponent: 0,
|
|
45
|
+
aliases: ['ueden']
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
denom: 'meden',
|
|
49
|
+
exponent: 3,
|
|
50
|
+
aliases: ['millieden']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'eden',
|
|
54
|
+
exponent: 6,
|
|
55
|
+
aliases: []
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
base: 'ibc/8072806541EC7FC4E6CD7C1AE89EDD6C7C9E6B6EF8EF04CF65E97CFADD480BE8',
|
|
59
|
+
name: 'Eden',
|
|
60
|
+
display: 'eden',
|
|
61
|
+
symbol: 'EDEN',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
64
|
+
},
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
67
|
+
}],
|
|
68
|
+
type_asset: 'sdk.coin',
|
|
69
|
+
traces: [{
|
|
70
|
+
type: 'ibc',
|
|
71
|
+
counterparty: {
|
|
72
|
+
channel_id: 'channel-10',
|
|
73
|
+
base_denom: 'ueden',
|
|
74
|
+
chain_name: 'elystestnet'
|
|
75
|
+
},
|
|
76
|
+
chain: {
|
|
77
|
+
channel_id: 'channel-3'
|
|
78
|
+
}
|
|
79
|
+
}]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
83
|
+
denom_units: [{
|
|
84
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
85
|
+
exponent: 0,
|
|
86
|
+
aliases: ['uatom']
|
|
87
|
+
}, {
|
|
88
|
+
denom: 'atom',
|
|
89
|
+
exponent: 6
|
|
90
|
+
}],
|
|
91
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
92
|
+
name: 'Cosmos',
|
|
93
|
+
display: 'atom',
|
|
94
|
+
symbol: 'ATOM',
|
|
95
|
+
logo_URIs: {
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
98
|
+
},
|
|
99
|
+
images: [{
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
102
|
+
}],
|
|
103
|
+
type_asset: 'sdk.coin',
|
|
104
|
+
traces: [{
|
|
105
|
+
type: 'ibc',
|
|
106
|
+
counterparty: {
|
|
107
|
+
channel_id: 'channel-374',
|
|
108
|
+
base_denom: 'uatom',
|
|
109
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
110
|
+
},
|
|
111
|
+
chain: {
|
|
112
|
+
channel_id: 'channel-1'
|
|
113
|
+
}
|
|
114
|
+
}]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
description: 'Eden token definition',
|
|
118
|
+
denom_units: [
|
|
119
|
+
{
|
|
120
|
+
denom: 'ibc/8072806541EC7FC4E6CD7C1AE89EDD6C7C9E6B6EF8EF04CF65E97CFADD480BE8',
|
|
121
|
+
exponent: 0,
|
|
122
|
+
aliases: ['ueden']
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
denom: 'meden',
|
|
126
|
+
exponent: 3,
|
|
127
|
+
aliases: ['millieden']
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
denom: 'eden',
|
|
131
|
+
exponent: 6,
|
|
132
|
+
aliases: []
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
base: 'ibc/8072806541EC7FC4E6CD7C1AE89EDD6C7C9E6B6EF8EF04CF65E97CFADD480BE8',
|
|
136
|
+
name: 'Eden',
|
|
137
|
+
display: 'eden',
|
|
138
|
+
symbol: 'EDEN',
|
|
139
|
+
logo_URIs: {
|
|
140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
144
|
+
}],
|
|
145
|
+
type_asset: 'sdk.coin',
|
|
146
|
+
traces: [{
|
|
147
|
+
type: 'ibc',
|
|
148
|
+
counterparty: {
|
|
149
|
+
channel_id: 'channel-10',
|
|
150
|
+
base_denom: 'ueden',
|
|
151
|
+
chain_name: 'elystestnet'
|
|
152
|
+
},
|
|
153
|
+
chain: {
|
|
154
|
+
channel_id: 'channel-3'
|
|
155
|
+
}
|
|
156
|
+
}]
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
};
|
|
160
|
+
export default assets;
|
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
|
},
|