@chain-registry/assets 1.29.3 → 1.29.5
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/CHANGELOG.md +16 -0
- package/main/mainnet/acrechain.js +1 -1
- package/main/mainnet/agoric.js +1 -1
- package/main/mainnet/akash.js +1 -1
- package/main/mainnet/andromeda.js +133 -4
- package/main/mainnet/archway.js +1 -1
- package/main/mainnet/assetmantle.js +2 -33
- package/main/mainnet/assets.js +2 -1
- package/main/mainnet/axelar.js +1 -1
- package/main/mainnet/bitcanna.js +5 -41
- package/main/mainnet/bitsong.js +1138 -31
- package/main/mainnet/carbon.js +1 -1
- package/main/mainnet/celestia.js +1 -1
- package/main/mainnet/chihuahua.js +69 -33
- package/main/mainnet/comdex.js +1 -1
- package/main/mainnet/composable.js +1 -1
- package/main/mainnet/coreum.js +1 -1
- package/main/mainnet/cosmoshub.js +1 -1
- package/main/mainnet/crescent.js +1 -1
- package/main/mainnet/cryptoorgchain.js +35 -0
- package/main/mainnet/dig.js +0 -31
- package/main/mainnet/doravota.js +131 -2
- package/main/mainnet/dydx.js +1 -1
- package/main/mainnet/emoney.js +0 -31
- package/main/mainnet/evmos.js +1 -1
- package/main/mainnet/furya.js +2 -33
- package/main/mainnet/gateway.js +773 -136
- package/main/mainnet/gravitybridge.js +1 -1
- package/main/mainnet/index.js +4 -2
- package/main/mainnet/injective.js +1 -1
- package/main/mainnet/jackal.js +1 -1
- package/main/mainnet/juno.js +1 -1
- package/main/mainnet/kava.js +1 -1
- package/main/mainnet/kujira.js +1 -1
- package/main/mainnet/mars.js +1 -1
- package/main/mainnet/migaloo.js +1 -1
- package/main/mainnet/neutron.js +1 -1
- package/main/mainnet/noble.js +1 -1
- package/main/mainnet/nois.js +1 -1
- package/main/mainnet/nolus.js +69 -2
- package/main/mainnet/nomic.js +1 -1
- package/main/mainnet/odin.js +1 -11127
- package/main/mainnet/okexchain.js +0 -31
- package/main/mainnet/omniflixhub.js +1 -11388
- package/main/mainnet/oraichain.js +369 -0
- package/main/mainnet/osmosis.js +1 -1
- package/main/mainnet/persistence.js +1 -1
- package/main/mainnet/planq.js +1 -10627
- package/main/mainnet/quicksilver.js +0 -31
- package/main/mainnet/realio.js +2 -2
- package/main/mainnet/regen.js +1 -1
- package/main/mainnet/secretnetwork.js +1 -1
- package/main/mainnet/sei.js +1 -1
- package/main/mainnet/sifchain.js +0 -31
- package/main/mainnet/sommelier.js +1 -1
- package/main/mainnet/source.js +69 -0
- package/main/mainnet/stafihub.js +2 -2
- package/main/mainnet/stargaze.js +1 -1
- package/main/mainnet/stride.js +1 -1
- package/main/mainnet/teritori.js +2 -2
- package/main/mainnet/terra.js +0 -31
- package/main/mainnet/terra2.js +1 -1
- package/main/mainnet/tgrade.js +35 -0
- package/main/mainnet/xpla.js +131 -2
- package/main/testnet/akashtestnet.js +33 -0
- package/main/testnet/archwaytestnet.js +33 -0
- package/main/testnet/axelartestnet.js +33 -0
- package/main/testnet/celestiatestnet3.js +33 -0
- package/main/testnet/chain4energytestnet.js +33 -0
- package/main/testnet/composabletestnet.js +33 -0
- package/main/testnet/cosmoshubtestnet.js +33 -0
- package/main/testnet/doravotatestnet.js +33 -0
- package/main/testnet/empowertestnet.js +33 -0
- package/main/testnet/entrypointtestnet.js +33 -0
- package/main/testnet/impacthubtestnet.js +33 -0
- package/main/testnet/injectivetestnet.js +33 -0
- package/main/testnet/junotestnet.js +33 -0
- package/main/testnet/kyvetestnet.js +33 -0
- package/main/testnet/likecointestnet.js +33 -0
- package/main/testnet/marstestnet.js +33 -0
- package/main/testnet/neutrontestnet.js +33 -0
- package/main/testnet/nobletestnet.js +33 -0
- package/main/testnet/nolustestnet.js +33 -0
- package/main/testnet/persistencetestnet2.js +33 -0
- package/main/testnet/quicksilvertestnet.js +33 -0
- package/main/testnet/sagatestnet.js +33 -0
- package/main/testnet/sgetestnet.js +33 -0
- package/main/testnet/stargazetestnet.js +33 -0
- package/main/testnet/xiontestnet.js +33 -0
- package/package.json +5 -5
package/main/mainnet/gateway.js
CHANGED
|
@@ -9,14 +9,14 @@ var assets = {
|
|
|
9
9
|
assets: [{
|
|
10
10
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
11
11
|
denom_units: [{
|
|
12
|
-
denom: 'ibc/
|
|
12
|
+
denom: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B',
|
|
13
13
|
exponent: 0,
|
|
14
14
|
aliases: ['aevmos']
|
|
15
15
|
}, {
|
|
16
16
|
denom: 'evmos',
|
|
17
17
|
exponent: 18
|
|
18
18
|
}],
|
|
19
|
-
base: 'ibc/
|
|
19
|
+
base: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B',
|
|
20
20
|
name: 'Evmos',
|
|
21
21
|
display: 'evmos',
|
|
22
22
|
symbol: 'EVMOS',
|
|
@@ -32,18 +32,18 @@ var assets = {
|
|
|
32
32
|
traces: [{
|
|
33
33
|
type: 'ibc',
|
|
34
34
|
counterparty: {
|
|
35
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-94',
|
|
36
36
|
base_denom: 'aevmos',
|
|
37
37
|
chain_name: 'evmos'
|
|
38
38
|
},
|
|
39
39
|
chain: {
|
|
40
|
-
channel_id: 'channel-
|
|
40
|
+
channel_id: 'channel-5'
|
|
41
41
|
}
|
|
42
42
|
}]
|
|
43
43
|
}, {
|
|
44
44
|
description: 'Tether USDt on Evmos',
|
|
45
45
|
denom_units: [{
|
|
46
|
-
denom: 'ibc/
|
|
46
|
+
denom: 'ibc/A49253DA7C2171488BAD8153B7A038F4286A9F815E5193FD09CAC30335657B77',
|
|
47
47
|
exponent: 0,
|
|
48
48
|
aliases: ['ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5']
|
|
49
49
|
}, {
|
|
@@ -51,19 +51,19 @@ var assets = {
|
|
|
51
51
|
exponent: 6
|
|
52
52
|
}],
|
|
53
53
|
type_asset: 'ics20',
|
|
54
|
-
base: 'ibc/
|
|
54
|
+
base: 'ibc/A49253DA7C2171488BAD8153B7A038F4286A9F815E5193FD09CAC30335657B77',
|
|
55
55
|
name: 'Tether USDt',
|
|
56
56
|
display: 'usdt',
|
|
57
57
|
symbol: 'USDt',
|
|
58
58
|
traces: [{
|
|
59
59
|
type: 'ibc',
|
|
60
60
|
counterparty: {
|
|
61
|
-
channel_id: 'channel-
|
|
61
|
+
channel_id: 'channel-94',
|
|
62
62
|
base_denom: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
|
|
63
63
|
chain_name: 'evmos'
|
|
64
64
|
},
|
|
65
65
|
chain: {
|
|
66
|
-
channel_id: 'channel-
|
|
66
|
+
channel_id: 'channel-5'
|
|
67
67
|
}
|
|
68
68
|
}],
|
|
69
69
|
images: [{
|
|
@@ -79,14 +79,14 @@ var assets = {
|
|
|
79
79
|
}, {
|
|
80
80
|
description: 'The token of Neokingdom DAO.',
|
|
81
81
|
denom_units: [{
|
|
82
|
-
denom: 'ibc/
|
|
82
|
+
denom: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
|
|
83
83
|
exponent: 0,
|
|
84
84
|
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
85
85
|
}, {
|
|
86
86
|
denom: 'neok',
|
|
87
87
|
exponent: 18
|
|
88
88
|
}],
|
|
89
|
-
base: 'ibc/
|
|
89
|
+
base: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
|
|
90
90
|
name: 'Neokingdom DAO',
|
|
91
91
|
display: 'neok',
|
|
92
92
|
symbol: 'NEOK',
|
|
@@ -101,25 +101,458 @@ var assets = {
|
|
|
101
101
|
traces: [{
|
|
102
102
|
type: 'ibc',
|
|
103
103
|
counterparty: {
|
|
104
|
-
channel_id: 'channel-
|
|
104
|
+
channel_id: 'channel-94',
|
|
105
105
|
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
106
106
|
chain_name: 'evmos'
|
|
107
107
|
},
|
|
108
108
|
chain: {
|
|
109
|
-
channel_id: 'channel-
|
|
109
|
+
channel_id: 'channel-5'
|
|
110
|
+
}
|
|
111
|
+
}]
|
|
112
|
+
}, {
|
|
113
|
+
description: 'The token of Teledisko DAO.',
|
|
114
|
+
denom_units: [{
|
|
115
|
+
denom: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
116
|
+
exponent: 0,
|
|
117
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
118
|
+
}, {
|
|
119
|
+
denom: 'berlin',
|
|
120
|
+
exponent: 18
|
|
121
|
+
}],
|
|
122
|
+
base: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
123
|
+
name: 'Teledisko DAO',
|
|
124
|
+
display: 'berlin',
|
|
125
|
+
symbol: 'BERLIN',
|
|
126
|
+
type_asset: 'erc20',
|
|
127
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
128
|
+
logo_URIs: {
|
|
129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
131
|
+
},
|
|
132
|
+
images: [{
|
|
133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
135
|
+
}],
|
|
136
|
+
traces: [{
|
|
137
|
+
type: 'ibc',
|
|
138
|
+
counterparty: {
|
|
139
|
+
channel_id: 'channel-94',
|
|
140
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
141
|
+
chain_name: 'evmos'
|
|
142
|
+
},
|
|
143
|
+
chain: {
|
|
144
|
+
channel_id: 'channel-5'
|
|
145
|
+
}
|
|
146
|
+
}]
|
|
147
|
+
}, {
|
|
148
|
+
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
149
|
+
denom_units: [{
|
|
150
|
+
denom: 'ibc/9D0AC973BAFA293781F9A86B2911069DF9D8ECE86CDD884F0DE4889AF666B28A',
|
|
151
|
+
exponent: 0,
|
|
152
|
+
aliases: ['inj']
|
|
153
|
+
}, {
|
|
154
|
+
denom: 'INJ',
|
|
155
|
+
exponent: 18
|
|
156
|
+
}],
|
|
157
|
+
base: 'ibc/9D0AC973BAFA293781F9A86B2911069DF9D8ECE86CDD884F0DE4889AF666B28A',
|
|
158
|
+
name: 'Injective',
|
|
159
|
+
display: 'INJ',
|
|
160
|
+
symbol: 'INJ',
|
|
161
|
+
logo_URIs: {
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
164
|
+
},
|
|
165
|
+
coingecko_id: 'injective-protocol',
|
|
166
|
+
images: [{
|
|
167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
169
|
+
}],
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-183',
|
|
174
|
+
base_denom: 'inj',
|
|
175
|
+
chain_name: 'injective'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-13'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}, {
|
|
182
|
+
description: 'Tether USDt on Injective',
|
|
183
|
+
denom_units: [{
|
|
184
|
+
denom: 'ibc/CA28984009A348B6D598D25DEE59E6394BECABAB5F23CACE9C8611E6F91F6524',
|
|
185
|
+
exponent: 0,
|
|
186
|
+
aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
|
|
187
|
+
}, {
|
|
188
|
+
denom: 'usdt',
|
|
189
|
+
exponent: 6
|
|
190
|
+
}],
|
|
191
|
+
type_asset: 'ics20',
|
|
192
|
+
base: 'ibc/CA28984009A348B6D598D25DEE59E6394BECABAB5F23CACE9C8611E6F91F6524',
|
|
193
|
+
name: 'Tether USDt',
|
|
194
|
+
display: 'usdt',
|
|
195
|
+
symbol: 'USDt',
|
|
196
|
+
traces: [{
|
|
197
|
+
type: 'ibc',
|
|
198
|
+
counterparty: {
|
|
199
|
+
channel_id: 'channel-183',
|
|
200
|
+
base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
|
|
201
|
+
chain_name: 'injective'
|
|
202
|
+
},
|
|
203
|
+
chain: {
|
|
204
|
+
channel_id: 'channel-13'
|
|
205
|
+
}
|
|
206
|
+
}],
|
|
207
|
+
images: [{
|
|
208
|
+
image_sync: {
|
|
209
|
+
chain_name: 'kava',
|
|
210
|
+
base_denom: 'erc20/tether/usdt'
|
|
211
|
+
},
|
|
212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
213
|
+
}],
|
|
214
|
+
logo_URIs: {
|
|
215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
216
|
+
}
|
|
217
|
+
}, {
|
|
218
|
+
description: 'ERIS liquid staked INJ',
|
|
219
|
+
denom_units: [{
|
|
220
|
+
denom: 'ibc/983A27F0B8B58E2C9D97B884478B8956442C0D39359F324AF2BE328C03EE641C',
|
|
221
|
+
exponent: 0,
|
|
222
|
+
aliases: ['factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ']
|
|
223
|
+
}, {
|
|
224
|
+
denom: 'ampINJ',
|
|
225
|
+
exponent: 6
|
|
226
|
+
}],
|
|
227
|
+
base: 'ibc/983A27F0B8B58E2C9D97B884478B8956442C0D39359F324AF2BE328C03EE641C',
|
|
228
|
+
name: 'ERIS Amplified INJ',
|
|
229
|
+
display: 'ampINJ',
|
|
230
|
+
symbol: 'ampINJ',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
|
|
233
|
+
},
|
|
234
|
+
images: [{
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
|
|
236
|
+
}],
|
|
237
|
+
traces: [{
|
|
238
|
+
type: 'ibc',
|
|
239
|
+
counterparty: {
|
|
240
|
+
channel_id: 'channel-183',
|
|
241
|
+
base_denom: 'factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ',
|
|
242
|
+
chain_name: 'injective'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-13'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
}, {
|
|
249
|
+
description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
|
|
250
|
+
denom_units: [{
|
|
251
|
+
denom: 'ibc/C86B8549786D91078B07C299E7B45C5B818A8C6BE7BCE2385881A8A265A5458F',
|
|
252
|
+
exponent: 0,
|
|
253
|
+
aliases: ['factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism']
|
|
254
|
+
}, {
|
|
255
|
+
denom: 'autism',
|
|
256
|
+
exponent: 6
|
|
257
|
+
}],
|
|
258
|
+
base: 'ibc/C86B8549786D91078B07C299E7B45C5B818A8C6BE7BCE2385881A8A265A5458F',
|
|
259
|
+
name: 'Autism',
|
|
260
|
+
display: 'autism',
|
|
261
|
+
symbol: 'AUTISM',
|
|
262
|
+
logo_URIs: {
|
|
263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
264
|
+
},
|
|
265
|
+
coingecko_id: 'autism',
|
|
266
|
+
images: [{
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
268
|
+
}],
|
|
269
|
+
traces: [{
|
|
270
|
+
type: 'ibc',
|
|
271
|
+
counterparty: {
|
|
272
|
+
channel_id: 'channel-183',
|
|
273
|
+
base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism',
|
|
274
|
+
chain_name: 'injective'
|
|
275
|
+
},
|
|
276
|
+
chain: {
|
|
277
|
+
channel_id: 'channel-13'
|
|
278
|
+
}
|
|
279
|
+
}]
|
|
280
|
+
}, {
|
|
281
|
+
description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
|
|
282
|
+
denom_units: [{
|
|
283
|
+
denom: 'ibc/A838A98AB5AAE20E97853DC0334043CE488D85C1AC8DB3C026C426259F2E6015',
|
|
284
|
+
exponent: 0,
|
|
285
|
+
aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja']
|
|
286
|
+
}, {
|
|
287
|
+
denom: 'NINJA',
|
|
288
|
+
exponent: 6
|
|
289
|
+
}],
|
|
290
|
+
base: 'ibc/A838A98AB5AAE20E97853DC0334043CE488D85C1AC8DB3C026C426259F2E6015',
|
|
291
|
+
name: 'Dog wif nunchucks',
|
|
292
|
+
display: 'NINJA',
|
|
293
|
+
symbol: 'NINJA',
|
|
294
|
+
logo_URIs: {
|
|
295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
|
|
296
|
+
},
|
|
297
|
+
coingecko_id: 'dog-wif-nuchucks',
|
|
298
|
+
images: [{
|
|
299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
|
|
300
|
+
}],
|
|
301
|
+
traces: [{
|
|
302
|
+
type: 'ibc',
|
|
303
|
+
counterparty: {
|
|
304
|
+
channel_id: 'channel-183',
|
|
305
|
+
base_denom: 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja',
|
|
306
|
+
chain_name: 'injective'
|
|
307
|
+
},
|
|
308
|
+
chain: {
|
|
309
|
+
channel_id: 'channel-13'
|
|
310
|
+
}
|
|
311
|
+
}]
|
|
312
|
+
}, {
|
|
313
|
+
description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
|
|
314
|
+
denom_units: [{
|
|
315
|
+
denom: 'ibc/0CE3B16298A33CDBDA729CE4213F3C674E921BBF7A343C3541FB4A3EE4FE4598',
|
|
316
|
+
exponent: 0,
|
|
317
|
+
aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI']
|
|
318
|
+
}, {
|
|
319
|
+
denom: 'WGMI',
|
|
320
|
+
exponent: 6
|
|
321
|
+
}],
|
|
322
|
+
base: 'ibc/0CE3B16298A33CDBDA729CE4213F3C674E921BBF7A343C3541FB4A3EE4FE4598',
|
|
323
|
+
name: 'WGMI',
|
|
324
|
+
display: 'WGMI',
|
|
325
|
+
symbol: 'WGMI',
|
|
326
|
+
logo_URIs: {
|
|
327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
|
|
328
|
+
},
|
|
329
|
+
images: [{
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
|
|
331
|
+
}],
|
|
332
|
+
traces: [{
|
|
333
|
+
type: 'ibc',
|
|
334
|
+
counterparty: {
|
|
335
|
+
channel_id: 'channel-183',
|
|
336
|
+
base_denom: 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI',
|
|
337
|
+
chain_name: 'injective'
|
|
338
|
+
},
|
|
339
|
+
chain: {
|
|
340
|
+
channel_id: 'channel-13'
|
|
341
|
+
}
|
|
342
|
+
}]
|
|
343
|
+
}, {
|
|
344
|
+
description: 'The first memecoin on osmosis.',
|
|
345
|
+
denom_units: [{
|
|
346
|
+
denom: 'ibc/B2C7DCC0EDA3B7D2842E9A3F925440AA044F29412D5E06E6D052335B351D0167',
|
|
347
|
+
exponent: 0,
|
|
348
|
+
aliases: ['ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3']
|
|
349
|
+
}, {
|
|
350
|
+
denom: 'WOSMO',
|
|
351
|
+
exponent: 6
|
|
352
|
+
}],
|
|
353
|
+
type_asset: 'ics20',
|
|
354
|
+
base: 'ibc/B2C7DCC0EDA3B7D2842E9A3F925440AA044F29412D5E06E6D052335B351D0167',
|
|
355
|
+
name: 'Wosmo',
|
|
356
|
+
display: 'WOSMO',
|
|
357
|
+
symbol: 'WOSMO',
|
|
358
|
+
traces: [{
|
|
359
|
+
type: 'ibc',
|
|
360
|
+
counterparty: {
|
|
361
|
+
channel_id: 'channel-183',
|
|
362
|
+
base_denom: 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3',
|
|
363
|
+
chain_name: 'injective'
|
|
364
|
+
},
|
|
365
|
+
chain: {
|
|
366
|
+
channel_id: 'channel-13'
|
|
367
|
+
}
|
|
368
|
+
}],
|
|
369
|
+
images: [{
|
|
370
|
+
image_sync: {
|
|
371
|
+
chain_name: 'osmosis',
|
|
372
|
+
base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
|
|
373
|
+
},
|
|
374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
|
|
375
|
+
}],
|
|
376
|
+
logo_URIs: {
|
|
377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
|
|
378
|
+
}
|
|
379
|
+
}, {
|
|
380
|
+
description: 'GLTO-ERC20 on injective',
|
|
381
|
+
denom_units: [{
|
|
382
|
+
denom: 'ibc/D1715E0232CDC67D24AEAD3F89FB40DDC86B2364B752EBE7691CB82840EF6B58',
|
|
383
|
+
exponent: 0,
|
|
384
|
+
aliases: ['peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2']
|
|
385
|
+
}, {
|
|
386
|
+
denom: 'glto',
|
|
387
|
+
exponent: 6
|
|
388
|
+
}],
|
|
389
|
+
base: 'ibc/D1715E0232CDC67D24AEAD3F89FB40DDC86B2364B752EBE7691CB82840EF6B58',
|
|
390
|
+
name: 'Gelotto',
|
|
391
|
+
display: 'glto',
|
|
392
|
+
symbol: 'GLTO',
|
|
393
|
+
traces: [{
|
|
394
|
+
type: 'ibc',
|
|
395
|
+
counterparty: {
|
|
396
|
+
channel_id: 'channel-183',
|
|
397
|
+
base_denom: 'peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2',
|
|
398
|
+
chain_name: 'injective'
|
|
399
|
+
},
|
|
400
|
+
chain: {
|
|
401
|
+
channel_id: 'channel-13'
|
|
402
|
+
}
|
|
403
|
+
}],
|
|
404
|
+
images: [{
|
|
405
|
+
image_sync: {
|
|
406
|
+
chain_name: 'ethereum',
|
|
407
|
+
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
408
|
+
},
|
|
409
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
410
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
411
|
+
}],
|
|
412
|
+
logo_URIs: {
|
|
413
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
415
|
+
}
|
|
416
|
+
}, {
|
|
417
|
+
description: 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
|
|
418
|
+
denom_units: [{
|
|
419
|
+
denom: 'ibc/F761AADB7A8CE36B40A9BEF60023F0F15C1557D91C741D01B51479A68DE34CC7',
|
|
420
|
+
exponent: 0,
|
|
421
|
+
aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava']
|
|
422
|
+
}, {
|
|
423
|
+
denom: 'hava',
|
|
424
|
+
exponent: 6
|
|
425
|
+
}],
|
|
426
|
+
base: 'ibc/F761AADB7A8CE36B40A9BEF60023F0F15C1557D91C741D01B51479A68DE34CC7',
|
|
427
|
+
name: 'Hava Coin',
|
|
428
|
+
display: 'hava',
|
|
429
|
+
symbol: 'HAVA',
|
|
430
|
+
logo_URIs: {
|
|
431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
432
|
+
},
|
|
433
|
+
images: [{
|
|
434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
435
|
+
}],
|
|
436
|
+
traces: [{
|
|
437
|
+
type: 'ibc',
|
|
438
|
+
counterparty: {
|
|
439
|
+
channel_id: 'channel-183',
|
|
440
|
+
base_denom: 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava',
|
|
441
|
+
chain_name: 'injective'
|
|
442
|
+
},
|
|
443
|
+
chain: {
|
|
444
|
+
channel_id: 'channel-13'
|
|
445
|
+
}
|
|
446
|
+
}]
|
|
447
|
+
}, {
|
|
448
|
+
description: "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
|
|
449
|
+
denom_units: [{
|
|
450
|
+
denom: 'ibc/73C197EEADE16AE8EA89C82297D6E8AD10ADAE30E5219CFAEDB3165094D39897',
|
|
451
|
+
exponent: 0,
|
|
452
|
+
aliases: ['ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8']
|
|
453
|
+
}, {
|
|
454
|
+
denom: 'BADKID',
|
|
455
|
+
exponent: 6
|
|
456
|
+
}],
|
|
457
|
+
type_asset: 'ics20',
|
|
458
|
+
base: 'ibc/73C197EEADE16AE8EA89C82297D6E8AD10ADAE30E5219CFAEDB3165094D39897',
|
|
459
|
+
name: 'Badkid',
|
|
460
|
+
display: 'BADKID',
|
|
461
|
+
symbol: 'BADKID',
|
|
462
|
+
traces: [{
|
|
463
|
+
type: 'ibc',
|
|
464
|
+
counterparty: {
|
|
465
|
+
channel_id: 'channel-183',
|
|
466
|
+
base_denom: 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8',
|
|
467
|
+
chain_name: 'injective'
|
|
468
|
+
},
|
|
469
|
+
chain: {
|
|
470
|
+
channel_id: 'channel-13'
|
|
471
|
+
}
|
|
472
|
+
}],
|
|
473
|
+
images: [{
|
|
474
|
+
image_sync: {
|
|
475
|
+
chain_name: 'osmosis',
|
|
476
|
+
base_denom: 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID'
|
|
477
|
+
},
|
|
478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png'
|
|
479
|
+
}],
|
|
480
|
+
logo_URIs: {
|
|
481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png'
|
|
482
|
+
}
|
|
483
|
+
}, {
|
|
484
|
+
description: 'The second meme coin on Injective.',
|
|
485
|
+
denom_units: [{
|
|
486
|
+
denom: 'ibc/0E257FC553402573CE4E9986C980C0043CEC692473D1A2BC586FFE4E0E2B01B9',
|
|
487
|
+
exponent: 0,
|
|
488
|
+
aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
|
|
489
|
+
}, {
|
|
490
|
+
denom: 'NINPO',
|
|
491
|
+
exponent: 6
|
|
492
|
+
}],
|
|
493
|
+
base: 'ibc/0E257FC553402573CE4E9986C980C0043CEC692473D1A2BC586FFE4E0E2B01B9',
|
|
494
|
+
name: 'Ninpo',
|
|
495
|
+
display: 'NINPO',
|
|
496
|
+
symbol: 'NINPO',
|
|
497
|
+
logo_URIs: {
|
|
498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
499
|
+
},
|
|
500
|
+
images: [{
|
|
501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
502
|
+
}],
|
|
503
|
+
traces: [{
|
|
504
|
+
type: 'ibc',
|
|
505
|
+
counterparty: {
|
|
506
|
+
channel_id: 'channel-183',
|
|
507
|
+
base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
|
|
508
|
+
chain_name: 'injective'
|
|
509
|
+
},
|
|
510
|
+
chain: {
|
|
511
|
+
channel_id: 'channel-13'
|
|
512
|
+
}
|
|
513
|
+
}]
|
|
514
|
+
}, {
|
|
515
|
+
description: 'JUDO is a very futuristic meme token.',
|
|
516
|
+
denom_units: [{
|
|
517
|
+
denom: 'ibc/04EF7B1837EE24F8CAD21689CB0103012A08CD5140FF4CB51366BCFD42CE92C0',
|
|
518
|
+
exponent: 0,
|
|
519
|
+
aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
|
|
520
|
+
}, {
|
|
521
|
+
denom: 'JUDO',
|
|
522
|
+
exponent: 6
|
|
523
|
+
}],
|
|
524
|
+
base: 'ibc/04EF7B1837EE24F8CAD21689CB0103012A08CD5140FF4CB51366BCFD42CE92C0',
|
|
525
|
+
name: 'Judo',
|
|
526
|
+
display: 'JUDO',
|
|
527
|
+
symbol: 'JUDO',
|
|
528
|
+
logo_URIs: {
|
|
529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
530
|
+
},
|
|
531
|
+
images: [{
|
|
532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
533
|
+
}],
|
|
534
|
+
traces: [{
|
|
535
|
+
type: 'ibc',
|
|
536
|
+
counterparty: {
|
|
537
|
+
channel_id: 'channel-183',
|
|
538
|
+
base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
|
|
539
|
+
chain_name: 'injective'
|
|
540
|
+
},
|
|
541
|
+
chain: {
|
|
542
|
+
channel_id: 'channel-13'
|
|
110
543
|
}
|
|
111
544
|
}]
|
|
112
545
|
}, {
|
|
113
546
|
description: 'The native staking and governance token of the Kujira chain.',
|
|
114
547
|
denom_units: [{
|
|
115
|
-
denom: 'ibc/
|
|
548
|
+
denom: 'ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5',
|
|
116
549
|
exponent: 0,
|
|
117
550
|
aliases: ['ukuji']
|
|
118
551
|
}, {
|
|
119
552
|
denom: 'kuji',
|
|
120
553
|
exponent: 6
|
|
121
554
|
}],
|
|
122
|
-
base: 'ibc/
|
|
555
|
+
base: 'ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5',
|
|
123
556
|
name: 'Kujira',
|
|
124
557
|
display: 'kuji',
|
|
125
558
|
symbol: 'KUJI',
|
|
@@ -135,25 +568,25 @@ var assets = {
|
|
|
135
568
|
traces: [{
|
|
136
569
|
type: 'ibc',
|
|
137
570
|
counterparty: {
|
|
138
|
-
channel_id: 'channel-
|
|
571
|
+
channel_id: 'channel-113',
|
|
139
572
|
base_denom: 'ukuji',
|
|
140
573
|
chain_name: 'kujira'
|
|
141
574
|
},
|
|
142
575
|
chain: {
|
|
143
|
-
channel_id: 'channel-
|
|
576
|
+
channel_id: 'channel-9'
|
|
144
577
|
}
|
|
145
578
|
}]
|
|
146
579
|
}, {
|
|
147
580
|
description: 'The native over-collateralized stablecoin from the Kujira chain.',
|
|
148
581
|
denom_units: [{
|
|
149
|
-
denom: 'ibc/
|
|
582
|
+
denom: 'ibc/D8593458C2EEDE1103F46A0B9DC8E30C9E0BB4058824251A12DFD4F9B008FAF0',
|
|
150
583
|
exponent: 0,
|
|
151
584
|
aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
|
|
152
585
|
}, {
|
|
153
586
|
denom: 'usk',
|
|
154
587
|
exponent: 6
|
|
155
588
|
}],
|
|
156
|
-
base: 'ibc/
|
|
589
|
+
base: 'ibc/D8593458C2EEDE1103F46A0B9DC8E30C9E0BB4058824251A12DFD4F9B008FAF0',
|
|
157
590
|
name: 'USK',
|
|
158
591
|
display: 'usk',
|
|
159
592
|
symbol: 'USK',
|
|
@@ -169,25 +602,25 @@ var assets = {
|
|
|
169
602
|
traces: [{
|
|
170
603
|
type: 'ibc',
|
|
171
604
|
counterparty: {
|
|
172
|
-
channel_id: 'channel-
|
|
605
|
+
channel_id: 'channel-113',
|
|
173
606
|
base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
|
|
174
607
|
chain_name: 'kujira'
|
|
175
608
|
},
|
|
176
609
|
chain: {
|
|
177
|
-
channel_id: 'channel-
|
|
610
|
+
channel_id: 'channel-9'
|
|
178
611
|
}
|
|
179
612
|
}]
|
|
180
613
|
}, {
|
|
181
614
|
description: "Quark's auto-compounding KUJI derivative",
|
|
182
615
|
denom_units: [{
|
|
183
|
-
denom: 'ibc/
|
|
616
|
+
denom: 'ibc/AF6F25D7259E816E1BE86CEB3CBB9F25AFF816D410F10F4F764884BD650097A1',
|
|
184
617
|
exponent: 0,
|
|
185
618
|
aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
|
|
186
619
|
}, {
|
|
187
620
|
denom: 'qcKUJI',
|
|
188
621
|
exponent: 6
|
|
189
622
|
}],
|
|
190
|
-
base: 'ibc/
|
|
623
|
+
base: 'ibc/AF6F25D7259E816E1BE86CEB3CBB9F25AFF816D410F10F4F764884BD650097A1',
|
|
191
624
|
name: 'qcKUJI',
|
|
192
625
|
display: 'qcKUJI',
|
|
193
626
|
symbol: 'qcKUJI',
|
|
@@ -200,25 +633,25 @@ var assets = {
|
|
|
200
633
|
traces: [{
|
|
201
634
|
type: 'ibc',
|
|
202
635
|
counterparty: {
|
|
203
|
-
channel_id: 'channel-
|
|
636
|
+
channel_id: 'channel-113',
|
|
204
637
|
base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
|
|
205
638
|
chain_name: 'kujira'
|
|
206
639
|
},
|
|
207
640
|
chain: {
|
|
208
|
-
channel_id: 'channel-
|
|
641
|
+
channel_id: 'channel-9'
|
|
209
642
|
}
|
|
210
643
|
}]
|
|
211
644
|
}, {
|
|
212
645
|
description: 'ampKUJI',
|
|
213
646
|
denom_units: [{
|
|
214
|
-
denom: 'ibc/
|
|
647
|
+
denom: 'ibc/F315A277A5C4D0A4D83E414842536687748D5450F5466EC4E82A2096A026EF89',
|
|
215
648
|
exponent: 0,
|
|
216
649
|
aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
|
|
217
650
|
}, {
|
|
218
651
|
denom: 'ampKUJI',
|
|
219
652
|
exponent: 6
|
|
220
653
|
}],
|
|
221
|
-
base: 'ibc/
|
|
654
|
+
base: 'ibc/F315A277A5C4D0A4D83E414842536687748D5450F5466EC4E82A2096A026EF89',
|
|
222
655
|
name: 'ampKUJI',
|
|
223
656
|
display: 'ampKUJI',
|
|
224
657
|
symbol: 'ampKUJI',
|
|
@@ -233,25 +666,25 @@ var assets = {
|
|
|
233
666
|
traces: [{
|
|
234
667
|
type: 'ibc',
|
|
235
668
|
counterparty: {
|
|
236
|
-
channel_id: 'channel-
|
|
669
|
+
channel_id: 'channel-113',
|
|
237
670
|
base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
|
|
238
671
|
chain_name: 'kujira'
|
|
239
672
|
},
|
|
240
673
|
chain: {
|
|
241
|
-
channel_id: 'channel-
|
|
674
|
+
channel_id: 'channel-9'
|
|
242
675
|
}
|
|
243
676
|
}]
|
|
244
677
|
}, {
|
|
245
678
|
description: 'MantaDAO Governance Token',
|
|
246
679
|
denom_units: [{
|
|
247
|
-
denom: 'ibc/
|
|
680
|
+
denom: 'ibc/903090CB22EDBE8B14894921B6C14DE0F8418672FB9209E2B685B735D2D938BB',
|
|
248
681
|
exponent: 0,
|
|
249
682
|
aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
|
|
250
683
|
}, {
|
|
251
684
|
denom: 'mnta',
|
|
252
685
|
exponent: 6
|
|
253
686
|
}],
|
|
254
|
-
base: 'ibc/
|
|
687
|
+
base: 'ibc/903090CB22EDBE8B14894921B6C14DE0F8418672FB9209E2B685B735D2D938BB',
|
|
255
688
|
name: 'MantaDAO',
|
|
256
689
|
display: 'mnta',
|
|
257
690
|
symbol: 'MNTA',
|
|
@@ -267,25 +700,25 @@ var assets = {
|
|
|
267
700
|
traces: [{
|
|
268
701
|
type: 'ibc',
|
|
269
702
|
counterparty: {
|
|
270
|
-
channel_id: 'channel-
|
|
703
|
+
channel_id: 'channel-113',
|
|
271
704
|
base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
|
|
272
705
|
chain_name: 'kujira'
|
|
273
706
|
},
|
|
274
707
|
chain: {
|
|
275
|
-
channel_id: 'channel-
|
|
708
|
+
channel_id: 'channel-9'
|
|
276
709
|
}
|
|
277
710
|
}]
|
|
278
711
|
}, {
|
|
279
712
|
description: "Quark's auto-compounding MNTA derivative",
|
|
280
713
|
denom_units: [{
|
|
281
|
-
denom: 'ibc/
|
|
714
|
+
denom: 'ibc/0F2EF243B4D1F2A504954155E46662F63F20FBF31F0D3A83652F65C7E94FB8D0',
|
|
282
715
|
exponent: 0,
|
|
283
716
|
aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
|
|
284
717
|
}, {
|
|
285
718
|
denom: 'qcMNTA',
|
|
286
719
|
exponent: 6
|
|
287
720
|
}],
|
|
288
|
-
base: 'ibc/
|
|
721
|
+
base: 'ibc/0F2EF243B4D1F2A504954155E46662F63F20FBF31F0D3A83652F65C7E94FB8D0',
|
|
289
722
|
name: 'qcMNTA',
|
|
290
723
|
display: 'qcMNTA',
|
|
291
724
|
symbol: 'qcMNTA',
|
|
@@ -298,25 +731,25 @@ var assets = {
|
|
|
298
731
|
traces: [{
|
|
299
732
|
type: 'ibc',
|
|
300
733
|
counterparty: {
|
|
301
|
-
channel_id: 'channel-
|
|
734
|
+
channel_id: 'channel-113',
|
|
302
735
|
base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
|
|
303
736
|
chain_name: 'kujira'
|
|
304
737
|
},
|
|
305
738
|
chain: {
|
|
306
|
-
channel_id: 'channel-
|
|
739
|
+
channel_id: 'channel-9'
|
|
307
740
|
}
|
|
308
741
|
}]
|
|
309
742
|
}, {
|
|
310
743
|
description: 'ERIS Liquid Staked MNTA',
|
|
311
744
|
denom_units: [{
|
|
312
|
-
denom: 'ibc/
|
|
745
|
+
denom: 'ibc/10E0EA2764EC2765BF2C2B26585BADC1F0A0C5F89EC589607EFEEAD5B6F04519',
|
|
313
746
|
exponent: 0,
|
|
314
747
|
aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
|
|
315
748
|
}, {
|
|
316
749
|
denom: 'ampMNTA',
|
|
317
750
|
exponent: 6
|
|
318
751
|
}],
|
|
319
|
-
base: 'ibc/
|
|
752
|
+
base: 'ibc/10E0EA2764EC2765BF2C2B26585BADC1F0A0C5F89EC589607EFEEAD5B6F04519',
|
|
320
753
|
name: 'ERIS Amplified MNTA',
|
|
321
754
|
display: 'ampMNTA',
|
|
322
755
|
symbol: 'ampMNTA',
|
|
@@ -329,25 +762,25 @@ var assets = {
|
|
|
329
762
|
traces: [{
|
|
330
763
|
type: 'ibc',
|
|
331
764
|
counterparty: {
|
|
332
|
-
channel_id: 'channel-
|
|
765
|
+
channel_id: 'channel-113',
|
|
333
766
|
base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
|
|
334
767
|
chain_name: 'kujira'
|
|
335
768
|
},
|
|
336
769
|
chain: {
|
|
337
|
-
channel_id: 'channel-
|
|
770
|
+
channel_id: 'channel-9'
|
|
338
771
|
}
|
|
339
772
|
}]
|
|
340
773
|
}, {
|
|
341
774
|
description: 'The content house of Kujira',
|
|
342
775
|
denom_units: [{
|
|
343
|
-
denom: 'ibc/
|
|
776
|
+
denom: 'ibc/774D0A8EE141F6D17D2B662BCD100D162C5A31FF2E22C367F7D5D4D6A89E2C69',
|
|
344
777
|
exponent: 0,
|
|
345
778
|
aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
|
|
346
779
|
}, {
|
|
347
780
|
denom: 'wink',
|
|
348
781
|
exponent: 6
|
|
349
782
|
}],
|
|
350
|
-
base: 'ibc/
|
|
783
|
+
base: 'ibc/774D0A8EE141F6D17D2B662BCD100D162C5A31FF2E22C367F7D5D4D6A89E2C69',
|
|
351
784
|
name: 'WINK',
|
|
352
785
|
display: 'wink',
|
|
353
786
|
symbol: 'WINK',
|
|
@@ -362,25 +795,25 @@ var assets = {
|
|
|
362
795
|
traces: [{
|
|
363
796
|
type: 'ibc',
|
|
364
797
|
counterparty: {
|
|
365
|
-
channel_id: 'channel-
|
|
798
|
+
channel_id: 'channel-113',
|
|
366
799
|
base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
|
|
367
800
|
chain_name: 'kujira'
|
|
368
801
|
},
|
|
369
802
|
chain: {
|
|
370
|
-
channel_id: 'channel-
|
|
803
|
+
channel_id: 'channel-9'
|
|
371
804
|
}
|
|
372
805
|
}]
|
|
373
806
|
}, {
|
|
374
807
|
description: 'Blend Token',
|
|
375
808
|
denom_units: [{
|
|
376
|
-
denom: 'ibc/
|
|
809
|
+
denom: 'ibc/365C5948D6478AF9E9AF23436E35611D76028E786D9A110BAE4F946E1CCE2863',
|
|
377
810
|
exponent: 0,
|
|
378
811
|
aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
|
|
379
812
|
}, {
|
|
380
813
|
denom: 'blend',
|
|
381
814
|
exponent: 6
|
|
382
815
|
}],
|
|
383
|
-
base: 'ibc/
|
|
816
|
+
base: 'ibc/365C5948D6478AF9E9AF23436E35611D76028E786D9A110BAE4F946E1CCE2863',
|
|
384
817
|
name: 'BLEND',
|
|
385
818
|
display: 'blend',
|
|
386
819
|
symbol: 'BLEND',
|
|
@@ -393,18 +826,18 @@ var assets = {
|
|
|
393
826
|
traces: [{
|
|
394
827
|
type: 'ibc',
|
|
395
828
|
counterparty: {
|
|
396
|
-
channel_id: 'channel-
|
|
829
|
+
channel_id: 'channel-113',
|
|
397
830
|
base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
|
|
398
831
|
chain_name: 'kujira'
|
|
399
832
|
},
|
|
400
833
|
chain: {
|
|
401
|
-
channel_id: 'channel-
|
|
834
|
+
channel_id: 'channel-9'
|
|
402
835
|
}
|
|
403
836
|
}]
|
|
404
837
|
}, {
|
|
405
838
|
description: 'Tether USDt on Kujira',
|
|
406
839
|
denom_units: [{
|
|
407
|
-
denom: 'ibc/
|
|
840
|
+
denom: 'ibc/30AFE426CACF6DC390336134CCCD2C91B622AF269E51B9607B274B5371F46F27',
|
|
408
841
|
exponent: 0,
|
|
409
842
|
aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
|
|
410
843
|
}, {
|
|
@@ -412,19 +845,19 @@ var assets = {
|
|
|
412
845
|
exponent: 6
|
|
413
846
|
}],
|
|
414
847
|
type_asset: 'ics20',
|
|
415
|
-
base: 'ibc/
|
|
848
|
+
base: 'ibc/30AFE426CACF6DC390336134CCCD2C91B622AF269E51B9607B274B5371F46F27',
|
|
416
849
|
name: 'Tether USD',
|
|
417
850
|
display: 'usdt',
|
|
418
851
|
symbol: 'USDT',
|
|
419
852
|
traces: [{
|
|
420
853
|
type: 'ibc',
|
|
421
854
|
counterparty: {
|
|
422
|
-
channel_id: 'channel-
|
|
855
|
+
channel_id: 'channel-113',
|
|
423
856
|
base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
|
|
424
857
|
chain_name: 'kujira'
|
|
425
858
|
},
|
|
426
859
|
chain: {
|
|
427
|
-
channel_id: 'channel-
|
|
860
|
+
channel_id: 'channel-9'
|
|
428
861
|
}
|
|
429
862
|
}],
|
|
430
863
|
images: [{
|
|
@@ -440,14 +873,14 @@ var assets = {
|
|
|
440
873
|
}, {
|
|
441
874
|
description: 'The staking and governance token of Fuzion',
|
|
442
875
|
denom_units: [{
|
|
443
|
-
denom: 'ibc/
|
|
876
|
+
denom: 'ibc/89CDBEB99A8AB0C6BDF0EB19FF82635F703A096B1A74DC1DD7A6E64F0D68E389',
|
|
444
877
|
exponent: 0,
|
|
445
878
|
aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
|
|
446
879
|
}, {
|
|
447
880
|
denom: 'fuzn',
|
|
448
881
|
exponent: 6
|
|
449
882
|
}],
|
|
450
|
-
base: 'ibc/
|
|
883
|
+
base: 'ibc/89CDBEB99A8AB0C6BDF0EB19FF82635F703A096B1A74DC1DD7A6E64F0D68E389',
|
|
451
884
|
name: 'Fuzion',
|
|
452
885
|
display: 'fuzn',
|
|
453
886
|
symbol: 'FUZN',
|
|
@@ -462,25 +895,25 @@ var assets = {
|
|
|
462
895
|
traces: [{
|
|
463
896
|
type: 'ibc',
|
|
464
897
|
counterparty: {
|
|
465
|
-
channel_id: 'channel-
|
|
898
|
+
channel_id: 'channel-113',
|
|
466
899
|
base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
|
|
467
900
|
chain_name: 'kujira'
|
|
468
901
|
},
|
|
469
902
|
chain: {
|
|
470
|
-
channel_id: 'channel-
|
|
903
|
+
channel_id: 'channel-9'
|
|
471
904
|
}
|
|
472
905
|
}]
|
|
473
906
|
}, {
|
|
474
907
|
description: 'The receipt token of Fuzion',
|
|
475
908
|
denom_units: [{
|
|
476
|
-
denom: 'ibc/
|
|
909
|
+
denom: 'ibc/DF3ED292280BDAE78BB778226154ADADF4B9EB8DE8EC08A63A2FD61A7605AD84',
|
|
477
910
|
exponent: 0,
|
|
478
911
|
aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
|
|
479
912
|
}, {
|
|
480
913
|
denom: 'rfuzn',
|
|
481
914
|
exponent: 6
|
|
482
915
|
}],
|
|
483
|
-
base: 'ibc/
|
|
916
|
+
base: 'ibc/DF3ED292280BDAE78BB778226154ADADF4B9EB8DE8EC08A63A2FD61A7605AD84',
|
|
484
917
|
name: 'Fuzion Receipt',
|
|
485
918
|
display: 'rfuzn',
|
|
486
919
|
symbol: 'rFUZN',
|
|
@@ -493,25 +926,25 @@ var assets = {
|
|
|
493
926
|
traces: [{
|
|
494
927
|
type: 'ibc',
|
|
495
928
|
counterparty: {
|
|
496
|
-
channel_id: 'channel-
|
|
929
|
+
channel_id: 'channel-113',
|
|
497
930
|
base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
|
|
498
931
|
chain_name: 'kujira'
|
|
499
932
|
},
|
|
500
933
|
chain: {
|
|
501
|
-
channel_id: 'channel-
|
|
934
|
+
channel_id: 'channel-9'
|
|
502
935
|
}
|
|
503
936
|
}]
|
|
504
937
|
}, {
|
|
505
938
|
description: 'The yield token of Fuzion',
|
|
506
939
|
denom_units: [{
|
|
507
|
-
denom: 'ibc/
|
|
940
|
+
denom: 'ibc/C0C44D026F13398B4E1F120234997C4B787E0976E68AAFEC4AA4327BCC298AC4',
|
|
508
941
|
exponent: 0,
|
|
509
942
|
aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
|
|
510
943
|
}, {
|
|
511
944
|
denom: 'yfuzn',
|
|
512
945
|
exponent: 6
|
|
513
946
|
}],
|
|
514
|
-
base: 'ibc/
|
|
947
|
+
base: 'ibc/C0C44D026F13398B4E1F120234997C4B787E0976E68AAFEC4AA4327BCC298AC4',
|
|
515
948
|
name: 'Fuzion Yield',
|
|
516
949
|
display: 'yfuzn',
|
|
517
950
|
symbol: 'yFUZN',
|
|
@@ -524,25 +957,25 @@ var assets = {
|
|
|
524
957
|
traces: [{
|
|
525
958
|
type: 'ibc',
|
|
526
959
|
counterparty: {
|
|
527
|
-
channel_id: 'channel-
|
|
960
|
+
channel_id: 'channel-113',
|
|
528
961
|
base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
|
|
529
962
|
chain_name: 'kujira'
|
|
530
963
|
},
|
|
531
964
|
chain: {
|
|
532
|
-
channel_id: 'channel-
|
|
965
|
+
channel_id: 'channel-9'
|
|
533
966
|
}
|
|
534
967
|
}]
|
|
535
968
|
}, {
|
|
536
969
|
description: "Quark's auto-compounding FUZN derivative",
|
|
537
970
|
denom_units: [{
|
|
538
|
-
denom: 'ibc/
|
|
971
|
+
denom: 'ibc/D081C93E3619A8A492457F0B136E59854067EDC7DED0D1844D17C66FDFF10734',
|
|
539
972
|
exponent: 0,
|
|
540
973
|
aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
|
|
541
974
|
}, {
|
|
542
975
|
denom: 'qcFUZN',
|
|
543
976
|
exponent: 6
|
|
544
977
|
}],
|
|
545
|
-
base: 'ibc/
|
|
978
|
+
base: 'ibc/D081C93E3619A8A492457F0B136E59854067EDC7DED0D1844D17C66FDFF10734',
|
|
546
979
|
name: 'qcFUZN',
|
|
547
980
|
display: 'qcFUZN',
|
|
548
981
|
symbol: 'qcFUZN',
|
|
@@ -555,25 +988,25 @@ var assets = {
|
|
|
555
988
|
traces: [{
|
|
556
989
|
type: 'ibc',
|
|
557
990
|
counterparty: {
|
|
558
|
-
channel_id: 'channel-
|
|
991
|
+
channel_id: 'channel-113',
|
|
559
992
|
base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
|
|
560
993
|
chain_name: 'kujira'
|
|
561
994
|
},
|
|
562
995
|
chain: {
|
|
563
|
-
channel_id: 'channel-
|
|
996
|
+
channel_id: 'channel-9'
|
|
564
997
|
}
|
|
565
998
|
}]
|
|
566
999
|
}, {
|
|
567
1000
|
description: 'The Revenue & Governance token of Unstake.fi',
|
|
568
1001
|
denom_units: [{
|
|
569
|
-
denom: 'ibc/
|
|
1002
|
+
denom: 'ibc/835C6694B4E77A504D541D7459A05BDAAC8DB39297E4A3077A070B28F3F8CC30',
|
|
570
1003
|
exponent: 0,
|
|
571
1004
|
aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
|
|
572
1005
|
}, {
|
|
573
1006
|
denom: 'nstk',
|
|
574
1007
|
exponent: 6
|
|
575
1008
|
}],
|
|
576
|
-
base: 'ibc/
|
|
1009
|
+
base: 'ibc/835C6694B4E77A504D541D7459A05BDAAC8DB39297E4A3077A070B28F3F8CC30',
|
|
577
1010
|
name: 'Unstake Fi',
|
|
578
1011
|
display: 'nstk',
|
|
579
1012
|
symbol: 'NSTK',
|
|
@@ -587,25 +1020,25 @@ var assets = {
|
|
|
587
1020
|
traces: [{
|
|
588
1021
|
type: 'ibc',
|
|
589
1022
|
counterparty: {
|
|
590
|
-
channel_id: 'channel-
|
|
1023
|
+
channel_id: 'channel-113',
|
|
591
1024
|
base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
|
|
592
1025
|
chain_name: 'kujira'
|
|
593
1026
|
},
|
|
594
1027
|
chain: {
|
|
595
|
-
channel_id: 'channel-
|
|
1028
|
+
channel_id: 'channel-9'
|
|
596
1029
|
}
|
|
597
1030
|
}]
|
|
598
1031
|
}, {
|
|
599
1032
|
description: 'Local Money',
|
|
600
1033
|
denom_units: [{
|
|
601
|
-
denom: 'ibc/
|
|
1034
|
+
denom: 'ibc/75BBC031D90AB69C4C2FC52D3C018F42B166610EF1A1CF5B2E6B316A841F9A3E',
|
|
602
1035
|
exponent: 0,
|
|
603
1036
|
aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
|
|
604
1037
|
}, {
|
|
605
1038
|
denom: 'local',
|
|
606
1039
|
exponent: 6
|
|
607
1040
|
}],
|
|
608
|
-
base: 'ibc/
|
|
1041
|
+
base: 'ibc/75BBC031D90AB69C4C2FC52D3C018F42B166610EF1A1CF5B2E6B316A841F9A3E',
|
|
609
1042
|
name: 'LOCAL',
|
|
610
1043
|
display: 'local',
|
|
611
1044
|
symbol: 'LOCAL',
|
|
@@ -618,25 +1051,25 @@ var assets = {
|
|
|
618
1051
|
traces: [{
|
|
619
1052
|
type: 'ibc',
|
|
620
1053
|
counterparty: {
|
|
621
|
-
channel_id: 'channel-
|
|
1054
|
+
channel_id: 'channel-113',
|
|
622
1055
|
base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
|
|
623
1056
|
chain_name: 'kujira'
|
|
624
1057
|
},
|
|
625
1058
|
chain: {
|
|
626
|
-
channel_id: 'channel-
|
|
1059
|
+
channel_id: 'channel-9'
|
|
627
1060
|
}
|
|
628
1061
|
}]
|
|
629
1062
|
}, {
|
|
630
1063
|
description: 'Food for whales',
|
|
631
1064
|
denom_units: [{
|
|
632
|
-
denom: 'ibc/
|
|
1065
|
+
denom: 'ibc/5E706496A627485DCD16EEBD19C537CC3BD528E08138D572E8C9F5F7C1AC78F0',
|
|
633
1066
|
exponent: 0,
|
|
634
1067
|
aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
|
|
635
1068
|
}, {
|
|
636
1069
|
denom: 'PLNK',
|
|
637
1070
|
exponent: 6
|
|
638
1071
|
}],
|
|
639
|
-
base: 'ibc/
|
|
1072
|
+
base: 'ibc/5E706496A627485DCD16EEBD19C537CC3BD528E08138D572E8C9F5F7C1AC78F0',
|
|
640
1073
|
name: 'Plankton',
|
|
641
1074
|
display: 'PLNK',
|
|
642
1075
|
symbol: 'PLNK',
|
|
@@ -649,36 +1082,36 @@ var assets = {
|
|
|
649
1082
|
traces: [{
|
|
650
1083
|
type: 'ibc',
|
|
651
1084
|
counterparty: {
|
|
652
|
-
channel_id: 'channel-
|
|
1085
|
+
channel_id: 'channel-113',
|
|
653
1086
|
base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
|
|
654
1087
|
chain_name: 'kujira'
|
|
655
1088
|
},
|
|
656
1089
|
chain: {
|
|
657
|
-
channel_id: 'channel-
|
|
1090
|
+
channel_id: 'channel-9'
|
|
658
1091
|
}
|
|
659
1092
|
}]
|
|
660
1093
|
}, {
|
|
661
1094
|
denom_units: [{
|
|
662
|
-
denom: 'ibc/
|
|
1095
|
+
denom: 'ibc/53A7C940B9FA3D701D3D926A83695F5123C98008B4E94CDD8D109130F41E447C',
|
|
663
1096
|
exponent: 0,
|
|
664
1097
|
aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
|
|
665
1098
|
}, {
|
|
666
1099
|
denom: 'sol',
|
|
667
1100
|
exponent: 8
|
|
668
1101
|
}],
|
|
669
|
-
base: 'ibc/
|
|
1102
|
+
base: 'ibc/53A7C940B9FA3D701D3D926A83695F5123C98008B4E94CDD8D109130F41E447C',
|
|
670
1103
|
name: 'Wormhole Solana',
|
|
671
1104
|
display: 'sol',
|
|
672
1105
|
symbol: 'whSOL',
|
|
673
1106
|
traces: [{
|
|
674
1107
|
type: 'ibc',
|
|
675
1108
|
counterparty: {
|
|
676
|
-
channel_id: 'channel-
|
|
1109
|
+
channel_id: 'channel-113',
|
|
677
1110
|
base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
|
|
678
1111
|
chain_name: 'kujira'
|
|
679
1112
|
},
|
|
680
1113
|
chain: {
|
|
681
|
-
channel_id: 'channel-
|
|
1114
|
+
channel_id: 'channel-9'
|
|
682
1115
|
}
|
|
683
1116
|
}],
|
|
684
1117
|
images: [{
|
|
@@ -693,26 +1126,26 @@ var assets = {
|
|
|
693
1126
|
}
|
|
694
1127
|
}, {
|
|
695
1128
|
denom_units: [{
|
|
696
|
-
denom: 'ibc/
|
|
1129
|
+
denom: 'ibc/AD3AFDD90AD216DAAC7DCE048FADA996D7E66BB53A465A5352907B78CB315737',
|
|
697
1130
|
exponent: 0,
|
|
698
1131
|
aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
|
|
699
1132
|
}, {
|
|
700
1133
|
denom: 'evmos',
|
|
701
1134
|
exponent: 18
|
|
702
1135
|
}],
|
|
703
|
-
base: 'ibc/
|
|
1136
|
+
base: 'ibc/AD3AFDD90AD216DAAC7DCE048FADA996D7E66BB53A465A5352907B78CB315737',
|
|
704
1137
|
name: 'Evmos',
|
|
705
1138
|
display: 'evmos',
|
|
706
1139
|
symbol: 'EVMOS',
|
|
707
1140
|
traces: [{
|
|
708
1141
|
type: 'ibc',
|
|
709
1142
|
counterparty: {
|
|
710
|
-
channel_id: 'channel-
|
|
1143
|
+
channel_id: 'channel-113',
|
|
711
1144
|
base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
|
|
712
1145
|
chain_name: 'kujira'
|
|
713
1146
|
},
|
|
714
1147
|
chain: {
|
|
715
|
-
channel_id: 'channel-
|
|
1148
|
+
channel_id: 'channel-9'
|
|
716
1149
|
}
|
|
717
1150
|
}],
|
|
718
1151
|
images: [{
|
|
@@ -729,7 +1162,7 @@ var assets = {
|
|
|
729
1162
|
}
|
|
730
1163
|
}, {
|
|
731
1164
|
denom_units: [{
|
|
732
|
-
denom: 'ibc/
|
|
1165
|
+
denom: 'ibc/39FB495803B0EC7A2A9275E73641616D9C87D944EBC2E081EAB808EBB59E25F1',
|
|
733
1166
|
exponent: 0,
|
|
734
1167
|
aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
|
|
735
1168
|
}, {
|
|
@@ -737,19 +1170,19 @@ var assets = {
|
|
|
737
1170
|
exponent: 18
|
|
738
1171
|
}],
|
|
739
1172
|
type_asset: 'ics20',
|
|
740
|
-
base: 'ibc/
|
|
1173
|
+
base: 'ibc/39FB495803B0EC7A2A9275E73641616D9C87D944EBC2E081EAB808EBB59E25F1',
|
|
741
1174
|
name: 'Axelar Wrapped AVAX',
|
|
742
1175
|
display: 'avax',
|
|
743
1176
|
symbol: 'wAVAX',
|
|
744
1177
|
traces: [{
|
|
745
1178
|
type: 'ibc',
|
|
746
1179
|
counterparty: {
|
|
747
|
-
channel_id: 'channel-
|
|
1180
|
+
channel_id: 'channel-113',
|
|
748
1181
|
base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
|
|
749
1182
|
chain_name: 'kujira'
|
|
750
1183
|
},
|
|
751
1184
|
chain: {
|
|
752
|
-
channel_id: 'channel-
|
|
1185
|
+
channel_id: 'channel-9'
|
|
753
1186
|
}
|
|
754
1187
|
}],
|
|
755
1188
|
images: [{
|
|
@@ -760,7 +1193,7 @@ var assets = {
|
|
|
760
1193
|
}
|
|
761
1194
|
}, {
|
|
762
1195
|
denom_units: [{
|
|
763
|
-
denom: 'ibc/
|
|
1196
|
+
denom: 'ibc/7B3CC709E47493AD6EB2D95893B9B5E1D08AAF5EA065A25D73CEF5272D99D304',
|
|
764
1197
|
exponent: 0,
|
|
765
1198
|
aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
|
|
766
1199
|
}, {
|
|
@@ -768,19 +1201,19 @@ var assets = {
|
|
|
768
1201
|
exponent: 6
|
|
769
1202
|
}],
|
|
770
1203
|
type_asset: 'ics20',
|
|
771
|
-
base: 'ibc/
|
|
1204
|
+
base: 'ibc/7B3CC709E47493AD6EB2D95893B9B5E1D08AAF5EA065A25D73CEF5272D99D304',
|
|
772
1205
|
name: 'Noble USD Coin',
|
|
773
1206
|
display: 'usdc',
|
|
774
1207
|
symbol: 'USDC',
|
|
775
1208
|
traces: [{
|
|
776
1209
|
type: 'ibc',
|
|
777
1210
|
counterparty: {
|
|
778
|
-
channel_id: 'channel-
|
|
1211
|
+
channel_id: 'channel-113',
|
|
779
1212
|
base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
|
|
780
1213
|
chain_name: 'kujira'
|
|
781
1214
|
},
|
|
782
1215
|
chain: {
|
|
783
|
-
channel_id: 'channel-
|
|
1216
|
+
channel_id: 'channel-9'
|
|
784
1217
|
}
|
|
785
1218
|
}],
|
|
786
1219
|
images: [{
|
|
@@ -797,7 +1230,7 @@ var assets = {
|
|
|
797
1230
|
}
|
|
798
1231
|
}, {
|
|
799
1232
|
denom_units: [{
|
|
800
|
-
denom: 'ibc/
|
|
1233
|
+
denom: 'ibc/7EFE1696831E84096AF89CB214C040D67BF491120C68A0AFA658709A43027ED2',
|
|
801
1234
|
exponent: 0,
|
|
802
1235
|
aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
|
|
803
1236
|
}, {
|
|
@@ -805,19 +1238,19 @@ var assets = {
|
|
|
805
1238
|
exponent: 6
|
|
806
1239
|
}],
|
|
807
1240
|
type_asset: 'ics20',
|
|
808
|
-
base: 'ibc/
|
|
1241
|
+
base: 'ibc/7EFE1696831E84096AF89CB214C040D67BF491120C68A0AFA658709A43027ED2',
|
|
809
1242
|
name: 'Osmosis',
|
|
810
1243
|
display: 'osmo',
|
|
811
1244
|
symbol: 'OSMO',
|
|
812
1245
|
traces: [{
|
|
813
1246
|
type: 'ibc',
|
|
814
1247
|
counterparty: {
|
|
815
|
-
channel_id: 'channel-
|
|
1248
|
+
channel_id: 'channel-113',
|
|
816
1249
|
base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
817
1250
|
chain_name: 'kujira'
|
|
818
1251
|
},
|
|
819
1252
|
chain: {
|
|
820
|
-
channel_id: 'channel-
|
|
1253
|
+
channel_id: 'channel-9'
|
|
821
1254
|
}
|
|
822
1255
|
}],
|
|
823
1256
|
images: [{
|
|
@@ -834,7 +1267,7 @@ var assets = {
|
|
|
834
1267
|
}
|
|
835
1268
|
}, {
|
|
836
1269
|
denom_units: [{
|
|
837
|
-
denom: 'ibc/
|
|
1270
|
+
denom: 'ibc/2521D0944EF7731F942239883511411919580AC8E1FBE0CFF4F872DC858D3466',
|
|
838
1271
|
exponent: 0,
|
|
839
1272
|
aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
|
|
840
1273
|
}, {
|
|
@@ -842,19 +1275,19 @@ var assets = {
|
|
|
842
1275
|
exponent: 6
|
|
843
1276
|
}],
|
|
844
1277
|
type_asset: 'ics20',
|
|
845
|
-
base: 'ibc/
|
|
1278
|
+
base: 'ibc/2521D0944EF7731F942239883511411919580AC8E1FBE0CFF4F872DC858D3466',
|
|
846
1279
|
name: 'Axelar USD Coin',
|
|
847
1280
|
display: 'usdc',
|
|
848
1281
|
symbol: 'axlUSDC',
|
|
849
1282
|
traces: [{
|
|
850
1283
|
type: 'ibc',
|
|
851
1284
|
counterparty: {
|
|
852
|
-
channel_id: 'channel-
|
|
1285
|
+
channel_id: 'channel-113',
|
|
853
1286
|
base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
|
|
854
1287
|
chain_name: 'kujira'
|
|
855
1288
|
},
|
|
856
1289
|
chain: {
|
|
857
|
-
channel_id: 'channel-
|
|
1290
|
+
channel_id: 'channel-9'
|
|
858
1291
|
}
|
|
859
1292
|
}],
|
|
860
1293
|
images: [{
|
|
@@ -871,7 +1304,7 @@ var assets = {
|
|
|
871
1304
|
}
|
|
872
1305
|
}, {
|
|
873
1306
|
denom_units: [{
|
|
874
|
-
denom: 'ibc/
|
|
1307
|
+
denom: 'ibc/2E0AA82A2A3DE978B74BAAF59A0F40D11C3692690E08BEAF3A3A39FA150F0331',
|
|
875
1308
|
exponent: 0,
|
|
876
1309
|
aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
|
|
877
1310
|
}, {
|
|
@@ -879,19 +1312,19 @@ var assets = {
|
|
|
879
1312
|
exponent: 6
|
|
880
1313
|
}],
|
|
881
1314
|
type_asset: 'ics20',
|
|
882
|
-
base: 'ibc/
|
|
1315
|
+
base: 'ibc/2E0AA82A2A3DE978B74BAAF59A0F40D11C3692690E08BEAF3A3A39FA150F0331',
|
|
883
1316
|
name: 'Comdex',
|
|
884
1317
|
display: 'cmdx',
|
|
885
1318
|
symbol: 'CMDX',
|
|
886
1319
|
traces: [{
|
|
887
1320
|
type: 'ibc',
|
|
888
1321
|
counterparty: {
|
|
889
|
-
channel_id: 'channel-
|
|
1322
|
+
channel_id: 'channel-113',
|
|
890
1323
|
base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
|
|
891
1324
|
chain_name: 'kujira'
|
|
892
1325
|
},
|
|
893
1326
|
chain: {
|
|
894
|
-
channel_id: 'channel-
|
|
1327
|
+
channel_id: 'channel-9'
|
|
895
1328
|
}
|
|
896
1329
|
}],
|
|
897
1330
|
images: [{
|
|
@@ -908,26 +1341,26 @@ var assets = {
|
|
|
908
1341
|
}
|
|
909
1342
|
}, {
|
|
910
1343
|
denom_units: [{
|
|
911
|
-
denom: 'ibc/
|
|
1344
|
+
denom: 'ibc/F83702D7B135BA050889FBBE37AA074456DB0D189B976F0B42AEA23793B9E9E6',
|
|
912
1345
|
exponent: 0,
|
|
913
1346
|
aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
|
|
914
1347
|
}, {
|
|
915
1348
|
denom: 'juno',
|
|
916
1349
|
exponent: 6
|
|
917
1350
|
}],
|
|
918
|
-
base: 'ibc/
|
|
1351
|
+
base: 'ibc/F83702D7B135BA050889FBBE37AA074456DB0D189B976F0B42AEA23793B9E9E6',
|
|
919
1352
|
name: 'Juno',
|
|
920
1353
|
display: 'juno',
|
|
921
1354
|
symbol: 'JUNO',
|
|
922
1355
|
traces: [{
|
|
923
1356
|
type: 'ibc',
|
|
924
1357
|
counterparty: {
|
|
925
|
-
channel_id: 'channel-
|
|
1358
|
+
channel_id: 'channel-113',
|
|
926
1359
|
base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
|
|
927
1360
|
chain_name: 'kujira'
|
|
928
1361
|
},
|
|
929
1362
|
chain: {
|
|
930
|
-
channel_id: 'channel-
|
|
1363
|
+
channel_id: 'channel-9'
|
|
931
1364
|
}
|
|
932
1365
|
}],
|
|
933
1366
|
images: [{
|
|
@@ -944,7 +1377,7 @@ var assets = {
|
|
|
944
1377
|
}
|
|
945
1378
|
}, {
|
|
946
1379
|
denom_units: [{
|
|
947
|
-
denom: 'ibc/
|
|
1380
|
+
denom: 'ibc/F5E644941A2FD094576084E729890BADA8A0D8A742BB338F886002102948CA55',
|
|
948
1381
|
exponent: 0,
|
|
949
1382
|
aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
|
|
950
1383
|
}, {
|
|
@@ -952,19 +1385,19 @@ var assets = {
|
|
|
952
1385
|
exponent: 18
|
|
953
1386
|
}],
|
|
954
1387
|
type_asset: 'ics20',
|
|
955
|
-
base: 'ibc/
|
|
1388
|
+
base: 'ibc/F5E644941A2FD094576084E729890BADA8A0D8A742BB338F886002102948CA55',
|
|
956
1389
|
name: 'Axelar Wrapped Ether',
|
|
957
1390
|
display: 'weth',
|
|
958
1391
|
symbol: 'wETH',
|
|
959
1392
|
traces: [{
|
|
960
1393
|
type: 'ibc',
|
|
961
1394
|
counterparty: {
|
|
962
|
-
channel_id: 'channel-
|
|
1395
|
+
channel_id: 'channel-113',
|
|
963
1396
|
base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
|
|
964
1397
|
chain_name: 'kujira'
|
|
965
1398
|
},
|
|
966
1399
|
chain: {
|
|
967
|
-
channel_id: 'channel-
|
|
1400
|
+
channel_id: 'channel-9'
|
|
968
1401
|
}
|
|
969
1402
|
}],
|
|
970
1403
|
images: [{
|
|
@@ -975,7 +1408,7 @@ var assets = {
|
|
|
975
1408
|
}
|
|
976
1409
|
}, {
|
|
977
1410
|
denom_units: [{
|
|
978
|
-
denom: 'ibc/
|
|
1411
|
+
denom: 'ibc/E86611817EAF331173D204962298A16C236E918F7C7E985497A63232B926F162',
|
|
979
1412
|
exponent: 0,
|
|
980
1413
|
aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
|
|
981
1414
|
}, {
|
|
@@ -983,19 +1416,19 @@ var assets = {
|
|
|
983
1416
|
exponent: 6
|
|
984
1417
|
}],
|
|
985
1418
|
type_asset: 'ics20',
|
|
986
|
-
base: 'ibc/
|
|
1419
|
+
base: 'ibc/E86611817EAF331173D204962298A16C236E918F7C7E985497A63232B926F162',
|
|
987
1420
|
name: 'Cosmos Hub Atom',
|
|
988
1421
|
display: 'atom',
|
|
989
1422
|
symbol: 'ATOM',
|
|
990
1423
|
traces: [{
|
|
991
1424
|
type: 'ibc',
|
|
992
1425
|
counterparty: {
|
|
993
|
-
channel_id: 'channel-
|
|
1426
|
+
channel_id: 'channel-113',
|
|
994
1427
|
base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
995
1428
|
chain_name: 'kujira'
|
|
996
1429
|
},
|
|
997
1430
|
chain: {
|
|
998
|
-
channel_id: 'channel-
|
|
1431
|
+
channel_id: 'channel-9'
|
|
999
1432
|
}
|
|
1000
1433
|
}],
|
|
1001
1434
|
images: [{
|
|
@@ -1012,26 +1445,26 @@ var assets = {
|
|
|
1012
1445
|
}
|
|
1013
1446
|
}, {
|
|
1014
1447
|
denom_units: [{
|
|
1015
|
-
denom: 'ibc/
|
|
1448
|
+
denom: 'ibc/7C735A0039F0171A29203B1CD9C2ABC8C0038FA055AEE4F8479EBA971CDC5F7C',
|
|
1016
1449
|
exponent: 0,
|
|
1017
1450
|
aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
|
|
1018
1451
|
}, {
|
|
1019
1452
|
denom: 'luna',
|
|
1020
1453
|
exponent: 6
|
|
1021
1454
|
}],
|
|
1022
|
-
base: 'ibc/
|
|
1455
|
+
base: 'ibc/7C735A0039F0171A29203B1CD9C2ABC8C0038FA055AEE4F8479EBA971CDC5F7C',
|
|
1023
1456
|
name: 'Luna',
|
|
1024
1457
|
display: 'luna',
|
|
1025
1458
|
symbol: 'LUNA',
|
|
1026
1459
|
traces: [{
|
|
1027
1460
|
type: 'ibc',
|
|
1028
1461
|
counterparty: {
|
|
1029
|
-
channel_id: 'channel-
|
|
1462
|
+
channel_id: 'channel-113',
|
|
1030
1463
|
base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
|
|
1031
1464
|
chain_name: 'kujira'
|
|
1032
1465
|
},
|
|
1033
1466
|
chain: {
|
|
1034
|
-
channel_id: 'channel-
|
|
1467
|
+
channel_id: 'channel-9'
|
|
1035
1468
|
}
|
|
1036
1469
|
}],
|
|
1037
1470
|
images: [{
|
|
@@ -1048,7 +1481,7 @@ var assets = {
|
|
|
1048
1481
|
}
|
|
1049
1482
|
}, {
|
|
1050
1483
|
denom_units: [{
|
|
1051
|
-
denom: 'ibc/
|
|
1484
|
+
denom: 'ibc/C59F41A3AAE147CADBB29320B8EE8757C3095C09D7F3554217E409382266364B',
|
|
1052
1485
|
exponent: 0,
|
|
1053
1486
|
aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
|
|
1054
1487
|
}, {
|
|
@@ -1056,19 +1489,19 @@ var assets = {
|
|
|
1056
1489
|
exponent: 6
|
|
1057
1490
|
}],
|
|
1058
1491
|
type_asset: 'ics20',
|
|
1059
|
-
base: 'ibc/
|
|
1492
|
+
base: 'ibc/C59F41A3AAE147CADBB29320B8EE8757C3095C09D7F3554217E409382266364B',
|
|
1060
1493
|
name: 'Stargaze',
|
|
1061
1494
|
display: 'stars',
|
|
1062
1495
|
symbol: 'STARS',
|
|
1063
1496
|
traces: [{
|
|
1064
1497
|
type: 'ibc',
|
|
1065
1498
|
counterparty: {
|
|
1066
|
-
channel_id: 'channel-
|
|
1499
|
+
channel_id: 'channel-113',
|
|
1067
1500
|
base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
1068
1501
|
chain_name: 'kujira'
|
|
1069
1502
|
},
|
|
1070
1503
|
chain: {
|
|
1071
|
-
channel_id: 'channel-
|
|
1504
|
+
channel_id: 'channel-9'
|
|
1072
1505
|
}
|
|
1073
1506
|
}],
|
|
1074
1507
|
images: [{
|
|
@@ -1085,26 +1518,26 @@ var assets = {
|
|
|
1085
1518
|
}
|
|
1086
1519
|
}, {
|
|
1087
1520
|
denom_units: [{
|
|
1088
|
-
denom: 'ibc/
|
|
1521
|
+
denom: 'ibc/EBFB6ED70A9D0C6B8769EEC75A5F795BB49F9B30876CF3657F702C0523E02475',
|
|
1089
1522
|
exponent: 0,
|
|
1090
1523
|
aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
|
|
1091
1524
|
}, {
|
|
1092
1525
|
denom: 'scrt',
|
|
1093
1526
|
exponent: 6
|
|
1094
1527
|
}],
|
|
1095
|
-
base: 'ibc/
|
|
1528
|
+
base: 'ibc/EBFB6ED70A9D0C6B8769EEC75A5F795BB49F9B30876CF3657F702C0523E02475',
|
|
1096
1529
|
name: 'Secret Network',
|
|
1097
1530
|
display: 'scrt',
|
|
1098
1531
|
symbol: 'SCRT',
|
|
1099
1532
|
traces: [{
|
|
1100
1533
|
type: 'ibc',
|
|
1101
1534
|
counterparty: {
|
|
1102
|
-
channel_id: 'channel-
|
|
1535
|
+
channel_id: 'channel-113',
|
|
1103
1536
|
base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
|
|
1104
1537
|
chain_name: 'kujira'
|
|
1105
1538
|
},
|
|
1106
1539
|
chain: {
|
|
1107
|
-
channel_id: 'channel-
|
|
1540
|
+
channel_id: 'channel-9'
|
|
1108
1541
|
}
|
|
1109
1542
|
}],
|
|
1110
1543
|
images: [{
|
|
@@ -1121,7 +1554,7 @@ var assets = {
|
|
|
1121
1554
|
}
|
|
1122
1555
|
}, {
|
|
1123
1556
|
denom_units: [{
|
|
1124
|
-
denom: 'ibc/
|
|
1557
|
+
denom: 'ibc/96E4E3EB81B66EFBC7524EA026936FCD0C9F8AB2347058B52F442108D1DA01B9',
|
|
1125
1558
|
exponent: 0,
|
|
1126
1559
|
aliases: ['ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8']
|
|
1127
1560
|
}, {
|
|
@@ -1130,19 +1563,19 @@ var assets = {
|
|
|
1130
1563
|
aliases: ['stk/atom']
|
|
1131
1564
|
}],
|
|
1132
1565
|
type_asset: 'ics20',
|
|
1133
|
-
base: 'ibc/
|
|
1566
|
+
base: 'ibc/96E4E3EB81B66EFBC7524EA026936FCD0C9F8AB2347058B52F442108D1DA01B9',
|
|
1134
1567
|
name: 'PSTAKE staked ATOM',
|
|
1135
1568
|
display: 'stkatom',
|
|
1136
1569
|
symbol: 'stkATOM',
|
|
1137
1570
|
traces: [{
|
|
1138
1571
|
type: 'ibc',
|
|
1139
1572
|
counterparty: {
|
|
1140
|
-
channel_id: 'channel-
|
|
1573
|
+
channel_id: 'channel-113',
|
|
1141
1574
|
base_denom: 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8',
|
|
1142
1575
|
chain_name: 'kujira'
|
|
1143
1576
|
},
|
|
1144
1577
|
chain: {
|
|
1145
|
-
channel_id: 'channel-
|
|
1578
|
+
channel_id: 'channel-9'
|
|
1146
1579
|
}
|
|
1147
1580
|
}],
|
|
1148
1581
|
images: [{
|
|
@@ -11135,6 +11568,210 @@ var assets = {
|
|
|
11135
11568
|
channel_id: 'channel-3'
|
|
11136
11569
|
}
|
|
11137
11570
|
}]
|
|
11571
|
+
}, {
|
|
11572
|
+
description: 'The native token of Stargaze',
|
|
11573
|
+
denom_units: [{
|
|
11574
|
+
denom: 'ibc/8968C04A87BA43FB662C51D4088D693CF44761EF8D1BD953526BDFFD48BD9005',
|
|
11575
|
+
exponent: 0,
|
|
11576
|
+
aliases: ['ustars']
|
|
11577
|
+
}, {
|
|
11578
|
+
denom: 'stars',
|
|
11579
|
+
exponent: 6
|
|
11580
|
+
}],
|
|
11581
|
+
base: 'ibc/8968C04A87BA43FB662C51D4088D693CF44761EF8D1BD953526BDFFD48BD9005',
|
|
11582
|
+
name: 'Stargaze',
|
|
11583
|
+
display: 'stars',
|
|
11584
|
+
symbol: 'STARS',
|
|
11585
|
+
logo_URIs: {
|
|
11586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
11587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
11588
|
+
},
|
|
11589
|
+
coingecko_id: 'stargaze',
|
|
11590
|
+
images: [{
|
|
11591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
11592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
11593
|
+
}],
|
|
11594
|
+
traces: [{
|
|
11595
|
+
type: 'ibc',
|
|
11596
|
+
counterparty: {
|
|
11597
|
+
channel_id: 'channel-278',
|
|
11598
|
+
base_denom: 'ustars',
|
|
11599
|
+
chain_name: 'stargaze'
|
|
11600
|
+
},
|
|
11601
|
+
chain: {
|
|
11602
|
+
channel_id: 'channel-12'
|
|
11603
|
+
}
|
|
11604
|
+
}]
|
|
11605
|
+
}, {
|
|
11606
|
+
description: 'The native token of ohhNFT.',
|
|
11607
|
+
denom_units: [{
|
|
11608
|
+
denom: 'ibc/96A735166F5B777297959DEB74D0F6276BF01883FDA2D7FF0D4FD7F2FE91CCD4',
|
|
11609
|
+
exponent: 0,
|
|
11610
|
+
aliases: ['factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust']
|
|
11611
|
+
}, {
|
|
11612
|
+
denom: 'strdst',
|
|
11613
|
+
exponent: 6
|
|
11614
|
+
}],
|
|
11615
|
+
base: 'ibc/96A735166F5B777297959DEB74D0F6276BF01883FDA2D7FF0D4FD7F2FE91CCD4',
|
|
11616
|
+
name: 'Stardust STRDST',
|
|
11617
|
+
display: 'strdst',
|
|
11618
|
+
symbol: 'STRDST',
|
|
11619
|
+
logo_URIs: {
|
|
11620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png',
|
|
11621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
11622
|
+
},
|
|
11623
|
+
coingecko_id: '',
|
|
11624
|
+
images: [{
|
|
11625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png',
|
|
11626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
11627
|
+
}],
|
|
11628
|
+
traces: [{
|
|
11629
|
+
type: 'ibc',
|
|
11630
|
+
counterparty: {
|
|
11631
|
+
channel_id: 'channel-278',
|
|
11632
|
+
base_denom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust',
|
|
11633
|
+
chain_name: 'stargaze'
|
|
11634
|
+
},
|
|
11635
|
+
chain: {
|
|
11636
|
+
channel_id: 'channel-12'
|
|
11637
|
+
}
|
|
11638
|
+
}]
|
|
11639
|
+
}, {
|
|
11640
|
+
description: 'The native meme token of stargaze.',
|
|
11641
|
+
denom_units: [{
|
|
11642
|
+
denom: 'ibc/3E482F1691387D4299E33B5FD35F476AC9C2657A377FBA45C3D1BC279DA811A6',
|
|
11643
|
+
exponent: 0,
|
|
11644
|
+
aliases: ['factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE']
|
|
11645
|
+
}, {
|
|
11646
|
+
denom: 'GAZE',
|
|
11647
|
+
exponent: 6
|
|
11648
|
+
}],
|
|
11649
|
+
base: 'ibc/3E482F1691387D4299E33B5FD35F476AC9C2657A377FBA45C3D1BC279DA811A6',
|
|
11650
|
+
name: 'Gaze GAZE',
|
|
11651
|
+
display: 'GAZE',
|
|
11652
|
+
symbol: 'GAZE',
|
|
11653
|
+
logo_URIs: {
|
|
11654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png',
|
|
11655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
|
|
11656
|
+
},
|
|
11657
|
+
coingecko_id: '',
|
|
11658
|
+
images: [{
|
|
11659
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png',
|
|
11660
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
|
|
11661
|
+
}],
|
|
11662
|
+
traces: [{
|
|
11663
|
+
type: 'ibc',
|
|
11664
|
+
counterparty: {
|
|
11665
|
+
channel_id: 'channel-278',
|
|
11666
|
+
base_denom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE',
|
|
11667
|
+
chain_name: 'stargaze'
|
|
11668
|
+
},
|
|
11669
|
+
chain: {
|
|
11670
|
+
channel_id: 'channel-12'
|
|
11671
|
+
}
|
|
11672
|
+
}]
|
|
11673
|
+
}, {
|
|
11674
|
+
description: 'ohhNFT LP token.',
|
|
11675
|
+
denom_units: [{
|
|
11676
|
+
denom: 'ibc/28A31B9AF08F75DFD8DF0F9F52AE760109034B568C9B4C01185F64C344746699',
|
|
11677
|
+
exponent: 0,
|
|
11678
|
+
aliases: ['factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH']
|
|
11679
|
+
}, {
|
|
11680
|
+
denom: 'BRNCH',
|
|
11681
|
+
exponent: 6
|
|
11682
|
+
}],
|
|
11683
|
+
base: 'ibc/28A31B9AF08F75DFD8DF0F9F52AE760109034B568C9B4C01185F64C344746699',
|
|
11684
|
+
name: 'Branch',
|
|
11685
|
+
display: 'BRNCH',
|
|
11686
|
+
symbol: 'BRNCH',
|
|
11687
|
+
logo_URIs: {
|
|
11688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png',
|
|
11689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
11690
|
+
},
|
|
11691
|
+
coingecko_id: '',
|
|
11692
|
+
images: [{
|
|
11693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png',
|
|
11694
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
11695
|
+
}],
|
|
11696
|
+
traces: [{
|
|
11697
|
+
type: 'ibc',
|
|
11698
|
+
counterparty: {
|
|
11699
|
+
channel_id: 'channel-278',
|
|
11700
|
+
base_denom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH',
|
|
11701
|
+
chain_name: 'stargaze'
|
|
11702
|
+
},
|
|
11703
|
+
chain: {
|
|
11704
|
+
channel_id: 'channel-12'
|
|
11705
|
+
}
|
|
11706
|
+
}]
|
|
11707
|
+
}, {
|
|
11708
|
+
description: 'Social token for the ohhVAULT.',
|
|
11709
|
+
denom_units: [{
|
|
11710
|
+
denom: 'ibc/2E762CB1896262FD41559DDF188CE879E1EA115D56AE73DAE5C179CFDA778976',
|
|
11711
|
+
exponent: 0,
|
|
11712
|
+
aliases: ['factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH']
|
|
11713
|
+
}, {
|
|
11714
|
+
denom: 'OHH',
|
|
11715
|
+
exponent: 6
|
|
11716
|
+
}],
|
|
11717
|
+
base: 'ibc/2E762CB1896262FD41559DDF188CE879E1EA115D56AE73DAE5C179CFDA778976',
|
|
11718
|
+
name: 'ohhVAULT ohh',
|
|
11719
|
+
display: 'OHH',
|
|
11720
|
+
symbol: 'OHH',
|
|
11721
|
+
logo_URIs: {
|
|
11722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png',
|
|
11723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
|
|
11724
|
+
},
|
|
11725
|
+
coingecko_id: '',
|
|
11726
|
+
images: [{
|
|
11727
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png',
|
|
11728
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
|
|
11729
|
+
}],
|
|
11730
|
+
traces: [{
|
|
11731
|
+
type: 'ibc',
|
|
11732
|
+
counterparty: {
|
|
11733
|
+
channel_id: 'channel-278',
|
|
11734
|
+
base_denom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH',
|
|
11735
|
+
chain_name: 'stargaze'
|
|
11736
|
+
},
|
|
11737
|
+
chain: {
|
|
11738
|
+
channel_id: 'channel-12'
|
|
11739
|
+
}
|
|
11740
|
+
}]
|
|
11741
|
+
}, {
|
|
11742
|
+
description: 'The native coin of Sneaky Productions.',
|
|
11743
|
+
denom_units: [{
|
|
11744
|
+
denom: 'ibc/65596FDA25273CD649205191CFD95832AE36C638D005E90661CEEB8B1BA0B67A',
|
|
11745
|
+
exponent: 0,
|
|
11746
|
+
aliases: ['factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky']
|
|
11747
|
+
}, {
|
|
11748
|
+
denom: 'sneaky',
|
|
11749
|
+
exponent: 6
|
|
11750
|
+
}],
|
|
11751
|
+
base: 'ibc/65596FDA25273CD649205191CFD95832AE36C638D005E90661CEEB8B1BA0B67A',
|
|
11752
|
+
name: 'Sneaky Productions',
|
|
11753
|
+
display: 'sneaky',
|
|
11754
|
+
symbol: 'SNEAKY',
|
|
11755
|
+
logo_URIs: {
|
|
11756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png',
|
|
11757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg'
|
|
11758
|
+
},
|
|
11759
|
+
coingecko_id: '',
|
|
11760
|
+
images: [{
|
|
11761
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png',
|
|
11762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg'
|
|
11763
|
+
}],
|
|
11764
|
+
traces: [{
|
|
11765
|
+
type: 'ibc',
|
|
11766
|
+
counterparty: {
|
|
11767
|
+
channel_id: 'channel-278',
|
|
11768
|
+
base_denom: 'factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky',
|
|
11769
|
+
chain_name: 'stargaze'
|
|
11770
|
+
},
|
|
11771
|
+
chain: {
|
|
11772
|
+
channel_id: 'channel-12'
|
|
11773
|
+
}
|
|
11774
|
+
}]
|
|
11138
11775
|
}]
|
|
11139
11776
|
};
|
|
11140
11777
|
var _default = exports["default"] = assets;
|