@chain-registry/assets 1.70.598 → 1.70.600
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 -302
- package/esm/mainnet/agoric.js +0 -302
- package/esm/mainnet/assets.js +1 -2
- package/esm/mainnet/axelar.js +78 -302
- package/esm/mainnet/carbon.js +0 -302
- package/esm/mainnet/celestia.js +0 -302
- package/esm/mainnet/composable.js +78 -302
- package/esm/mainnet/coreum.js +0 -302
- package/esm/mainnet/cosmoshub.js +78 -302
- package/esm/mainnet/crescent.js +0 -302
- package/esm/mainnet/cryptoorgchain.js +0 -302
- package/esm/mainnet/dydx.js +0 -302
- package/esm/mainnet/dymension.js +0 -302
- package/esm/mainnet/gateway.js +0 -302
- package/esm/mainnet/gravitybridge.js +78 -302
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -302
- package/esm/mainnet/juno.js +78 -0
- package/esm/mainnet/kava.js +0 -302
- package/esm/mainnet/kujira.js +78 -302
- package/esm/mainnet/lava.js +0 -302
- package/esm/mainnet/migaloo.js +78 -0
- package/esm/mainnet/neutron.js +78 -0
- package/esm/mainnet/noble.js +0 -302
- package/esm/mainnet/oraichain.js +78 -0
- package/esm/mainnet/osmosis.js +78 -302
- package/esm/mainnet/persistence.js +78 -0
- package/esm/mainnet/secretnetwork.js +0 -302
- package/esm/mainnet/stargaze.js +0 -302
- package/esm/mainnet/stride.js +0 -302
- package/esm/mainnet/terra2.js +78 -0
- package/esm/mainnet/tgrade.js +0 -302
- package/mainnet/acrechain.js +0 -302
- package/mainnet/agoric.js +0 -302
- package/mainnet/assets.js +1 -2
- package/mainnet/axelar.js +78 -302
- package/mainnet/carbon.js +0 -302
- package/mainnet/celestia.js +0 -302
- package/mainnet/composable.js +78 -302
- package/mainnet/coreum.js +0 -302
- package/mainnet/cosmoshub.js +78 -302
- package/mainnet/crescent.js +0 -302
- package/mainnet/cryptoorgchain.js +0 -302
- package/mainnet/dydx.js +0 -302
- package/mainnet/dymension.js +0 -302
- package/mainnet/gateway.js +0 -302
- package/mainnet/gravitybridge.js +78 -302
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +3 -4
- package/mainnet/injective.js +0 -302
- package/mainnet/juno.js +78 -0
- package/mainnet/kava.js +0 -302
- package/mainnet/kujira.js +78 -302
- package/mainnet/lava.js +0 -302
- package/mainnet/migaloo.js +78 -0
- package/mainnet/neutron.js +78 -0
- package/mainnet/noble.js +0 -302
- package/mainnet/oraichain.js +78 -0
- package/mainnet/osmosis.js +78 -302
- package/mainnet/persistence.js +78 -0
- package/mainnet/secretnetwork.js +0 -302
- package/mainnet/stargaze.js +0 -302
- package/mainnet/stride.js +0 -302
- package/mainnet/terra2.js +78 -0
- package/mainnet/tgrade.js +0 -302
- package/package.json +5 -5
- package/esm/mainnet/evmos.js +0 -3722
- package/mainnet/evmos.d.ts +0 -3
- package/mainnet/evmos.js +0 -3724
package/mainnet/gateway.js
CHANGED
|
@@ -3,308 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'gateway',
|
|
5
5
|
assets: [
|
|
6
|
-
{
|
|
7
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
8
|
-
denom_units: [{
|
|
9
|
-
denom: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B',
|
|
10
|
-
exponent: 0,
|
|
11
|
-
aliases: ['aevmos']
|
|
12
|
-
}, {
|
|
13
|
-
denom: 'evmos',
|
|
14
|
-
exponent: 18
|
|
15
|
-
}],
|
|
16
|
-
base: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B',
|
|
17
|
-
name: 'Evmos',
|
|
18
|
-
display: 'evmos',
|
|
19
|
-
symbol: 'EVMOS',
|
|
20
|
-
logo_URIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
23
|
-
},
|
|
24
|
-
coingecko_id: 'evmos',
|
|
25
|
-
images: [{
|
|
26
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
27
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
28
|
-
}],
|
|
29
|
-
socials: {
|
|
30
|
-
website: 'https://evmos.org/',
|
|
31
|
-
x: 'https://x.com/EvmosOrg'
|
|
32
|
-
},
|
|
33
|
-
type_asset: 'sdk.coin',
|
|
34
|
-
traces: [{
|
|
35
|
-
type: 'ibc',
|
|
36
|
-
counterparty: {
|
|
37
|
-
channel_id: 'channel-94',
|
|
38
|
-
base_denom: 'aevmos',
|
|
39
|
-
chain_name: 'evmos'
|
|
40
|
-
},
|
|
41
|
-
chain: {
|
|
42
|
-
channel_id: 'channel-5'
|
|
43
|
-
}
|
|
44
|
-
}]
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
description: 'The token of Neokingdom DAO.',
|
|
48
|
-
denom_units: [{
|
|
49
|
-
denom: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
|
|
50
|
-
exponent: 0,
|
|
51
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
52
|
-
}, {
|
|
53
|
-
denom: 'neok',
|
|
54
|
-
exponent: 18
|
|
55
|
-
}],
|
|
56
|
-
base: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
|
|
57
|
-
name: 'Neokingdom DAO',
|
|
58
|
-
display: 'neok',
|
|
59
|
-
symbol: 'NEOK',
|
|
60
|
-
logo_URIs: {
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
62
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
63
|
-
},
|
|
64
|
-
images: [{
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
66
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
67
|
-
}],
|
|
68
|
-
socials: {
|
|
69
|
-
website: 'https://www.neokingdom.org/',
|
|
70
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
71
|
-
},
|
|
72
|
-
type_asset: 'sdk.coin',
|
|
73
|
-
traces: [{
|
|
74
|
-
type: 'ibc',
|
|
75
|
-
counterparty: {
|
|
76
|
-
channel_id: 'channel-94',
|
|
77
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
78
|
-
chain_name: 'evmos'
|
|
79
|
-
},
|
|
80
|
-
chain: {
|
|
81
|
-
channel_id: 'channel-5'
|
|
82
|
-
}
|
|
83
|
-
}]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
87
|
-
denom_units: [{
|
|
88
|
-
denom: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
89
|
-
exponent: 0,
|
|
90
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
91
|
-
}, {
|
|
92
|
-
denom: 'berlin-legacy',
|
|
93
|
-
exponent: 18
|
|
94
|
-
}],
|
|
95
|
-
base: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
96
|
-
name: 'Teledisko DAO - Legacy',
|
|
97
|
-
display: 'berlin-legacy',
|
|
98
|
-
symbol: 'BERLIN-legacy',
|
|
99
|
-
type_asset: 'erc20',
|
|
100
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
101
|
-
logo_URIs: {
|
|
102
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
103
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
104
|
-
},
|
|
105
|
-
images: [{
|
|
106
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
107
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
108
|
-
}],
|
|
109
|
-
traces: [{
|
|
110
|
-
type: 'ibc',
|
|
111
|
-
counterparty: {
|
|
112
|
-
channel_id: 'channel-94',
|
|
113
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
114
|
-
chain_name: 'evmos'
|
|
115
|
-
},
|
|
116
|
-
chain: {
|
|
117
|
-
channel_id: 'channel-5'
|
|
118
|
-
}
|
|
119
|
-
}]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
description: 'The token of Crowdpunk DAO',
|
|
123
|
-
denom_units: [{
|
|
124
|
-
denom: 'ibc/B440B8954B26293ACEBCA87E805DD1FCEBDED1A0988D3B6B53481C14DC0DEC11',
|
|
125
|
-
exponent: 0,
|
|
126
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
127
|
-
}, {
|
|
128
|
-
denom: 'crowdp',
|
|
129
|
-
exponent: 18
|
|
130
|
-
}],
|
|
131
|
-
base: 'ibc/B440B8954B26293ACEBCA87E805DD1FCEBDED1A0988D3B6B53481C14DC0DEC11',
|
|
132
|
-
name: 'Crowdpunk DAO',
|
|
133
|
-
display: 'crowdp',
|
|
134
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
135
|
-
symbol: 'CROWDP',
|
|
136
|
-
type_asset: 'erc20',
|
|
137
|
-
logo_URIs: {
|
|
138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
139
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
140
|
-
},
|
|
141
|
-
images: [{
|
|
142
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
143
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
144
|
-
}],
|
|
145
|
-
traces: [{
|
|
146
|
-
type: 'ibc',
|
|
147
|
-
counterparty: {
|
|
148
|
-
channel_id: 'channel-94',
|
|
149
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
150
|
-
chain_name: 'evmos'
|
|
151
|
-
},
|
|
152
|
-
chain: {
|
|
153
|
-
channel_id: 'channel-5'
|
|
154
|
-
}
|
|
155
|
-
}]
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
159
|
-
denom_units: [{
|
|
160
|
-
denom: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B',
|
|
161
|
-
exponent: 0,
|
|
162
|
-
aliases: ['aevmos']
|
|
163
|
-
}, {
|
|
164
|
-
denom: 'evmos',
|
|
165
|
-
exponent: 18
|
|
166
|
-
}],
|
|
167
|
-
base: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B',
|
|
168
|
-
name: 'Evmos',
|
|
169
|
-
display: 'evmos',
|
|
170
|
-
symbol: 'EVMOS',
|
|
171
|
-
logo_URIs: {
|
|
172
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
173
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
174
|
-
},
|
|
175
|
-
coingecko_id: 'evmos',
|
|
176
|
-
images: [{
|
|
177
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
178
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
179
|
-
}],
|
|
180
|
-
socials: {
|
|
181
|
-
website: 'https://evmos.org/',
|
|
182
|
-
x: 'https://x.com/EvmosOrg'
|
|
183
|
-
},
|
|
184
|
-
type_asset: 'sdk.coin',
|
|
185
|
-
traces: [{
|
|
186
|
-
type: 'ibc',
|
|
187
|
-
counterparty: {
|
|
188
|
-
channel_id: 'channel-94',
|
|
189
|
-
base_denom: 'aevmos',
|
|
190
|
-
chain_name: 'evmos'
|
|
191
|
-
},
|
|
192
|
-
chain: {
|
|
193
|
-
channel_id: 'channel-5'
|
|
194
|
-
}
|
|
195
|
-
}]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
description: 'The token of Neokingdom DAO.',
|
|
199
|
-
denom_units: [{
|
|
200
|
-
denom: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
|
|
201
|
-
exponent: 0,
|
|
202
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
203
|
-
}, {
|
|
204
|
-
denom: 'neok',
|
|
205
|
-
exponent: 18
|
|
206
|
-
}],
|
|
207
|
-
base: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
|
|
208
|
-
name: 'Neokingdom DAO',
|
|
209
|
-
display: 'neok',
|
|
210
|
-
symbol: 'NEOK',
|
|
211
|
-
logo_URIs: {
|
|
212
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
213
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
214
|
-
},
|
|
215
|
-
images: [{
|
|
216
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
217
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
218
|
-
}],
|
|
219
|
-
socials: {
|
|
220
|
-
website: 'https://www.neokingdom.org/',
|
|
221
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
222
|
-
},
|
|
223
|
-
type_asset: 'sdk.coin',
|
|
224
|
-
traces: [{
|
|
225
|
-
type: 'ibc',
|
|
226
|
-
counterparty: {
|
|
227
|
-
channel_id: 'channel-94',
|
|
228
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
229
|
-
chain_name: 'evmos'
|
|
230
|
-
},
|
|
231
|
-
chain: {
|
|
232
|
-
channel_id: 'channel-5'
|
|
233
|
-
}
|
|
234
|
-
}]
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
238
|
-
denom_units: [{
|
|
239
|
-
denom: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
240
|
-
exponent: 0,
|
|
241
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
242
|
-
}, {
|
|
243
|
-
denom: 'berlin-legacy',
|
|
244
|
-
exponent: 18
|
|
245
|
-
}],
|
|
246
|
-
base: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
247
|
-
name: 'Teledisko DAO - Legacy',
|
|
248
|
-
display: 'berlin-legacy',
|
|
249
|
-
symbol: 'BERLIN-legacy',
|
|
250
|
-
type_asset: 'erc20',
|
|
251
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
252
|
-
logo_URIs: {
|
|
253
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
254
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
255
|
-
},
|
|
256
|
-
images: [{
|
|
257
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
258
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
259
|
-
}],
|
|
260
|
-
traces: [{
|
|
261
|
-
type: 'ibc',
|
|
262
|
-
counterparty: {
|
|
263
|
-
channel_id: 'channel-94',
|
|
264
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
265
|
-
chain_name: 'evmos'
|
|
266
|
-
},
|
|
267
|
-
chain: {
|
|
268
|
-
channel_id: 'channel-5'
|
|
269
|
-
}
|
|
270
|
-
}]
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
description: 'The token of Crowdpunk DAO',
|
|
274
|
-
denom_units: [{
|
|
275
|
-
denom: 'ibc/B440B8954B26293ACEBCA87E805DD1FCEBDED1A0988D3B6B53481C14DC0DEC11',
|
|
276
|
-
exponent: 0,
|
|
277
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
278
|
-
}, {
|
|
279
|
-
denom: 'crowdp',
|
|
280
|
-
exponent: 18
|
|
281
|
-
}],
|
|
282
|
-
base: 'ibc/B440B8954B26293ACEBCA87E805DD1FCEBDED1A0988D3B6B53481C14DC0DEC11',
|
|
283
|
-
name: 'Crowdpunk DAO',
|
|
284
|
-
display: 'crowdp',
|
|
285
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
286
|
-
symbol: 'CROWDP',
|
|
287
|
-
type_asset: 'erc20',
|
|
288
|
-
logo_URIs: {
|
|
289
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
290
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
291
|
-
},
|
|
292
|
-
images: [{
|
|
293
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
294
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
295
|
-
}],
|
|
296
|
-
traces: [{
|
|
297
|
-
type: 'ibc',
|
|
298
|
-
counterparty: {
|
|
299
|
-
channel_id: 'channel-94',
|
|
300
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
301
|
-
chain_name: 'evmos'
|
|
302
|
-
},
|
|
303
|
-
chain: {
|
|
304
|
-
channel_id: 'channel-5'
|
|
305
|
-
}
|
|
306
|
-
}]
|
|
307
|
-
},
|
|
308
6
|
{
|
|
309
7
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
310
8
|
denom_units: [{
|