@chain-registry/assets 1.42.8 → 1.42.10
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 +2 -2
- package/esm/mainnet/agoric.js +2 -2
- package/esm/mainnet/archway.js +86 -0
- package/esm/mainnet/axelar.js +120 -2
- package/esm/mainnet/bandchain.js +8 -0
- package/esm/mainnet/bitsong.js +8 -0
- package/esm/mainnet/carbon.js +10 -2
- package/esm/mainnet/celestia.js +2 -2
- package/esm/mainnet/composable.js +2005 -825
- package/esm/mainnet/coreum.js +2 -2
- package/esm/mainnet/cosmoshub.js +50 -2
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/doravota.js +8 -0
- package/esm/mainnet/dydx.js +10 -2
- package/esm/mainnet/dymension.js +2 -2
- package/esm/mainnet/evmos.js +24 -0
- package/esm/mainnet/gateway.js +2 -2
- package/esm/mainnet/gravitybridge.js +42 -2
- package/esm/mainnet/injective.js +2 -2
- package/esm/mainnet/juno.js +116 -0
- package/esm/mainnet/kava.js +10 -2
- package/esm/mainnet/kujira.js +42 -2
- package/esm/mainnet/migaloo.js +160 -0
- package/esm/mainnet/neutron.js +18 -2
- package/esm/mainnet/noble.js +10 -2
- package/esm/mainnet/oraichain.js +32 -0
- package/esm/mainnet/osmosis.js +122 -10
- package/esm/mainnet/persistence.js +16 -0
- package/esm/mainnet/saga.js +78 -0
- package/esm/mainnet/secretnetwork.js +112 -2
- package/esm/mainnet/shido.js +82 -4
- package/esm/mainnet/stargaze.js +18 -2
- package/esm/mainnet/stride.js +20 -4
- package/esm/mainnet/terra.js +16 -0
- package/esm/mainnet/terra2.js +32 -0
- package/esm/mainnet/tgrade.js +2 -2
- package/esm/noncosmos/assets.js +2 -1
- package/esm/noncosmos/ethereum.js +5 -0
- package/esm/noncosmos/index.js +1 -0
- package/index.d.ts +1 -1
- package/mainnet/acrechain.js +2 -2
- package/mainnet/agoric.js +2 -2
- package/mainnet/archway.js +86 -0
- package/mainnet/axelar.js +120 -2
- package/mainnet/bandchain.js +8 -0
- package/mainnet/bitsong.js +8 -0
- package/mainnet/carbon.js +10 -2
- package/mainnet/celestia.js +2 -2
- package/mainnet/composable.js +2005 -825
- package/mainnet/coreum.js +2 -2
- package/mainnet/cosmoshub.js +50 -2
- package/mainnet/crescent.js +2 -2
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/doravota.js +8 -0
- package/mainnet/dydx.js +10 -2
- package/mainnet/dymension.js +2 -2
- package/mainnet/evmos.js +24 -0
- package/mainnet/gateway.js +2 -2
- package/mainnet/gravitybridge.js +42 -2
- package/mainnet/injective.js +2 -2
- package/mainnet/juno.js +116 -0
- package/mainnet/kava.js +10 -2
- package/mainnet/kujira.js +42 -2
- package/mainnet/migaloo.js +160 -0
- package/mainnet/neutron.js +18 -2
- package/mainnet/noble.js +10 -2
- package/mainnet/oraichain.js +32 -0
- package/mainnet/osmosis.js +122 -10
- package/mainnet/persistence.js +16 -0
- package/mainnet/saga.js +78 -0
- package/mainnet/secretnetwork.js +112 -2
- package/mainnet/shido.js +82 -4
- package/mainnet/stargaze.js +18 -2
- package/mainnet/stride.js +20 -4
- package/mainnet/terra.js +16 -0
- package/mainnet/terra2.js +32 -0
- package/mainnet/tgrade.js +2 -2
- package/noncosmos/assets.js +2 -1
- package/noncosmos/ethereum.d.ts +3 -0
- package/noncosmos/ethereum.js +7 -0
- package/noncosmos/index.d.ts +1 -0
- package/noncosmos/index.js +2 -1
- package/package.json +5 -5
package/mainnet/secretnetwork.js
CHANGED
|
@@ -479,6 +479,10 @@ const assets = {
|
|
|
479
479
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
480
480
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
481
481
|
}],
|
|
482
|
+
socials: {
|
|
483
|
+
website: 'https://www.coreum.com/',
|
|
484
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
485
|
+
},
|
|
482
486
|
traces: [{
|
|
483
487
|
type: 'ibc',
|
|
484
488
|
counterparty: {
|
|
@@ -702,7 +706,7 @@ const assets = {
|
|
|
702
706
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
703
707
|
}],
|
|
704
708
|
socials: {
|
|
705
|
-
|
|
709
|
+
website: 'https://www.neokingdom.org/',
|
|
706
710
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
707
711
|
},
|
|
708
712
|
traces: [{
|
|
@@ -1514,6 +1518,57 @@ const assets = {
|
|
|
1514
1518
|
}
|
|
1515
1519
|
}]
|
|
1516
1520
|
},
|
|
1521
|
+
{
|
|
1522
|
+
description: 'The native staking and governance token of Saga.',
|
|
1523
|
+
extended_description: 'Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.\n\nSaga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.',
|
|
1524
|
+
denom_units: [{
|
|
1525
|
+
denom: 'ibc/5938378D6974EF73519C90789CBBFFFAEC43992A3D2B5E3F465F5DA96E434029',
|
|
1526
|
+
exponent: 0,
|
|
1527
|
+
aliases: ['usaga']
|
|
1528
|
+
}, {
|
|
1529
|
+
denom: 'saga',
|
|
1530
|
+
exponent: 6
|
|
1531
|
+
}],
|
|
1532
|
+
base: 'ibc/5938378D6974EF73519C90789CBBFFFAEC43992A3D2B5E3F465F5DA96E434029',
|
|
1533
|
+
name: 'Saga',
|
|
1534
|
+
display: 'saga',
|
|
1535
|
+
symbol: 'SAGA',
|
|
1536
|
+
logo_URIs: {
|
|
1537
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
1538
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
1539
|
+
},
|
|
1540
|
+
coingecko_id: 'saga-2',
|
|
1541
|
+
images: [{
|
|
1542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
1543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
1544
|
+
theme: {
|
|
1545
|
+
primary_color_hex: '#000000',
|
|
1546
|
+
dark_mode: false
|
|
1547
|
+
}
|
|
1548
|
+
}, {
|
|
1549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
1550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
1551
|
+
theme: {
|
|
1552
|
+
primary_color_hex: '#FFFFFF',
|
|
1553
|
+
dark_mode: true
|
|
1554
|
+
}
|
|
1555
|
+
}],
|
|
1556
|
+
socials: {
|
|
1557
|
+
website: 'https://www.saga.xyz/',
|
|
1558
|
+
twitter: 'https://twitter.com/Sagaxyz__'
|
|
1559
|
+
},
|
|
1560
|
+
traces: [{
|
|
1561
|
+
type: 'ibc',
|
|
1562
|
+
counterparty: {
|
|
1563
|
+
channel_id: 'channel-17',
|
|
1564
|
+
base_denom: 'usaga',
|
|
1565
|
+
chain_name: 'saga'
|
|
1566
|
+
},
|
|
1567
|
+
chain: {
|
|
1568
|
+
channel_id: 'channel-152'
|
|
1569
|
+
}
|
|
1570
|
+
}]
|
|
1571
|
+
},
|
|
1517
1572
|
{
|
|
1518
1573
|
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
1519
1574
|
denom_units: [{
|
|
@@ -1990,6 +2045,10 @@ const assets = {
|
|
|
1990
2045
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
1991
2046
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
1992
2047
|
}],
|
|
2048
|
+
socials: {
|
|
2049
|
+
website: 'https://www.coreum.com/',
|
|
2050
|
+
twitter: 'https://twitter.com/CoreumOfficial'
|
|
2051
|
+
},
|
|
1993
2052
|
traces: [{
|
|
1994
2053
|
type: 'ibc',
|
|
1995
2054
|
counterparty: {
|
|
@@ -2213,7 +2272,7 @@ const assets = {
|
|
|
2213
2272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
2214
2273
|
}],
|
|
2215
2274
|
socials: {
|
|
2216
|
-
|
|
2275
|
+
website: 'https://www.neokingdom.org/',
|
|
2217
2276
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
2218
2277
|
},
|
|
2219
2278
|
traces: [{
|
|
@@ -3025,6 +3084,57 @@ const assets = {
|
|
|
3025
3084
|
}
|
|
3026
3085
|
}]
|
|
3027
3086
|
},
|
|
3087
|
+
{
|
|
3088
|
+
description: 'The native staking and governance token of Saga.',
|
|
3089
|
+
extended_description: 'Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.\n\nSaga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.',
|
|
3090
|
+
denom_units: [{
|
|
3091
|
+
denom: 'ibc/5938378D6974EF73519C90789CBBFFFAEC43992A3D2B5E3F465F5DA96E434029',
|
|
3092
|
+
exponent: 0,
|
|
3093
|
+
aliases: ['usaga']
|
|
3094
|
+
}, {
|
|
3095
|
+
denom: 'saga',
|
|
3096
|
+
exponent: 6
|
|
3097
|
+
}],
|
|
3098
|
+
base: 'ibc/5938378D6974EF73519C90789CBBFFFAEC43992A3D2B5E3F465F5DA96E434029',
|
|
3099
|
+
name: 'Saga',
|
|
3100
|
+
display: 'saga',
|
|
3101
|
+
symbol: 'SAGA',
|
|
3102
|
+
logo_URIs: {
|
|
3103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
3104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
3105
|
+
},
|
|
3106
|
+
coingecko_id: 'saga-2',
|
|
3107
|
+
images: [{
|
|
3108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
3109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
3110
|
+
theme: {
|
|
3111
|
+
primary_color_hex: '#000000',
|
|
3112
|
+
dark_mode: false
|
|
3113
|
+
}
|
|
3114
|
+
}, {
|
|
3115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
3116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
3117
|
+
theme: {
|
|
3118
|
+
primary_color_hex: '#FFFFFF',
|
|
3119
|
+
dark_mode: true
|
|
3120
|
+
}
|
|
3121
|
+
}],
|
|
3122
|
+
socials: {
|
|
3123
|
+
website: 'https://www.saga.xyz/',
|
|
3124
|
+
twitter: 'https://twitter.com/Sagaxyz__'
|
|
3125
|
+
},
|
|
3126
|
+
traces: [{
|
|
3127
|
+
type: 'ibc',
|
|
3128
|
+
counterparty: {
|
|
3129
|
+
channel_id: 'channel-17',
|
|
3130
|
+
base_denom: 'usaga',
|
|
3131
|
+
chain_name: 'saga'
|
|
3132
|
+
},
|
|
3133
|
+
chain: {
|
|
3134
|
+
channel_id: 'channel-152'
|
|
3135
|
+
}
|
|
3136
|
+
}]
|
|
3137
|
+
},
|
|
3028
3138
|
{
|
|
3029
3139
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
3030
3140
|
denom_units: [{
|
package/mainnet/shido.js
CHANGED
|
@@ -3,6 +3,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'shido',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://axelar.network/',
|
|
31
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-148',
|
|
37
|
+
base_denom: 'uaxl',
|
|
38
|
+
chain_name: 'axelar'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-1'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
6
45
|
{
|
|
7
46
|
description: 'The native token of Osmosis',
|
|
8
47
|
denom_units: [{
|
|
@@ -35,7 +74,7 @@ const assets = {
|
|
|
35
74
|
traces: [{
|
|
36
75
|
type: 'ibc',
|
|
37
76
|
counterparty: {
|
|
38
|
-
channel_id: 'channel-
|
|
77
|
+
channel_id: 'channel-73755',
|
|
39
78
|
base_denom: 'uosmo',
|
|
40
79
|
chain_name: 'osmosis'
|
|
41
80
|
},
|
|
@@ -75,7 +114,7 @@ const assets = {
|
|
|
75
114
|
traces: [{
|
|
76
115
|
type: 'ibc',
|
|
77
116
|
counterparty: {
|
|
78
|
-
channel_id: 'channel-
|
|
117
|
+
channel_id: 'channel-73755',
|
|
79
118
|
base_denom: 'uion',
|
|
80
119
|
chain_name: 'osmosis'
|
|
81
120
|
},
|
|
@@ -84,6 +123,45 @@ const assets = {
|
|
|
84
123
|
}
|
|
85
124
|
}]
|
|
86
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'The native token of Axelar',
|
|
128
|
+
denom_units: [{
|
|
129
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
130
|
+
exponent: 0,
|
|
131
|
+
aliases: ['uaxl']
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'axl',
|
|
134
|
+
exponent: 6
|
|
135
|
+
}],
|
|
136
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
137
|
+
name: 'Axelar',
|
|
138
|
+
display: 'axl',
|
|
139
|
+
symbol: 'AXL',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
143
|
+
},
|
|
144
|
+
coingecko_id: 'axelar',
|
|
145
|
+
images: [{
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
148
|
+
}],
|
|
149
|
+
socials: {
|
|
150
|
+
website: 'https://axelar.network/',
|
|
151
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
152
|
+
},
|
|
153
|
+
traces: [{
|
|
154
|
+
type: 'ibc',
|
|
155
|
+
counterparty: {
|
|
156
|
+
channel_id: 'channel-148',
|
|
157
|
+
base_denom: 'uaxl',
|
|
158
|
+
chain_name: 'axelar'
|
|
159
|
+
},
|
|
160
|
+
chain: {
|
|
161
|
+
channel_id: 'channel-1'
|
|
162
|
+
}
|
|
163
|
+
}]
|
|
164
|
+
},
|
|
87
165
|
{
|
|
88
166
|
description: 'The native token of Osmosis',
|
|
89
167
|
denom_units: [{
|
|
@@ -116,7 +194,7 @@ const assets = {
|
|
|
116
194
|
traces: [{
|
|
117
195
|
type: 'ibc',
|
|
118
196
|
counterparty: {
|
|
119
|
-
channel_id: 'channel-
|
|
197
|
+
channel_id: 'channel-73755',
|
|
120
198
|
base_denom: 'uosmo',
|
|
121
199
|
chain_name: 'osmosis'
|
|
122
200
|
},
|
|
@@ -156,7 +234,7 @@ const assets = {
|
|
|
156
234
|
traces: [{
|
|
157
235
|
type: 'ibc',
|
|
158
236
|
counterparty: {
|
|
159
|
-
channel_id: 'channel-
|
|
237
|
+
channel_id: 'channel-73755',
|
|
160
238
|
base_denom: 'uion',
|
|
161
239
|
chain_name: 'osmosis'
|
|
162
240
|
},
|
package/mainnet/stargaze.js
CHANGED
|
@@ -26,6 +26,10 @@ const assets = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
28
28
|
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://arable.finance/',
|
|
31
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
32
|
+
},
|
|
29
33
|
traces: [{
|
|
30
34
|
type: 'ibc',
|
|
31
35
|
counterparty: {
|
|
@@ -61,6 +65,10 @@ const assets = {
|
|
|
61
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
62
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
63
67
|
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://arable.finance/',
|
|
70
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
71
|
+
},
|
|
64
72
|
traces: [{
|
|
65
73
|
type: 'ibc',
|
|
66
74
|
counterparty: {
|
|
@@ -463,7 +471,7 @@ const assets = {
|
|
|
463
471
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
464
472
|
}],
|
|
465
473
|
socials: {
|
|
466
|
-
|
|
474
|
+
website: 'https://www.neokingdom.org/',
|
|
467
475
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
468
476
|
},
|
|
469
477
|
traces: [{
|
|
@@ -1182,6 +1190,10 @@ const assets = {
|
|
|
1182
1190
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
1183
1191
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
1184
1192
|
}],
|
|
1193
|
+
socials: {
|
|
1194
|
+
website: 'https://arable.finance/',
|
|
1195
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1196
|
+
},
|
|
1185
1197
|
traces: [{
|
|
1186
1198
|
type: 'ibc',
|
|
1187
1199
|
counterparty: {
|
|
@@ -1217,6 +1229,10 @@ const assets = {
|
|
|
1217
1229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
1218
1230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
1219
1231
|
}],
|
|
1232
|
+
socials: {
|
|
1233
|
+
website: 'https://arable.finance/',
|
|
1234
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1235
|
+
},
|
|
1220
1236
|
traces: [{
|
|
1221
1237
|
type: 'ibc',
|
|
1222
1238
|
counterparty: {
|
|
@@ -1619,7 +1635,7 @@ const assets = {
|
|
|
1619
1635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1620
1636
|
}],
|
|
1621
1637
|
socials: {
|
|
1622
|
-
|
|
1638
|
+
website: 'https://www.neokingdom.org/',
|
|
1623
1639
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1624
1640
|
},
|
|
1625
1641
|
traces: [{
|
package/mainnet/stride.js
CHANGED
|
@@ -26,6 +26,10 @@ const assets = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
28
28
|
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://arable.finance/',
|
|
31
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
32
|
+
},
|
|
29
33
|
traces: [{
|
|
30
34
|
type: 'ibc',
|
|
31
35
|
counterparty: {
|
|
@@ -61,6 +65,10 @@ const assets = {
|
|
|
61
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
62
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
63
67
|
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://arable.finance/',
|
|
70
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
71
|
+
},
|
|
64
72
|
traces: [{
|
|
65
73
|
type: 'ibc',
|
|
66
74
|
counterparty: {
|
|
@@ -729,7 +737,7 @@ const assets = {
|
|
|
729
737
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
730
738
|
}],
|
|
731
739
|
socials: {
|
|
732
|
-
|
|
740
|
+
website: 'https://www.neokingdom.org/',
|
|
733
741
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
734
742
|
},
|
|
735
743
|
traces: [{
|
|
@@ -1288,7 +1296,7 @@ const assets = {
|
|
|
1288
1296
|
}
|
|
1289
1297
|
}],
|
|
1290
1298
|
socials: {
|
|
1291
|
-
|
|
1299
|
+
website: 'https://www.saga.xyz/',
|
|
1292
1300
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
1293
1301
|
},
|
|
1294
1302
|
traces: [{
|
|
@@ -1522,6 +1530,10 @@ const assets = {
|
|
|
1522
1530
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
1523
1531
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
1524
1532
|
}],
|
|
1533
|
+
socials: {
|
|
1534
|
+
website: 'https://arable.finance/',
|
|
1535
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1536
|
+
},
|
|
1525
1537
|
traces: [{
|
|
1526
1538
|
type: 'ibc',
|
|
1527
1539
|
counterparty: {
|
|
@@ -1557,6 +1569,10 @@ const assets = {
|
|
|
1557
1569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
1558
1570
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
1559
1571
|
}],
|
|
1572
|
+
socials: {
|
|
1573
|
+
website: 'https://arable.finance/',
|
|
1574
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
1575
|
+
},
|
|
1560
1576
|
traces: [{
|
|
1561
1577
|
type: 'ibc',
|
|
1562
1578
|
counterparty: {
|
|
@@ -2225,7 +2241,7 @@ const assets = {
|
|
|
2225
2241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
2226
2242
|
}],
|
|
2227
2243
|
socials: {
|
|
2228
|
-
|
|
2244
|
+
website: 'https://www.neokingdom.org/',
|
|
2229
2245
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
2230
2246
|
},
|
|
2231
2247
|
traces: [{
|
|
@@ -2784,7 +2800,7 @@ const assets = {
|
|
|
2784
2800
|
}
|
|
2785
2801
|
}],
|
|
2786
2802
|
socials: {
|
|
2787
|
-
|
|
2803
|
+
website: 'https://www.saga.xyz/',
|
|
2788
2804
|
twitter: 'https://twitter.com/Sagaxyz__'
|
|
2789
2805
|
},
|
|
2790
2806
|
traces: [{
|
package/mainnet/terra.js
CHANGED
|
@@ -26,6 +26,10 @@ const assets = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
28
28
|
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://arable.finance/',
|
|
31
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
32
|
+
},
|
|
29
33
|
traces: [{
|
|
30
34
|
type: 'ibc',
|
|
31
35
|
counterparty: {
|
|
@@ -61,6 +65,10 @@ const assets = {
|
|
|
61
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
62
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
63
67
|
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://arable.finance/',
|
|
70
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
71
|
+
},
|
|
64
72
|
traces: [{
|
|
65
73
|
type: 'ibc',
|
|
66
74
|
counterparty: {
|
|
@@ -359,6 +367,10 @@ const assets = {
|
|
|
359
367
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
360
368
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
361
369
|
}],
|
|
370
|
+
socials: {
|
|
371
|
+
website: 'https://arable.finance/',
|
|
372
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
373
|
+
},
|
|
362
374
|
traces: [{
|
|
363
375
|
type: 'ibc',
|
|
364
376
|
counterparty: {
|
|
@@ -394,6 +406,10 @@ const assets = {
|
|
|
394
406
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
395
407
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
396
408
|
}],
|
|
409
|
+
socials: {
|
|
410
|
+
website: 'https://arable.finance/',
|
|
411
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
412
|
+
},
|
|
397
413
|
traces: [{
|
|
398
414
|
type: 'ibc',
|
|
399
415
|
counterparty: {
|
package/mainnet/terra2.js
CHANGED
|
@@ -26,6 +26,10 @@ const assets = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
28
28
|
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://arable.finance/',
|
|
31
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
32
|
+
},
|
|
29
33
|
traces: [{
|
|
30
34
|
type: 'ibc',
|
|
31
35
|
counterparty: {
|
|
@@ -61,6 +65,10 @@ const assets = {
|
|
|
61
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
62
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
63
67
|
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://arable.finance/',
|
|
70
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
71
|
+
},
|
|
64
72
|
traces: [{
|
|
65
73
|
type: 'ibc',
|
|
66
74
|
counterparty: {
|
|
@@ -2667,6 +2675,10 @@ const assets = {
|
|
|
2667
2675
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
2668
2676
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
2669
2677
|
}],
|
|
2678
|
+
socials: {
|
|
2679
|
+
website: 'https://arable.finance/',
|
|
2680
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
2681
|
+
},
|
|
2670
2682
|
traces: [{
|
|
2671
2683
|
type: 'ibc',
|
|
2672
2684
|
counterparty: {
|
|
@@ -2702,6 +2714,10 @@ const assets = {
|
|
|
2702
2714
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
2703
2715
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
2704
2716
|
}],
|
|
2717
|
+
socials: {
|
|
2718
|
+
website: 'https://arable.finance/',
|
|
2719
|
+
twitter: 'https://twitter.com/ArableProtocol'
|
|
2720
|
+
},
|
|
2705
2721
|
traces: [{
|
|
2706
2722
|
type: 'ibc',
|
|
2707
2723
|
counterparty: {
|
|
@@ -5576,6 +5592,10 @@ const assets = {
|
|
|
5576
5592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5577
5593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5578
5594
|
}],
|
|
5595
|
+
socials: {
|
|
5596
|
+
website: 'http://alter.network/',
|
|
5597
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
5598
|
+
},
|
|
5579
5599
|
traces: [{
|
|
5580
5600
|
type: 'ibc-cw20',
|
|
5581
5601
|
counterparty: {
|
|
@@ -5614,6 +5634,10 @@ const assets = {
|
|
|
5614
5634
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5615
5635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5616
5636
|
}],
|
|
5637
|
+
socials: {
|
|
5638
|
+
website: 'http://amber.money/',
|
|
5639
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
5640
|
+
},
|
|
5617
5641
|
traces: [{
|
|
5618
5642
|
type: 'ibc-cw20',
|
|
5619
5643
|
counterparty: {
|
|
@@ -5957,6 +5981,10 @@ const assets = {
|
|
|
5957
5981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5958
5982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5959
5983
|
}],
|
|
5984
|
+
socials: {
|
|
5985
|
+
website: 'http://alter.network/',
|
|
5986
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
5987
|
+
},
|
|
5960
5988
|
traces: [{
|
|
5961
5989
|
type: 'ibc-cw20',
|
|
5962
5990
|
counterparty: {
|
|
@@ -5995,6 +6023,10 @@ const assets = {
|
|
|
5995
6023
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5996
6024
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5997
6025
|
}],
|
|
6026
|
+
socials: {
|
|
6027
|
+
website: 'http://amber.money/',
|
|
6028
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
6029
|
+
},
|
|
5998
6030
|
traces: [{
|
|
5999
6031
|
type: 'ibc-cw20',
|
|
6000
6032
|
counterparty: {
|
package/mainnet/tgrade.js
CHANGED
|
@@ -66,7 +66,7 @@ const assets = {
|
|
|
66
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
67
67
|
}],
|
|
68
68
|
socials: {
|
|
69
|
-
|
|
69
|
+
website: 'https://www.neokingdom.org/',
|
|
70
70
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
71
71
|
},
|
|
72
72
|
traces: [{
|
|
@@ -297,7 +297,7 @@ const assets = {
|
|
|
297
297
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
298
298
|
}],
|
|
299
299
|
socials: {
|
|
300
|
-
|
|
300
|
+
website: 'https://www.neokingdom.org/',
|
|
301
301
|
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
302
302
|
},
|
|
303
303
|
traces: [{
|
package/noncosmos/assets.js
CHANGED
|
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const ethereum_1 = __importDefault(require("./ethereum"));
|
|
6
7
|
const picasso_1 = __importDefault(require("./picasso"));
|
|
7
8
|
const composablepolkadot_1 = __importDefault(require("./composablepolkadot"));
|
|
8
|
-
const assets = [picasso_1.default, composablepolkadot_1.default];
|
|
9
|
+
const assets = [ethereum_1.default, picasso_1.default, composablepolkadot_1.default];
|
|
9
10
|
exports.default = assets;
|
package/noncosmos/index.d.ts
CHANGED
package/noncosmos/index.js
CHANGED
|
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.composablepolkadot = exports.picasso = void 0;
|
|
26
|
+
exports.composablepolkadot = exports.picasso = exports.ethereum = void 0;
|
|
27
|
+
exports.ethereum = __importStar(require("./ethereum"));
|
|
27
28
|
exports.picasso = __importStar(require("./picasso"));
|
|
28
29
|
exports.composablepolkadot = __importStar(require("./composablepolkadot"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.10",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.26.
|
|
33
|
-
"chain-registry": "^1.41.
|
|
32
|
+
"@chain-registry/utils": "^1.26.8",
|
|
33
|
+
"chain-registry": "^1.41.10"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.25.
|
|
36
|
+
"@chain-registry/types": "^0.25.8"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ddbc7ebd6bf4a089d6a34209f2cb1e6673d88a33"
|
|
47
47
|
}
|