@chain-registry/assets 1.42.1 → 1.42.3
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/acrechain.js +0 -2
- package/esm/mainnet/axelar.js +8 -6
- package/esm/mainnet/composable.js +8 -6
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/dymension.js +8 -6
- package/esm/mainnet/evmos.js +8 -6
- package/esm/mainnet/injective.js +8 -6
- package/esm/mainnet/juno.js +0 -2
- package/esm/mainnet/kava.js +8 -6
- package/esm/mainnet/neutron.js +8 -6
- package/esm/mainnet/osmosis.js +8 -8
- package/esm/mainnet/secretnetwork.js +8 -8
- package/esm/mainnet/stargaze.js +8 -6
- package/esm/mainnet/stride.js +8 -6
- package/esm/mainnet/terra2.js +8 -8
- package/esm/mainnet/umee.js +8 -6
- package/esm/testnet/akashtestnet.js +14 -10
- package/esm/testnet/archwaytestnet.js +14 -10
- package/esm/testnet/axelartestnet.js +14 -10
- package/esm/testnet/celestiatestnet3.js +14 -10
- package/esm/testnet/chain4energytestnet.js +14 -10
- package/esm/testnet/composabletestnet.js +14 -10
- package/esm/testnet/cosmoshubtestnet.js +14 -10
- package/esm/testnet/doravotatestnet.js +14 -10
- package/esm/testnet/empowertestnet.js +14 -10
- package/esm/testnet/entrypointtestnet.js +14 -10
- package/esm/testnet/impacthubtestnet.js +14 -10
- package/esm/testnet/injectivetestnet.js +14 -10
- package/esm/testnet/junotestnet.js +14 -10
- package/esm/testnet/kyvetestnet.js +14 -10
- package/esm/testnet/lavatestnet.js +14 -10
- package/esm/testnet/likecointestnet.js +14 -10
- package/esm/testnet/marstestnet.js +14 -10
- package/esm/testnet/neutrontestnet.js +14 -10
- package/esm/testnet/nobletestnet.js +14 -10
- package/esm/testnet/nolustestnet.js +14 -10
- package/esm/testnet/persistencetestnet2.js +14 -10
- package/esm/testnet/quicksilvertestnet.js +14 -10
- package/esm/testnet/sagatestnet.js +14 -10
- package/esm/testnet/sgetestnet.js +14 -10
- package/esm/testnet/stargazetestnet.js +14 -10
- package/esm/testnet/titantestnet.js +14 -10
- package/esm/testnet/xiontestnet.js +14 -10
- package/index.d.ts +1 -1
- package/mainnet/acrechain.js +0 -2
- package/mainnet/axelar.js +8 -6
- package/mainnet/composable.js +8 -6
- package/mainnet/crescent.js +0 -2
- package/mainnet/dymension.js +8 -6
- package/mainnet/evmos.js +8 -6
- package/mainnet/injective.js +8 -6
- package/mainnet/juno.js +0 -2
- package/mainnet/kava.js +8 -6
- package/mainnet/neutron.js +8 -6
- package/mainnet/osmosis.js +8 -8
- package/mainnet/secretnetwork.js +8 -8
- package/mainnet/stargaze.js +8 -6
- package/mainnet/stride.js +8 -6
- package/mainnet/terra2.js +8 -8
- package/mainnet/umee.js +8 -6
- package/package.json +5 -5
- package/testnet/akashtestnet.js +14 -10
- package/testnet/archwaytestnet.js +14 -10
- package/testnet/axelartestnet.js +14 -10
- package/testnet/celestiatestnet3.js +14 -10
- package/testnet/chain4energytestnet.js +14 -10
- package/testnet/composabletestnet.js +14 -10
- package/testnet/cosmoshubtestnet.js +14 -10
- package/testnet/doravotatestnet.js +14 -10
- package/testnet/empowertestnet.js +14 -10
- package/testnet/entrypointtestnet.js +14 -10
- package/testnet/impacthubtestnet.js +14 -10
- package/testnet/injectivetestnet.js +14 -10
- package/testnet/junotestnet.js +14 -10
- package/testnet/kyvetestnet.js +14 -10
- package/testnet/lavatestnet.js +14 -10
- package/testnet/likecointestnet.js +14 -10
- package/testnet/marstestnet.js +14 -10
- package/testnet/neutrontestnet.js +14 -10
- package/testnet/nobletestnet.js +14 -10
- package/testnet/nolustestnet.js +14 -10
- package/testnet/persistencetestnet2.js +14 -10
- package/testnet/quicksilvertestnet.js +14 -10
- package/testnet/sagatestnet.js +14 -10
- package/testnet/sgetestnet.js +14 -10
- package/testnet/stargazetestnet.js +14 -10
- package/testnet/titantestnet.js +14 -10
- package/testnet/xiontestnet.js +14 -10
package/testnet/titantestnet.js
CHANGED
|
@@ -83,20 +83,21 @@ const assets = {
|
|
|
83
83
|
exponent: 6,
|
|
84
84
|
aliases: []
|
|
85
85
|
}],
|
|
86
|
+
type_asset: 'sdk.coin',
|
|
86
87
|
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
87
|
-
name: 'Osmosis',
|
|
88
|
+
name: 'Osmosis Testnet',
|
|
88
89
|
display: 'osmo',
|
|
89
90
|
symbol: 'OSMO',
|
|
90
91
|
logo_URIs: {
|
|
91
92
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
92
93
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
93
94
|
},
|
|
94
|
-
coingecko_id: 'osmosis',
|
|
95
|
-
keywords: ['dex', 'staking'],
|
|
96
95
|
images: [{
|
|
97
96
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
97
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
98
|
}],
|
|
99
|
+
coingecko_id: 'osmosis',
|
|
100
|
+
keywords: ['dex', 'staking'],
|
|
100
101
|
traces: [{
|
|
101
102
|
type: 'ibc',
|
|
102
103
|
counterparty: {
|
|
@@ -118,6 +119,7 @@ const assets = {
|
|
|
118
119
|
denom: 'ion',
|
|
119
120
|
exponent: 6
|
|
120
121
|
}],
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
121
123
|
base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
122
124
|
name: 'Ion',
|
|
123
125
|
display: 'ion',
|
|
@@ -126,12 +128,12 @@ const assets = {
|
|
|
126
128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
127
129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
128
130
|
},
|
|
129
|
-
coingecko_id: 'ion',
|
|
130
|
-
keywords: ['memecoin'],
|
|
131
131
|
images: [{
|
|
132
132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
133
133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
134
134
|
}],
|
|
135
|
+
coingecko_id: 'ion',
|
|
136
|
+
keywords: ['memecoin'],
|
|
135
137
|
traces: [{
|
|
136
138
|
type: 'ibc',
|
|
137
139
|
counterparty: {
|
|
@@ -257,20 +259,21 @@ const assets = {
|
|
|
257
259
|
exponent: 6,
|
|
258
260
|
aliases: []
|
|
259
261
|
}],
|
|
262
|
+
type_asset: 'sdk.coin',
|
|
260
263
|
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
261
|
-
name: 'Osmosis',
|
|
264
|
+
name: 'Osmosis Testnet',
|
|
262
265
|
display: 'osmo',
|
|
263
266
|
symbol: 'OSMO',
|
|
264
267
|
logo_URIs: {
|
|
265
268
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
266
269
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
267
270
|
},
|
|
268
|
-
coingecko_id: 'osmosis',
|
|
269
|
-
keywords: ['dex', 'staking'],
|
|
270
271
|
images: [{
|
|
271
272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
272
273
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
273
274
|
}],
|
|
275
|
+
coingecko_id: 'osmosis',
|
|
276
|
+
keywords: ['dex', 'staking'],
|
|
274
277
|
traces: [{
|
|
275
278
|
type: 'ibc',
|
|
276
279
|
counterparty: {
|
|
@@ -292,6 +295,7 @@ const assets = {
|
|
|
292
295
|
denom: 'ion',
|
|
293
296
|
exponent: 6
|
|
294
297
|
}],
|
|
298
|
+
type_asset: 'sdk.coin',
|
|
295
299
|
base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
296
300
|
name: 'Ion',
|
|
297
301
|
display: 'ion',
|
|
@@ -300,12 +304,12 @@ const assets = {
|
|
|
300
304
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
301
305
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
302
306
|
},
|
|
303
|
-
coingecko_id: 'ion',
|
|
304
|
-
keywords: ['memecoin'],
|
|
305
307
|
images: [{
|
|
306
308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
307
309
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
308
310
|
}],
|
|
311
|
+
coingecko_id: 'ion',
|
|
312
|
+
keywords: ['memecoin'],
|
|
309
313
|
traces: [{
|
|
310
314
|
type: 'ibc',
|
|
311
315
|
counterparty: {
|
package/testnet/xiontestnet.js
CHANGED
|
@@ -136,20 +136,21 @@ const assets = {
|
|
|
136
136
|
exponent: 6,
|
|
137
137
|
aliases: []
|
|
138
138
|
}],
|
|
139
|
+
type_asset: 'sdk.coin',
|
|
139
140
|
base: 'ibc/6AE2756AA7EAA8FA06E11472EA05CA681BD8D3FBC1AAA9F06C79D1EC1C90DC9B',
|
|
140
|
-
name: 'Osmosis',
|
|
141
|
+
name: 'Osmosis Testnet',
|
|
141
142
|
display: 'osmo',
|
|
142
143
|
symbol: 'OSMO',
|
|
143
144
|
logo_URIs: {
|
|
144
145
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
145
146
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
146
147
|
},
|
|
147
|
-
coingecko_id: 'osmosis',
|
|
148
|
-
keywords: ['dex', 'staking'],
|
|
149
148
|
images: [{
|
|
150
149
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
151
150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
152
151
|
}],
|
|
152
|
+
coingecko_id: 'osmosis',
|
|
153
|
+
keywords: ['dex', 'staking'],
|
|
153
154
|
traces: [{
|
|
154
155
|
type: 'ibc',
|
|
155
156
|
counterparty: {
|
|
@@ -171,6 +172,7 @@ const assets = {
|
|
|
171
172
|
denom: 'ion',
|
|
172
173
|
exponent: 6
|
|
173
174
|
}],
|
|
175
|
+
type_asset: 'sdk.coin',
|
|
174
176
|
base: 'ibc/FBA36393A0FF23EAAD5B1A99E06F66128F20E7A78B3FD58632F0FC247167DA17',
|
|
175
177
|
name: 'Ion',
|
|
176
178
|
display: 'ion',
|
|
@@ -179,12 +181,12 @@ const assets = {
|
|
|
179
181
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
180
182
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
181
183
|
},
|
|
182
|
-
coingecko_id: 'ion',
|
|
183
|
-
keywords: ['memecoin'],
|
|
184
184
|
images: [{
|
|
185
185
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
186
186
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
187
187
|
}],
|
|
188
|
+
coingecko_id: 'ion',
|
|
189
|
+
keywords: ['memecoin'],
|
|
188
190
|
traces: [{
|
|
189
191
|
type: 'ibc',
|
|
190
192
|
counterparty: {
|
|
@@ -330,20 +332,21 @@ const assets = {
|
|
|
330
332
|
exponent: 6,
|
|
331
333
|
aliases: []
|
|
332
334
|
}],
|
|
335
|
+
type_asset: 'sdk.coin',
|
|
333
336
|
base: 'ibc/6AE2756AA7EAA8FA06E11472EA05CA681BD8D3FBC1AAA9F06C79D1EC1C90DC9B',
|
|
334
|
-
name: 'Osmosis',
|
|
337
|
+
name: 'Osmosis Testnet',
|
|
335
338
|
display: 'osmo',
|
|
336
339
|
symbol: 'OSMO',
|
|
337
340
|
logo_URIs: {
|
|
338
341
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
339
342
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
340
343
|
},
|
|
341
|
-
coingecko_id: 'osmosis',
|
|
342
|
-
keywords: ['dex', 'staking'],
|
|
343
344
|
images: [{
|
|
344
345
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
345
346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
346
347
|
}],
|
|
348
|
+
coingecko_id: 'osmosis',
|
|
349
|
+
keywords: ['dex', 'staking'],
|
|
347
350
|
traces: [{
|
|
348
351
|
type: 'ibc',
|
|
349
352
|
counterparty: {
|
|
@@ -365,6 +368,7 @@ const assets = {
|
|
|
365
368
|
denom: 'ion',
|
|
366
369
|
exponent: 6
|
|
367
370
|
}],
|
|
371
|
+
type_asset: 'sdk.coin',
|
|
368
372
|
base: 'ibc/FBA36393A0FF23EAAD5B1A99E06F66128F20E7A78B3FD58632F0FC247167DA17',
|
|
369
373
|
name: 'Ion',
|
|
370
374
|
display: 'ion',
|
|
@@ -373,12 +377,12 @@ const assets = {
|
|
|
373
377
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
374
378
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
375
379
|
},
|
|
376
|
-
coingecko_id: 'ion',
|
|
377
|
-
keywords: ['memecoin'],
|
|
378
380
|
images: [{
|
|
379
381
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
380
382
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
381
383
|
}],
|
|
384
|
+
coingecko_id: 'ion',
|
|
385
|
+
keywords: ['memecoin'],
|
|
382
386
|
traces: [{
|
|
383
387
|
type: 'ibc',
|
|
384
388
|
counterparty: {
|