@chain-registry/assets 1.70.336 → 1.70.337
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 +0 -86
- package/esm/mainnet/celestia.js +6 -0
- package/esm/mainnet/composable.js +46 -0
- package/esm/mainnet/cosmoshub.js +6 -0
- package/esm/mainnet/dydx.js +78 -0
- package/esm/mainnet/lumera.js +90 -0
- package/esm/mainnet/neutron.js +6 -0
- package/esm/mainnet/noble.js +88 -168
- package/esm/mainnet/nyx.js +6 -0
- package/esm/mainnet/osmosis.js +234 -86
- package/esm/mainnet/secretnetwork.js +82 -82
- package/esm/mainnet/stride.js +6 -0
- package/esm/noncosmos/penumbra.js +6 -0
- package/esm/testnet/osmosistestnet.js +0 -78
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +0 -86
- package/mainnet/celestia.js +6 -0
- package/mainnet/composable.js +46 -0
- package/mainnet/cosmoshub.js +6 -0
- package/mainnet/dydx.js +78 -0
- package/mainnet/lumera.js +90 -0
- package/mainnet/neutron.js +6 -0
- package/mainnet/noble.js +88 -168
- package/mainnet/nyx.js +6 -0
- package/mainnet/osmosis.js +234 -86
- package/mainnet/secretnetwork.js +82 -82
- package/mainnet/stride.js +6 -0
- package/noncosmos/penumbra.js +6 -0
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +0 -78
package/mainnet/cosmoshub.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -4429,6 +4432,9 @@ const assets = {
|
|
|
4429
4432
|
twitter: 'https://x.com/namada'
|
|
4430
4433
|
},
|
|
4431
4434
|
coingecko_id: 'namada',
|
|
4435
|
+
images: [{
|
|
4436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4437
|
+
}],
|
|
4432
4438
|
traces: [{
|
|
4433
4439
|
type: 'ibc',
|
|
4434
4440
|
counterparty: {
|
package/mainnet/dydx.js
CHANGED
|
@@ -808,6 +808,45 @@ const assets = {
|
|
|
808
808
|
}
|
|
809
809
|
}]
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
denom_units: [{
|
|
813
|
+
denom: 'ibc/93621629BAD838114D6B9FC893D56DDAD83BC8048C944B74FE9C9FE1D255ED14',
|
|
814
|
+
exponent: 0,
|
|
815
|
+
aliases: ['ulume']
|
|
816
|
+
}, {
|
|
817
|
+
denom: 'LUME',
|
|
818
|
+
exponent: 6,
|
|
819
|
+
aliases: ['lume']
|
|
820
|
+
}],
|
|
821
|
+
base: 'ibc/93621629BAD838114D6B9FC893D56DDAD83BC8048C944B74FE9C9FE1D255ED14',
|
|
822
|
+
display: 'LUME',
|
|
823
|
+
name: 'lume',
|
|
824
|
+
symbol: 'LUME',
|
|
825
|
+
type_asset: 'sdk.coin',
|
|
826
|
+
logo_URIs: {
|
|
827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
828
|
+
},
|
|
829
|
+
images: [{
|
|
830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
831
|
+
}],
|
|
832
|
+
socials: {
|
|
833
|
+
github: 'https://github.com/LumeraProtocol/lumera',
|
|
834
|
+
discord: 'https://discord.gg/lumeraprotocol',
|
|
835
|
+
telegram: 'https://t.me/lumeraprotocol',
|
|
836
|
+
website: 'https://lumera.io'
|
|
837
|
+
},
|
|
838
|
+
traces: [{
|
|
839
|
+
type: 'ibc',
|
|
840
|
+
counterparty: {
|
|
841
|
+
channel_id: 'channel-1',
|
|
842
|
+
base_denom: 'ulume',
|
|
843
|
+
chain_name: 'lumera'
|
|
844
|
+
},
|
|
845
|
+
chain: {
|
|
846
|
+
channel_id: 'channel-90'
|
|
847
|
+
}
|
|
848
|
+
}]
|
|
849
|
+
},
|
|
811
850
|
{
|
|
812
851
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
813
852
|
denom_units: [{
|
|
@@ -8447,6 +8486,45 @@ const assets = {
|
|
|
8447
8486
|
}
|
|
8448
8487
|
}]
|
|
8449
8488
|
},
|
|
8489
|
+
{
|
|
8490
|
+
denom_units: [{
|
|
8491
|
+
denom: 'ibc/93621629BAD838114D6B9FC893D56DDAD83BC8048C944B74FE9C9FE1D255ED14',
|
|
8492
|
+
exponent: 0,
|
|
8493
|
+
aliases: ['ulume']
|
|
8494
|
+
}, {
|
|
8495
|
+
denom: 'LUME',
|
|
8496
|
+
exponent: 6,
|
|
8497
|
+
aliases: ['lume']
|
|
8498
|
+
}],
|
|
8499
|
+
base: 'ibc/93621629BAD838114D6B9FC893D56DDAD83BC8048C944B74FE9C9FE1D255ED14',
|
|
8500
|
+
display: 'LUME',
|
|
8501
|
+
name: 'lume',
|
|
8502
|
+
symbol: 'LUME',
|
|
8503
|
+
type_asset: 'sdk.coin',
|
|
8504
|
+
logo_URIs: {
|
|
8505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
8506
|
+
},
|
|
8507
|
+
images: [{
|
|
8508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
8509
|
+
}],
|
|
8510
|
+
socials: {
|
|
8511
|
+
github: 'https://github.com/LumeraProtocol/lumera',
|
|
8512
|
+
discord: 'https://discord.gg/lumeraprotocol',
|
|
8513
|
+
telegram: 'https://t.me/lumeraprotocol',
|
|
8514
|
+
website: 'https://lumera.io'
|
|
8515
|
+
},
|
|
8516
|
+
traces: [{
|
|
8517
|
+
type: 'ibc',
|
|
8518
|
+
counterparty: {
|
|
8519
|
+
channel_id: 'channel-1',
|
|
8520
|
+
base_denom: 'ulume',
|
|
8521
|
+
chain_name: 'lumera'
|
|
8522
|
+
},
|
|
8523
|
+
chain: {
|
|
8524
|
+
channel_id: 'channel-90'
|
|
8525
|
+
}
|
|
8526
|
+
}]
|
|
8527
|
+
},
|
|
8450
8528
|
{
|
|
8451
8529
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
8452
8530
|
denom_units: [{
|
package/mainnet/lumera.js
CHANGED
|
@@ -3,6 +3,96 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'lumera',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2667584ED818FD920DBC437015FFA84DA4FCC1D9484934EFBBE5D48869B83743',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['adydx']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'dydx',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2667584ED818FD920DBC437015FFA84DA4FCC1D9484934EFBBE5D48869B83743',
|
|
17
|
+
name: 'dYdX',
|
|
18
|
+
display: 'dydx',
|
|
19
|
+
symbol: 'DYDX',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'dydx-chain',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
28
|
+
}, {
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
30
|
+
theme: {
|
|
31
|
+
circle: true
|
|
32
|
+
}
|
|
33
|
+
}],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://dydx.trade/',
|
|
36
|
+
twitter: 'https://twitter.com/dYdX'
|
|
37
|
+
},
|
|
38
|
+
type_asset: 'sdk.coin',
|
|
39
|
+
traces: [{
|
|
40
|
+
type: 'ibc',
|
|
41
|
+
counterparty: {
|
|
42
|
+
channel_id: 'channel-90',
|
|
43
|
+
base_denom: 'adydx',
|
|
44
|
+
chain_name: 'dydx'
|
|
45
|
+
},
|
|
46
|
+
chain: {
|
|
47
|
+
channel_id: 'channel-1'
|
|
48
|
+
}
|
|
49
|
+
}]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
53
|
+
denom_units: [{
|
|
54
|
+
denom: 'ibc/2667584ED818FD920DBC437015FFA84DA4FCC1D9484934EFBBE5D48869B83743',
|
|
55
|
+
exponent: 0,
|
|
56
|
+
aliases: ['adydx']
|
|
57
|
+
}, {
|
|
58
|
+
denom: 'dydx',
|
|
59
|
+
exponent: 18
|
|
60
|
+
}],
|
|
61
|
+
base: 'ibc/2667584ED818FD920DBC437015FFA84DA4FCC1D9484934EFBBE5D48869B83743',
|
|
62
|
+
name: 'dYdX',
|
|
63
|
+
display: 'dydx',
|
|
64
|
+
symbol: 'DYDX',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
68
|
+
},
|
|
69
|
+
coingecko_id: 'dydx-chain',
|
|
70
|
+
images: [{
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
73
|
+
}, {
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
75
|
+
theme: {
|
|
76
|
+
circle: true
|
|
77
|
+
}
|
|
78
|
+
}],
|
|
79
|
+
socials: {
|
|
80
|
+
website: 'https://dydx.trade/',
|
|
81
|
+
twitter: 'https://twitter.com/dYdX'
|
|
82
|
+
},
|
|
83
|
+
type_asset: 'sdk.coin',
|
|
84
|
+
traces: [{
|
|
85
|
+
type: 'ibc',
|
|
86
|
+
counterparty: {
|
|
87
|
+
channel_id: 'channel-90',
|
|
88
|
+
base_denom: 'adydx',
|
|
89
|
+
chain_name: 'dydx'
|
|
90
|
+
},
|
|
91
|
+
chain: {
|
|
92
|
+
channel_id: 'channel-1'
|
|
93
|
+
}
|
|
94
|
+
}]
|
|
95
|
+
},
|
|
6
96
|
{
|
|
7
97
|
description: 'The native token of Osmosis',
|
|
8
98
|
denom_units: [{
|
package/mainnet/neutron.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -2597,6 +2600,9 @@ const assets = {
|
|
|
2597
2600
|
twitter: 'https://x.com/namada'
|
|
2598
2601
|
},
|
|
2599
2602
|
coingecko_id: 'namada',
|
|
2603
|
+
images: [{
|
|
2604
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
2605
|
+
}],
|
|
2600
2606
|
traces: [{
|
|
2601
2607
|
type: 'ibc',
|
|
2602
2608
|
counterparty: {
|
package/mainnet/noble.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -2387,49 +2390,6 @@ const assets = {
|
|
|
2387
2390
|
}
|
|
2388
2391
|
}]
|
|
2389
2392
|
},
|
|
2390
|
-
{
|
|
2391
|
-
name: 'Astrovault token',
|
|
2392
|
-
description: 'AXV',
|
|
2393
|
-
socials: {
|
|
2394
|
-
website: 'https://astrovault.io/',
|
|
2395
|
-
twitter: 'https://x.com/axvdex'
|
|
2396
|
-
},
|
|
2397
|
-
denom_units: [{
|
|
2398
|
-
denom: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2399
|
-
exponent: 0,
|
|
2400
|
-
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
2401
|
-
}, {
|
|
2402
|
-
denom: 'AXV',
|
|
2403
|
-
exponent: 6
|
|
2404
|
-
}],
|
|
2405
|
-
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2406
|
-
display: 'AXV',
|
|
2407
|
-
symbol: 'AXV',
|
|
2408
|
-
logo_URIs: {
|
|
2409
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2410
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2411
|
-
},
|
|
2412
|
-
images: [{
|
|
2413
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2414
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
2415
|
-
image_sync: {
|
|
2416
|
-
chain_name: 'neutron',
|
|
2417
|
-
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
2418
|
-
}
|
|
2419
|
-
}],
|
|
2420
|
-
type_asset: 'sdk.coin',
|
|
2421
|
-
traces: [{
|
|
2422
|
-
type: 'ibc',
|
|
2423
|
-
counterparty: {
|
|
2424
|
-
channel_id: 'channel-2',
|
|
2425
|
-
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
2426
|
-
chain_name: 'nibiru'
|
|
2427
|
-
},
|
|
2428
|
-
chain: {
|
|
2429
|
-
channel_id: 'channel-67'
|
|
2430
|
-
}
|
|
2431
|
-
}]
|
|
2432
|
-
},
|
|
2433
2393
|
{
|
|
2434
2394
|
name: 'uoprek',
|
|
2435
2395
|
description: 'uoprek',
|
|
@@ -4685,6 +4645,9 @@ const assets = {
|
|
|
4685
4645
|
twitter: 'https://x.com/namada'
|
|
4686
4646
|
},
|
|
4687
4647
|
coingecko_id: 'namada',
|
|
4648
|
+
images: [{
|
|
4649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4650
|
+
}],
|
|
4688
4651
|
traces: [{
|
|
4689
4652
|
type: 'ibc',
|
|
4690
4653
|
counterparty: {
|
|
@@ -4886,49 +4849,6 @@ const assets = {
|
|
|
4886
4849
|
}
|
|
4887
4850
|
}]
|
|
4888
4851
|
},
|
|
4889
|
-
{
|
|
4890
|
-
name: 'Astrovault token',
|
|
4891
|
-
description: 'AXV',
|
|
4892
|
-
socials: {
|
|
4893
|
-
website: 'https://astrovault.io/',
|
|
4894
|
-
twitter: 'https://x.com/axvdex'
|
|
4895
|
-
},
|
|
4896
|
-
denom_units: [{
|
|
4897
|
-
denom: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4898
|
-
exponent: 0,
|
|
4899
|
-
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
4900
|
-
}, {
|
|
4901
|
-
denom: 'AXV',
|
|
4902
|
-
exponent: 6
|
|
4903
|
-
}],
|
|
4904
|
-
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4905
|
-
display: 'AXV',
|
|
4906
|
-
symbol: 'AXV',
|
|
4907
|
-
logo_URIs: {
|
|
4908
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4909
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4910
|
-
},
|
|
4911
|
-
images: [{
|
|
4912
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4913
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
4914
|
-
image_sync: {
|
|
4915
|
-
chain_name: 'neutron',
|
|
4916
|
-
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
4917
|
-
}
|
|
4918
|
-
}],
|
|
4919
|
-
type_asset: 'sdk.coin',
|
|
4920
|
-
traces: [{
|
|
4921
|
-
type: 'ibc',
|
|
4922
|
-
counterparty: {
|
|
4923
|
-
channel_id: 'channel-2',
|
|
4924
|
-
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
4925
|
-
chain_name: 'nibiru'
|
|
4926
|
-
},
|
|
4927
|
-
chain: {
|
|
4928
|
-
channel_id: 'channel-67'
|
|
4929
|
-
}
|
|
4930
|
-
}]
|
|
4931
|
-
},
|
|
4932
4852
|
{
|
|
4933
4853
|
name: 'uoprek',
|
|
4934
4854
|
description: 'uoprek',
|
|
@@ -23126,6 +23046,19 @@ const assets = {
|
|
|
23126
23046
|
name: 'Wtrx',
|
|
23127
23047
|
display: 'wtrx',
|
|
23128
23048
|
symbol: 'wTRX',
|
|
23049
|
+
traces: [{
|
|
23050
|
+
type: 'ibc-cw20',
|
|
23051
|
+
counterparty: {
|
|
23052
|
+
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23053
|
+
channel_id: 'channel-147',
|
|
23054
|
+
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
23055
|
+
chain_name: 'oraichain'
|
|
23056
|
+
},
|
|
23057
|
+
chain: {
|
|
23058
|
+
port: 'transfer',
|
|
23059
|
+
channel_id: 'channel-34'
|
|
23060
|
+
}
|
|
23061
|
+
}],
|
|
23129
23062
|
images: [{
|
|
23130
23063
|
image_sync: {
|
|
23131
23064
|
chain_name: 'tron',
|
|
@@ -23140,20 +23073,7 @@ const assets = {
|
|
|
23140
23073
|
logo_URIs: {
|
|
23141
23074
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
23142
23075
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
23143
|
-
}
|
|
23144
|
-
traces: [{
|
|
23145
|
-
type: 'ibc-cw20',
|
|
23146
|
-
counterparty: {
|
|
23147
|
-
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23148
|
-
channel_id: 'channel-147',
|
|
23149
|
-
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
23150
|
-
chain_name: 'oraichain'
|
|
23151
|
-
},
|
|
23152
|
-
chain: {
|
|
23153
|
-
port: 'transfer',
|
|
23154
|
-
channel_id: 'channel-34'
|
|
23155
|
-
}
|
|
23156
|
-
}]
|
|
23076
|
+
}
|
|
23157
23077
|
},
|
|
23158
23078
|
{
|
|
23159
23079
|
description: 'The scATOM token is the cw20 token for the Oraichain.',
|
|
@@ -23247,18 +23167,6 @@ const assets = {
|
|
|
23247
23167
|
name: 'Weth',
|
|
23248
23168
|
display: 'weth',
|
|
23249
23169
|
symbol: 'wETH',
|
|
23250
|
-
images: [{
|
|
23251
|
-
image_sync: {
|
|
23252
|
-
chain_name: 'ethereum',
|
|
23253
|
-
base_denom: 'wei'
|
|
23254
|
-
},
|
|
23255
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
23256
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
23257
|
-
}],
|
|
23258
|
-
logo_URIs: {
|
|
23259
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
23260
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
23261
|
-
},
|
|
23262
23170
|
traces: [{
|
|
23263
23171
|
type: 'ibc-cw20',
|
|
23264
23172
|
counterparty: {
|
|
@@ -23271,7 +23179,19 @@ const assets = {
|
|
|
23271
23179
|
port: 'transfer',
|
|
23272
23180
|
channel_id: 'channel-34'
|
|
23273
23181
|
}
|
|
23274
|
-
}]
|
|
23182
|
+
}],
|
|
23183
|
+
images: [{
|
|
23184
|
+
image_sync: {
|
|
23185
|
+
chain_name: 'ethereum',
|
|
23186
|
+
base_denom: 'wei'
|
|
23187
|
+
},
|
|
23188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
23189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
23190
|
+
}],
|
|
23191
|
+
logo_URIs: {
|
|
23192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
23193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
23194
|
+
}
|
|
23275
23195
|
},
|
|
23276
23196
|
{
|
|
23277
23197
|
description: 'The BTC token is the cw20 token for the Oraichain.',
|
|
@@ -23289,6 +23209,19 @@ const assets = {
|
|
|
23289
23209
|
name: 'Btc',
|
|
23290
23210
|
display: 'btc',
|
|
23291
23211
|
symbol: 'BTC',
|
|
23212
|
+
traces: [{
|
|
23213
|
+
type: 'ibc-cw20',
|
|
23214
|
+
counterparty: {
|
|
23215
|
+
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23216
|
+
channel_id: 'channel-147',
|
|
23217
|
+
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
23218
|
+
chain_name: 'oraichain'
|
|
23219
|
+
},
|
|
23220
|
+
chain: {
|
|
23221
|
+
port: 'transfer',
|
|
23222
|
+
channel_id: 'channel-34'
|
|
23223
|
+
}
|
|
23224
|
+
}],
|
|
23292
23225
|
images: [{
|
|
23293
23226
|
image_sync: {
|
|
23294
23227
|
chain_name: 'bitcoin',
|
|
@@ -23303,20 +23236,7 @@ const assets = {
|
|
|
23303
23236
|
logo_URIs: {
|
|
23304
23237
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
23305
23238
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
23306
|
-
}
|
|
23307
|
-
traces: [{
|
|
23308
|
-
type: 'ibc-cw20',
|
|
23309
|
-
counterparty: {
|
|
23310
|
-
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23311
|
-
channel_id: 'channel-147',
|
|
23312
|
-
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
23313
|
-
chain_name: 'oraichain'
|
|
23314
|
-
},
|
|
23315
|
-
chain: {
|
|
23316
|
-
port: 'transfer',
|
|
23317
|
-
channel_id: 'channel-34'
|
|
23318
|
-
}
|
|
23319
|
-
}]
|
|
23239
|
+
}
|
|
23320
23240
|
},
|
|
23321
23241
|
{
|
|
23322
23242
|
description: 'The OCH token is the cw20 token for the Oraichain.',
|
|
@@ -23642,6 +23562,19 @@ const assets = {
|
|
|
23642
23562
|
name: 'Wtrx',
|
|
23643
23563
|
display: 'wtrx',
|
|
23644
23564
|
symbol: 'wTRX',
|
|
23565
|
+
traces: [{
|
|
23566
|
+
type: 'ibc-cw20',
|
|
23567
|
+
counterparty: {
|
|
23568
|
+
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23569
|
+
channel_id: 'channel-147',
|
|
23570
|
+
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
23571
|
+
chain_name: 'oraichain'
|
|
23572
|
+
},
|
|
23573
|
+
chain: {
|
|
23574
|
+
port: 'transfer',
|
|
23575
|
+
channel_id: 'channel-34'
|
|
23576
|
+
}
|
|
23577
|
+
}],
|
|
23645
23578
|
images: [{
|
|
23646
23579
|
image_sync: {
|
|
23647
23580
|
chain_name: 'tron',
|
|
@@ -23656,20 +23589,7 @@ const assets = {
|
|
|
23656
23589
|
logo_URIs: {
|
|
23657
23590
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
23658
23591
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
23659
|
-
}
|
|
23660
|
-
traces: [{
|
|
23661
|
-
type: 'ibc-cw20',
|
|
23662
|
-
counterparty: {
|
|
23663
|
-
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23664
|
-
channel_id: 'channel-147',
|
|
23665
|
-
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
23666
|
-
chain_name: 'oraichain'
|
|
23667
|
-
},
|
|
23668
|
-
chain: {
|
|
23669
|
-
port: 'transfer',
|
|
23670
|
-
channel_id: 'channel-34'
|
|
23671
|
-
}
|
|
23672
|
-
}]
|
|
23592
|
+
}
|
|
23673
23593
|
},
|
|
23674
23594
|
{
|
|
23675
23595
|
description: 'The scATOM token is the cw20 token for the Oraichain.',
|
|
@@ -23763,18 +23683,6 @@ const assets = {
|
|
|
23763
23683
|
name: 'Weth',
|
|
23764
23684
|
display: 'weth',
|
|
23765
23685
|
symbol: 'wETH',
|
|
23766
|
-
images: [{
|
|
23767
|
-
image_sync: {
|
|
23768
|
-
chain_name: 'ethereum',
|
|
23769
|
-
base_denom: 'wei'
|
|
23770
|
-
},
|
|
23771
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
23772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
23773
|
-
}],
|
|
23774
|
-
logo_URIs: {
|
|
23775
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
23776
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
23777
|
-
},
|
|
23778
23686
|
traces: [{
|
|
23779
23687
|
type: 'ibc-cw20',
|
|
23780
23688
|
counterparty: {
|
|
@@ -23787,7 +23695,19 @@ const assets = {
|
|
|
23787
23695
|
port: 'transfer',
|
|
23788
23696
|
channel_id: 'channel-34'
|
|
23789
23697
|
}
|
|
23790
|
-
}]
|
|
23698
|
+
}],
|
|
23699
|
+
images: [{
|
|
23700
|
+
image_sync: {
|
|
23701
|
+
chain_name: 'ethereum',
|
|
23702
|
+
base_denom: 'wei'
|
|
23703
|
+
},
|
|
23704
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
23705
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
23706
|
+
}],
|
|
23707
|
+
logo_URIs: {
|
|
23708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
23709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
23710
|
+
}
|
|
23791
23711
|
},
|
|
23792
23712
|
{
|
|
23793
23713
|
description: 'The BTC token is the cw20 token for the Oraichain.',
|
|
@@ -23805,6 +23725,19 @@ const assets = {
|
|
|
23805
23725
|
name: 'Btc',
|
|
23806
23726
|
display: 'btc',
|
|
23807
23727
|
symbol: 'BTC',
|
|
23728
|
+
traces: [{
|
|
23729
|
+
type: 'ibc-cw20',
|
|
23730
|
+
counterparty: {
|
|
23731
|
+
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23732
|
+
channel_id: 'channel-147',
|
|
23733
|
+
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
23734
|
+
chain_name: 'oraichain'
|
|
23735
|
+
},
|
|
23736
|
+
chain: {
|
|
23737
|
+
port: 'transfer',
|
|
23738
|
+
channel_id: 'channel-34'
|
|
23739
|
+
}
|
|
23740
|
+
}],
|
|
23808
23741
|
images: [{
|
|
23809
23742
|
image_sync: {
|
|
23810
23743
|
chain_name: 'bitcoin',
|
|
@@ -23819,20 +23752,7 @@ const assets = {
|
|
|
23819
23752
|
logo_URIs: {
|
|
23820
23753
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
23821
23754
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
23822
|
-
}
|
|
23823
|
-
traces: [{
|
|
23824
|
-
type: 'ibc-cw20',
|
|
23825
|
-
counterparty: {
|
|
23826
|
-
port: 'wasm.orai195269awwnt5m6c843q6w7hp8rt0k7syfu9de4h0wz384slshuzps8y7ccm',
|
|
23827
|
-
channel_id: 'channel-147',
|
|
23828
|
-
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
23829
|
-
chain_name: 'oraichain'
|
|
23830
|
-
},
|
|
23831
|
-
chain: {
|
|
23832
|
-
port: 'transfer',
|
|
23833
|
-
channel_id: 'channel-34'
|
|
23834
|
-
}
|
|
23835
|
-
}]
|
|
23755
|
+
}
|
|
23836
23756
|
},
|
|
23837
23757
|
{
|
|
23838
23758
|
description: 'The OCH token is the cw20 token for the Oraichain.',
|
package/mainnet/nyx.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -223,6 +226,9 @@ const assets = {
|
|
|
223
226
|
twitter: 'https://x.com/namada'
|
|
224
227
|
},
|
|
225
228
|
coingecko_id: 'namada',
|
|
229
|
+
images: [{
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
231
|
+
}],
|
|
226
232
|
traces: [{
|
|
227
233
|
type: 'ibc',
|
|
228
234
|
counterparty: {
|