@chain-registry/assets 1.63.9 → 1.63.11
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/README.md +1 -1
- package/esm/mainnet/acrechain.js +54 -10
- package/esm/mainnet/cosmoshub.js +54 -10
- package/esm/mainnet/furya.js +24 -24
- package/esm/mainnet/injective.js +54 -10
- package/esm/mainnet/juno.js +8 -14
- package/esm/mainnet/kujira.js +8 -14
- package/esm/mainnet/noble.js +86 -14
- package/esm/mainnet/osmosis.js +70 -32
- package/esm/mainnet/secretnetwork.js +54 -10
- package/esm/mainnet/shido.js +204 -0
- package/esm/mainnet/terra2.js +16 -22
- package/mainnet/acrechain.js +54 -10
- package/mainnet/cosmoshub.js +54 -10
- package/mainnet/furya.js +24 -24
- package/mainnet/injective.js +54 -10
- package/mainnet/juno.js +8 -14
- package/mainnet/kujira.js +8 -14
- package/mainnet/noble.js +86 -14
- package/mainnet/osmosis.js +70 -32
- package/mainnet/secretnetwork.js +54 -10
- package/mainnet/shido.js +204 -0
- package/mainnet/terra2.js +16 -22
- package/package.json +5 -5
package/esm/mainnet/terra2.js
CHANGED
|
@@ -749,27 +749,24 @@ const assets = {
|
|
|
749
749
|
{
|
|
750
750
|
description: 'The native token of Furya',
|
|
751
751
|
denom_units: [{
|
|
752
|
-
denom: 'ibc/
|
|
752
|
+
denom: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
753
753
|
exponent: 0,
|
|
754
754
|
aliases: ['ufury']
|
|
755
755
|
}, {
|
|
756
756
|
denom: 'fury',
|
|
757
757
|
exponent: 6
|
|
758
758
|
}],
|
|
759
|
-
base: 'ibc/
|
|
759
|
+
base: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
760
760
|
name: 'Furya',
|
|
761
761
|
display: 'fury',
|
|
762
762
|
symbol: 'FURY',
|
|
763
763
|
logo_URIs: {
|
|
764
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
765
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
766
766
|
},
|
|
767
767
|
images: [{
|
|
768
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
769
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
770
|
-
theme: {
|
|
771
|
-
primary_color_hex: '#eaf143'
|
|
772
|
-
}
|
|
768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
769
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
773
770
|
}],
|
|
774
771
|
coingecko_id: 'fanfury',
|
|
775
772
|
keywords: ['gaming', 'staking'],
|
|
@@ -779,12 +776,12 @@ const assets = {
|
|
|
779
776
|
traces: [{
|
|
780
777
|
type: 'ibc',
|
|
781
778
|
counterparty: {
|
|
782
|
-
channel_id: 'channel-
|
|
779
|
+
channel_id: 'channel-9',
|
|
783
780
|
base_denom: 'ufury',
|
|
784
781
|
chain_name: 'furya'
|
|
785
782
|
},
|
|
786
783
|
chain: {
|
|
787
|
-
channel_id: 'channel-
|
|
784
|
+
channel_id: 'channel-495'
|
|
788
785
|
}
|
|
789
786
|
}]
|
|
790
787
|
},
|
|
@@ -3610,27 +3607,24 @@ const assets = {
|
|
|
3610
3607
|
{
|
|
3611
3608
|
description: 'The native token of Furya',
|
|
3612
3609
|
denom_units: [{
|
|
3613
|
-
denom: 'ibc/
|
|
3610
|
+
denom: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
3614
3611
|
exponent: 0,
|
|
3615
3612
|
aliases: ['ufury']
|
|
3616
3613
|
}, {
|
|
3617
3614
|
denom: 'fury',
|
|
3618
3615
|
exponent: 6
|
|
3619
3616
|
}],
|
|
3620
|
-
base: 'ibc/
|
|
3617
|
+
base: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
3621
3618
|
name: 'Furya',
|
|
3622
3619
|
display: 'fury',
|
|
3623
3620
|
symbol: 'FURY',
|
|
3624
3621
|
logo_URIs: {
|
|
3625
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3626
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3627
3624
|
},
|
|
3628
3625
|
images: [{
|
|
3629
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3630
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3631
|
-
theme: {
|
|
3632
|
-
primary_color_hex: '#eaf143'
|
|
3633
|
-
}
|
|
3626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3634
3628
|
}],
|
|
3635
3629
|
coingecko_id: 'fanfury',
|
|
3636
3630
|
keywords: ['gaming', 'staking'],
|
|
@@ -3640,12 +3634,12 @@ const assets = {
|
|
|
3640
3634
|
traces: [{
|
|
3641
3635
|
type: 'ibc',
|
|
3642
3636
|
counterparty: {
|
|
3643
|
-
channel_id: 'channel-
|
|
3637
|
+
channel_id: 'channel-9',
|
|
3644
3638
|
base_denom: 'ufury',
|
|
3645
3639
|
chain_name: 'furya'
|
|
3646
3640
|
},
|
|
3647
3641
|
chain: {
|
|
3648
|
-
channel_id: 'channel-
|
|
3642
|
+
channel_id: 'channel-495'
|
|
3649
3643
|
}
|
|
3650
3644
|
}]
|
|
3651
3645
|
},
|
package/mainnet/acrechain.js
CHANGED
|
@@ -323,14 +323,36 @@ const assets = {
|
|
|
323
323
|
display: 'ORAI',
|
|
324
324
|
symbol: 'ORAI',
|
|
325
325
|
logo_URIs: {
|
|
326
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
327
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
328
327
|
},
|
|
329
328
|
coingecko_id: 'oraichain-token',
|
|
330
|
-
images: [
|
|
329
|
+
images: [
|
|
330
|
+
{
|
|
331
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
332
|
+
theme: {
|
|
333
|
+
circle: true,
|
|
334
|
+
dark_mode: true
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
331
338
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
332
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
333
|
-
|
|
339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
340
|
+
theme: {
|
|
341
|
+
circle: true,
|
|
342
|
+
dark_mode: true,
|
|
343
|
+
primary_color_hex: '#FFFFFF'
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
349
|
+
theme: {
|
|
350
|
+
circle: true,
|
|
351
|
+
dark_mode: false,
|
|
352
|
+
primary_color_hex: '#000000'
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
],
|
|
334
356
|
traces: [{
|
|
335
357
|
type: 'ibc',
|
|
336
358
|
counterparty: {
|
|
@@ -1853,14 +1875,36 @@ const assets = {
|
|
|
1853
1875
|
display: 'ORAI',
|
|
1854
1876
|
symbol: 'ORAI',
|
|
1855
1877
|
logo_URIs: {
|
|
1856
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1857
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1858
1879
|
},
|
|
1859
1880
|
coingecko_id: 'oraichain-token',
|
|
1860
|
-
images: [
|
|
1881
|
+
images: [
|
|
1882
|
+
{
|
|
1883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1884
|
+
theme: {
|
|
1885
|
+
circle: true,
|
|
1886
|
+
dark_mode: true
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1861
1890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1862
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1863
|
-
|
|
1891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1892
|
+
theme: {
|
|
1893
|
+
circle: true,
|
|
1894
|
+
dark_mode: true,
|
|
1895
|
+
primary_color_hex: '#FFFFFF'
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1901
|
+
theme: {
|
|
1902
|
+
circle: true,
|
|
1903
|
+
dark_mode: false,
|
|
1904
|
+
primary_color_hex: '#000000'
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
],
|
|
1864
1908
|
traces: [{
|
|
1865
1909
|
type: 'ibc',
|
|
1866
1910
|
counterparty: {
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -2988,14 +2988,36 @@ const assets = {
|
|
|
2988
2988
|
display: 'ORAI',
|
|
2989
2989
|
symbol: 'ORAI',
|
|
2990
2990
|
logo_URIs: {
|
|
2991
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
2992
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2993
2992
|
},
|
|
2994
2993
|
coingecko_id: 'oraichain-token',
|
|
2995
|
-
images: [
|
|
2994
|
+
images: [
|
|
2995
|
+
{
|
|
2996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2997
|
+
theme: {
|
|
2998
|
+
circle: true,
|
|
2999
|
+
dark_mode: true
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
2996
3003
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2997
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2998
|
-
|
|
3004
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3005
|
+
theme: {
|
|
3006
|
+
circle: true,
|
|
3007
|
+
dark_mode: true,
|
|
3008
|
+
primary_color_hex: '#FFFFFF'
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3014
|
+
theme: {
|
|
3015
|
+
circle: true,
|
|
3016
|
+
dark_mode: false,
|
|
3017
|
+
primary_color_hex: '#000000'
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
],
|
|
2999
3021
|
traces: [{
|
|
3000
3022
|
type: 'ibc',
|
|
3001
3023
|
counterparty: {
|
|
@@ -5585,14 +5607,36 @@ const assets = {
|
|
|
5585
5607
|
display: 'ORAI',
|
|
5586
5608
|
symbol: 'ORAI',
|
|
5587
5609
|
logo_URIs: {
|
|
5588
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
5589
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
5610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5590
5611
|
},
|
|
5591
5612
|
coingecko_id: 'oraichain-token',
|
|
5592
|
-
images: [
|
|
5613
|
+
images: [
|
|
5614
|
+
{
|
|
5615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5616
|
+
theme: {
|
|
5617
|
+
circle: true,
|
|
5618
|
+
dark_mode: true
|
|
5619
|
+
}
|
|
5620
|
+
},
|
|
5621
|
+
{
|
|
5593
5622
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5594
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
5595
|
-
|
|
5623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5624
|
+
theme: {
|
|
5625
|
+
circle: true,
|
|
5626
|
+
dark_mode: true,
|
|
5627
|
+
primary_color_hex: '#FFFFFF'
|
|
5628
|
+
}
|
|
5629
|
+
},
|
|
5630
|
+
{
|
|
5631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5633
|
+
theme: {
|
|
5634
|
+
circle: true,
|
|
5635
|
+
dark_mode: false,
|
|
5636
|
+
primary_color_hex: '#000000'
|
|
5637
|
+
}
|
|
5638
|
+
}
|
|
5639
|
+
],
|
|
5596
5640
|
traces: [{
|
|
5597
5641
|
type: 'ibc',
|
|
5598
5642
|
counterparty: {
|
package/mainnet/furya.js
CHANGED
|
@@ -186,7 +186,7 @@ const assets = {
|
|
|
186
186
|
{
|
|
187
187
|
description: 'The native token of Osmosis',
|
|
188
188
|
denom_units: [{
|
|
189
|
-
denom: 'ibc/
|
|
189
|
+
denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
190
190
|
exponent: 0,
|
|
191
191
|
aliases: ['uosmo']
|
|
192
192
|
}, {
|
|
@@ -194,7 +194,7 @@ const assets = {
|
|
|
194
194
|
exponent: 6
|
|
195
195
|
}],
|
|
196
196
|
type_asset: 'sdk.coin',
|
|
197
|
-
base: 'ibc/
|
|
197
|
+
base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
198
198
|
name: 'Osmosis',
|
|
199
199
|
display: 'osmo',
|
|
200
200
|
symbol: 'OSMO',
|
|
@@ -215,19 +215,19 @@ const assets = {
|
|
|
215
215
|
traces: [{
|
|
216
216
|
type: 'ibc',
|
|
217
217
|
counterparty: {
|
|
218
|
-
channel_id: 'channel-
|
|
218
|
+
channel_id: 'channel-74222',
|
|
219
219
|
base_denom: 'uosmo',
|
|
220
220
|
chain_name: 'osmosis'
|
|
221
221
|
},
|
|
222
222
|
chain: {
|
|
223
|
-
channel_id: 'channel-
|
|
223
|
+
channel_id: 'channel-8'
|
|
224
224
|
}
|
|
225
225
|
}]
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
description: 'ION is the second native token of Osmosis.',
|
|
229
229
|
denom_units: [{
|
|
230
|
-
denom: 'ibc/
|
|
230
|
+
denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
231
231
|
exponent: 0,
|
|
232
232
|
aliases: ['uion']
|
|
233
233
|
}, {
|
|
@@ -235,7 +235,7 @@ const assets = {
|
|
|
235
235
|
exponent: 6
|
|
236
236
|
}],
|
|
237
237
|
type_asset: 'sdk.coin',
|
|
238
|
-
base: 'ibc/
|
|
238
|
+
base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
239
239
|
name: 'Ion DAO',
|
|
240
240
|
display: 'ion',
|
|
241
241
|
symbol: 'ION',
|
|
@@ -256,26 +256,26 @@ const assets = {
|
|
|
256
256
|
traces: [{
|
|
257
257
|
type: 'ibc',
|
|
258
258
|
counterparty: {
|
|
259
|
-
channel_id: 'channel-
|
|
259
|
+
channel_id: 'channel-74222',
|
|
260
260
|
base_denom: 'uion',
|
|
261
261
|
chain_name: 'osmosis'
|
|
262
262
|
},
|
|
263
263
|
chain: {
|
|
264
|
-
channel_id: 'channel-
|
|
264
|
+
channel_id: 'channel-8'
|
|
265
265
|
}
|
|
266
266
|
}]
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
description: 'The native staking token of Terra.',
|
|
270
270
|
denom_units: [{
|
|
271
|
-
denom: 'ibc/
|
|
271
|
+
denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
272
272
|
exponent: 0,
|
|
273
273
|
aliases: ['uluna']
|
|
274
274
|
}, {
|
|
275
275
|
denom: 'luna',
|
|
276
276
|
exponent: 6
|
|
277
277
|
}],
|
|
278
|
-
base: 'ibc/
|
|
278
|
+
base: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
279
279
|
name: 'Luna',
|
|
280
280
|
display: 'luna',
|
|
281
281
|
symbol: 'LUNA',
|
|
@@ -295,12 +295,12 @@ const assets = {
|
|
|
295
295
|
traces: [{
|
|
296
296
|
type: 'ibc',
|
|
297
297
|
counterparty: {
|
|
298
|
-
channel_id: 'channel-
|
|
298
|
+
channel_id: 'channel-495',
|
|
299
299
|
base_denom: 'uluna',
|
|
300
300
|
chain_name: 'terra2'
|
|
301
301
|
},
|
|
302
302
|
chain: {
|
|
303
|
-
channel_id: 'channel-
|
|
303
|
+
channel_id: 'channel-9'
|
|
304
304
|
}
|
|
305
305
|
}]
|
|
306
306
|
},
|
|
@@ -487,7 +487,7 @@ const assets = {
|
|
|
487
487
|
{
|
|
488
488
|
description: 'The native token of Osmosis',
|
|
489
489
|
denom_units: [{
|
|
490
|
-
denom: 'ibc/
|
|
490
|
+
denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
491
491
|
exponent: 0,
|
|
492
492
|
aliases: ['uosmo']
|
|
493
493
|
}, {
|
|
@@ -495,7 +495,7 @@ const assets = {
|
|
|
495
495
|
exponent: 6
|
|
496
496
|
}],
|
|
497
497
|
type_asset: 'sdk.coin',
|
|
498
|
-
base: 'ibc/
|
|
498
|
+
base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
499
499
|
name: 'Osmosis',
|
|
500
500
|
display: 'osmo',
|
|
501
501
|
symbol: 'OSMO',
|
|
@@ -516,19 +516,19 @@ const assets = {
|
|
|
516
516
|
traces: [{
|
|
517
517
|
type: 'ibc',
|
|
518
518
|
counterparty: {
|
|
519
|
-
channel_id: 'channel-
|
|
519
|
+
channel_id: 'channel-74222',
|
|
520
520
|
base_denom: 'uosmo',
|
|
521
521
|
chain_name: 'osmosis'
|
|
522
522
|
},
|
|
523
523
|
chain: {
|
|
524
|
-
channel_id: 'channel-
|
|
524
|
+
channel_id: 'channel-8'
|
|
525
525
|
}
|
|
526
526
|
}]
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
description: 'ION is the second native token of Osmosis.',
|
|
530
530
|
denom_units: [{
|
|
531
|
-
denom: 'ibc/
|
|
531
|
+
denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
532
532
|
exponent: 0,
|
|
533
533
|
aliases: ['uion']
|
|
534
534
|
}, {
|
|
@@ -536,7 +536,7 @@ const assets = {
|
|
|
536
536
|
exponent: 6
|
|
537
537
|
}],
|
|
538
538
|
type_asset: 'sdk.coin',
|
|
539
|
-
base: 'ibc/
|
|
539
|
+
base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
540
540
|
name: 'Ion DAO',
|
|
541
541
|
display: 'ion',
|
|
542
542
|
symbol: 'ION',
|
|
@@ -557,26 +557,26 @@ const assets = {
|
|
|
557
557
|
traces: [{
|
|
558
558
|
type: 'ibc',
|
|
559
559
|
counterparty: {
|
|
560
|
-
channel_id: 'channel-
|
|
560
|
+
channel_id: 'channel-74222',
|
|
561
561
|
base_denom: 'uion',
|
|
562
562
|
chain_name: 'osmosis'
|
|
563
563
|
},
|
|
564
564
|
chain: {
|
|
565
|
-
channel_id: 'channel-
|
|
565
|
+
channel_id: 'channel-8'
|
|
566
566
|
}
|
|
567
567
|
}]
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
570
|
description: 'The native staking token of Terra.',
|
|
571
571
|
denom_units: [{
|
|
572
|
-
denom: 'ibc/
|
|
572
|
+
denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
573
573
|
exponent: 0,
|
|
574
574
|
aliases: ['uluna']
|
|
575
575
|
}, {
|
|
576
576
|
denom: 'luna',
|
|
577
577
|
exponent: 6
|
|
578
578
|
}],
|
|
579
|
-
base: 'ibc/
|
|
579
|
+
base: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
580
580
|
name: 'Luna',
|
|
581
581
|
display: 'luna',
|
|
582
582
|
symbol: 'LUNA',
|
|
@@ -596,12 +596,12 @@ const assets = {
|
|
|
596
596
|
traces: [{
|
|
597
597
|
type: 'ibc',
|
|
598
598
|
counterparty: {
|
|
599
|
-
channel_id: 'channel-
|
|
599
|
+
channel_id: 'channel-495',
|
|
600
600
|
base_denom: 'uluna',
|
|
601
601
|
chain_name: 'terra2'
|
|
602
602
|
},
|
|
603
603
|
chain: {
|
|
604
|
-
channel_id: 'channel-
|
|
604
|
+
channel_id: 'channel-9'
|
|
605
605
|
}
|
|
606
606
|
}]
|
|
607
607
|
}
|
package/mainnet/injective.js
CHANGED
|
@@ -1582,14 +1582,36 @@ const assets = {
|
|
|
1582
1582
|
display: 'ORAI',
|
|
1583
1583
|
symbol: 'ORAI',
|
|
1584
1584
|
logo_URIs: {
|
|
1585
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1586
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1587
1586
|
},
|
|
1588
1587
|
coingecko_id: 'oraichain-token',
|
|
1589
|
-
images: [
|
|
1588
|
+
images: [
|
|
1589
|
+
{
|
|
1590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1591
|
+
theme: {
|
|
1592
|
+
circle: true,
|
|
1593
|
+
dark_mode: true
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1590
1597
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1591
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1592
|
-
|
|
1598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1599
|
+
theme: {
|
|
1600
|
+
circle: true,
|
|
1601
|
+
dark_mode: true,
|
|
1602
|
+
primary_color_hex: '#FFFFFF'
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1608
|
+
theme: {
|
|
1609
|
+
circle: true,
|
|
1610
|
+
dark_mode: false,
|
|
1611
|
+
primary_color_hex: '#000000'
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1593
1615
|
traces: [{
|
|
1594
1616
|
type: 'ibc',
|
|
1595
1617
|
counterparty: {
|
|
@@ -2652,14 +2674,36 @@ const assets = {
|
|
|
2652
2674
|
display: 'ORAI',
|
|
2653
2675
|
symbol: 'ORAI',
|
|
2654
2676
|
logo_URIs: {
|
|
2655
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
2656
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2657
2678
|
},
|
|
2658
2679
|
coingecko_id: 'oraichain-token',
|
|
2659
|
-
images: [
|
|
2680
|
+
images: [
|
|
2681
|
+
{
|
|
2682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2683
|
+
theme: {
|
|
2684
|
+
circle: true,
|
|
2685
|
+
dark_mode: true
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2660
2689
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2662
|
-
|
|
2690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
2691
|
+
theme: {
|
|
2692
|
+
circle: true,
|
|
2693
|
+
dark_mode: true,
|
|
2694
|
+
primary_color_hex: '#FFFFFF'
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
2700
|
+
theme: {
|
|
2701
|
+
circle: true,
|
|
2702
|
+
dark_mode: false,
|
|
2703
|
+
primary_color_hex: '#000000'
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2663
2707
|
traces: [{
|
|
2664
2708
|
type: 'ibc',
|
|
2665
2709
|
counterparty: {
|
package/mainnet/juno.js
CHANGED
|
@@ -752,15 +752,12 @@ const assets = {
|
|
|
752
752
|
display: 'fury',
|
|
753
753
|
symbol: 'FURY',
|
|
754
754
|
logo_URIs: {
|
|
755
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
756
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
757
757
|
},
|
|
758
758
|
images: [{
|
|
759
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
760
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
761
|
-
theme: {
|
|
762
|
-
primary_color_hex: '#eaf143'
|
|
763
|
-
}
|
|
759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
764
761
|
}],
|
|
765
762
|
coingecko_id: 'fanfury',
|
|
766
763
|
keywords: ['gaming', 'staking'],
|
|
@@ -1528,15 +1525,12 @@ const assets = {
|
|
|
1528
1525
|
display: 'fury',
|
|
1529
1526
|
symbol: 'FURY',
|
|
1530
1527
|
logo_URIs: {
|
|
1531
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1532
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1533
1530
|
},
|
|
1534
1531
|
images: [{
|
|
1535
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1536
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1537
|
-
theme: {
|
|
1538
|
-
primary_color_hex: '#eaf143'
|
|
1539
|
-
}
|
|
1532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1540
1534
|
}],
|
|
1541
1535
|
coingecko_id: 'fanfury',
|
|
1542
1536
|
keywords: ['gaming', 'staking'],
|
package/mainnet/kujira.js
CHANGED
|
@@ -1003,15 +1003,12 @@ const assets = {
|
|
|
1003
1003
|
display: 'fury',
|
|
1004
1004
|
symbol: 'FURY',
|
|
1005
1005
|
logo_URIs: {
|
|
1006
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1007
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1008
1008
|
},
|
|
1009
1009
|
images: [{
|
|
1010
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1011
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1012
|
-
theme: {
|
|
1013
|
-
primary_color_hex: '#eaf143'
|
|
1014
|
-
}
|
|
1010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1015
1012
|
}],
|
|
1016
1013
|
coingecko_id: 'fanfury',
|
|
1017
1014
|
keywords: ['gaming', 'staking'],
|
|
@@ -2627,15 +2624,12 @@ const assets = {
|
|
|
2627
2624
|
display: 'fury',
|
|
2628
2625
|
symbol: 'FURY',
|
|
2629
2626
|
logo_URIs: {
|
|
2630
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2631
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
2628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
2632
2629
|
},
|
|
2633
2630
|
images: [{
|
|
2634
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2635
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2636
|
-
theme: {
|
|
2637
|
-
primary_color_hex: '#eaf143'
|
|
2638
|
-
}
|
|
2631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
2632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
2639
2633
|
}],
|
|
2640
2634
|
coingecko_id: 'fanfury',
|
|
2641
2635
|
keywords: ['gaming', 'staking'],
|