@chain-registry/assets 1.70.193 → 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/initia.js +322 -16
- package/esm/mainnet/neutron.js +80 -0
- package/esm/mainnet/osmosis.js +18 -16
- 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/initia.js +322 -16
- package/mainnet/neutron.js +80 -0
- package/mainnet/osmosis.js +18 -16
- 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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'cosmosicsprovidertestnet',
|
|
3
|
-
assets: [
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
4
5
|
description: 'The native token of MANTRA',
|
|
5
6
|
denom_units: [{
|
|
6
7
|
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
@@ -68,7 +69,59 @@ const assets = {
|
|
|
68
69
|
channel_id: 'channel-241'
|
|
69
70
|
}
|
|
70
71
|
}]
|
|
71
|
-
},
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
75
|
+
denom_units: [{
|
|
76
|
+
denom: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
77
|
+
exponent: 0,
|
|
78
|
+
aliases: ['axrp']
|
|
79
|
+
}, {
|
|
80
|
+
denom: 'XRP',
|
|
81
|
+
exponent: 18
|
|
82
|
+
}],
|
|
83
|
+
type_asset: 'sdk.coin',
|
|
84
|
+
base: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
85
|
+
name: 'XRP',
|
|
86
|
+
display: 'XRP',
|
|
87
|
+
symbol: 'XRP',
|
|
88
|
+
images: [{
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
91
|
+
theme: {
|
|
92
|
+
primary_color_hex: '#040404'
|
|
93
|
+
}
|
|
94
|
+
}],
|
|
95
|
+
keywords: [
|
|
96
|
+
'xrpl',
|
|
97
|
+
'evm',
|
|
98
|
+
'testnet',
|
|
99
|
+
'sidechain',
|
|
100
|
+
'ripple',
|
|
101
|
+
'peersyst',
|
|
102
|
+
'cosmos',
|
|
103
|
+
'evmos',
|
|
104
|
+
'axelar',
|
|
105
|
+
'xrp',
|
|
106
|
+
'xrplevm'
|
|
107
|
+
],
|
|
108
|
+
socials: {
|
|
109
|
+
website: 'https://xrplevm.org',
|
|
110
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
111
|
+
},
|
|
112
|
+
traces: [{
|
|
113
|
+
type: 'ibc',
|
|
114
|
+
counterparty: {
|
|
115
|
+
channel_id: 'channel-1',
|
|
116
|
+
base_denom: 'axrp',
|
|
117
|
+
chain_name: 'xrplevmtestnet'
|
|
118
|
+
},
|
|
119
|
+
chain: {
|
|
120
|
+
channel_id: 'channel-374'
|
|
121
|
+
}
|
|
122
|
+
}]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
72
125
|
description: 'The native token of MANTRA',
|
|
73
126
|
denom_units: [{
|
|
74
127
|
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
@@ -136,6 +189,58 @@ const assets = {
|
|
|
136
189
|
channel_id: 'channel-241'
|
|
137
190
|
}
|
|
138
191
|
}]
|
|
139
|
-
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
195
|
+
denom_units: [{
|
|
196
|
+
denom: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
197
|
+
exponent: 0,
|
|
198
|
+
aliases: ['axrp']
|
|
199
|
+
}, {
|
|
200
|
+
denom: 'XRP',
|
|
201
|
+
exponent: 18
|
|
202
|
+
}],
|
|
203
|
+
type_asset: 'sdk.coin',
|
|
204
|
+
base: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
205
|
+
name: 'XRP',
|
|
206
|
+
display: 'XRP',
|
|
207
|
+
symbol: 'XRP',
|
|
208
|
+
images: [{
|
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
211
|
+
theme: {
|
|
212
|
+
primary_color_hex: '#040404'
|
|
213
|
+
}
|
|
214
|
+
}],
|
|
215
|
+
keywords: [
|
|
216
|
+
'xrpl',
|
|
217
|
+
'evm',
|
|
218
|
+
'testnet',
|
|
219
|
+
'sidechain',
|
|
220
|
+
'ripple',
|
|
221
|
+
'peersyst',
|
|
222
|
+
'cosmos',
|
|
223
|
+
'evmos',
|
|
224
|
+
'axelar',
|
|
225
|
+
'xrp',
|
|
226
|
+
'xrplevm'
|
|
227
|
+
],
|
|
228
|
+
socials: {
|
|
229
|
+
website: 'https://xrplevm.org',
|
|
230
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
231
|
+
},
|
|
232
|
+
traces: [{
|
|
233
|
+
type: 'ibc',
|
|
234
|
+
counterparty: {
|
|
235
|
+
channel_id: 'channel-1',
|
|
236
|
+
base_denom: 'axrp',
|
|
237
|
+
chain_name: 'xrplevmtestnet'
|
|
238
|
+
},
|
|
239
|
+
chain: {
|
|
240
|
+
channel_id: 'channel-374'
|
|
241
|
+
}
|
|
242
|
+
}]
|
|
243
|
+
}
|
|
244
|
+
]
|
|
140
245
|
};
|
|
141
246
|
export default assets;
|
|
@@ -199,6 +199,57 @@ const assets = {
|
|
|
199
199
|
}
|
|
200
200
|
}]
|
|
201
201
|
},
|
|
202
|
+
{
|
|
203
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
204
|
+
denom_units: [{
|
|
205
|
+
denom: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
206
|
+
exponent: 0,
|
|
207
|
+
aliases: ['axrp']
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'XRP',
|
|
210
|
+
exponent: 18
|
|
211
|
+
}],
|
|
212
|
+
type_asset: 'sdk.coin',
|
|
213
|
+
base: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
214
|
+
name: 'XRP',
|
|
215
|
+
display: 'XRP',
|
|
216
|
+
symbol: 'XRP',
|
|
217
|
+
images: [{
|
|
218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
219
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
220
|
+
theme: {
|
|
221
|
+
primary_color_hex: '#040404'
|
|
222
|
+
}
|
|
223
|
+
}],
|
|
224
|
+
keywords: [
|
|
225
|
+
'xrpl',
|
|
226
|
+
'evm',
|
|
227
|
+
'testnet',
|
|
228
|
+
'sidechain',
|
|
229
|
+
'ripple',
|
|
230
|
+
'peersyst',
|
|
231
|
+
'cosmos',
|
|
232
|
+
'evmos',
|
|
233
|
+
'axelar',
|
|
234
|
+
'xrp',
|
|
235
|
+
'xrplevm'
|
|
236
|
+
],
|
|
237
|
+
socials: {
|
|
238
|
+
website: 'https://xrplevm.org',
|
|
239
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
240
|
+
},
|
|
241
|
+
traces: [{
|
|
242
|
+
type: 'ibc',
|
|
243
|
+
counterparty: {
|
|
244
|
+
channel_id: 'channel-3',
|
|
245
|
+
base_denom: 'axrp',
|
|
246
|
+
chain_name: 'xrplevmtestnet'
|
|
247
|
+
},
|
|
248
|
+
chain: {
|
|
249
|
+
channel_id: 'channel-10'
|
|
250
|
+
}
|
|
251
|
+
}]
|
|
252
|
+
},
|
|
202
253
|
{
|
|
203
254
|
description: 'The controlled staking asset for Noble Chain',
|
|
204
255
|
denom_units: [{
|
|
@@ -288,6 +339,57 @@ const assets = {
|
|
|
288
339
|
}
|
|
289
340
|
}]
|
|
290
341
|
},
|
|
342
|
+
{
|
|
343
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
344
|
+
denom_units: [{
|
|
345
|
+
denom: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
346
|
+
exponent: 0,
|
|
347
|
+
aliases: ['axrp']
|
|
348
|
+
}, {
|
|
349
|
+
denom: 'XRP',
|
|
350
|
+
exponent: 18
|
|
351
|
+
}],
|
|
352
|
+
type_asset: 'sdk.coin',
|
|
353
|
+
base: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
354
|
+
name: 'XRP',
|
|
355
|
+
display: 'XRP',
|
|
356
|
+
symbol: 'XRP',
|
|
357
|
+
images: [{
|
|
358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
360
|
+
theme: {
|
|
361
|
+
primary_color_hex: '#040404'
|
|
362
|
+
}
|
|
363
|
+
}],
|
|
364
|
+
keywords: [
|
|
365
|
+
'xrpl',
|
|
366
|
+
'evm',
|
|
367
|
+
'testnet',
|
|
368
|
+
'sidechain',
|
|
369
|
+
'ripple',
|
|
370
|
+
'peersyst',
|
|
371
|
+
'cosmos',
|
|
372
|
+
'evmos',
|
|
373
|
+
'axelar',
|
|
374
|
+
'xrp',
|
|
375
|
+
'xrplevm'
|
|
376
|
+
],
|
|
377
|
+
socials: {
|
|
378
|
+
website: 'https://xrplevm.org',
|
|
379
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
380
|
+
},
|
|
381
|
+
traces: [{
|
|
382
|
+
type: 'ibc',
|
|
383
|
+
counterparty: {
|
|
384
|
+
channel_id: 'channel-3',
|
|
385
|
+
base_denom: 'axrp',
|
|
386
|
+
chain_name: 'xrplevmtestnet'
|
|
387
|
+
},
|
|
388
|
+
chain: {
|
|
389
|
+
channel_id: 'channel-10'
|
|
390
|
+
}
|
|
391
|
+
}]
|
|
392
|
+
},
|
|
291
393
|
{
|
|
292
394
|
description: 'The native token of Prysm',
|
|
293
395
|
denom_units: [{
|
package/esm/testnet/index.js
CHANGED
|
@@ -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;
|