@chain-registry/assets 1.70.50 → 1.70.52
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/agoric.js +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1288 -34
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1385 -45
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +1364 -24
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1288 -34
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1288 -34
- package/esm/mainnet/noble.js +1288 -34
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +1364 -24
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +1288 -34
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +1387 -51
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1288 -34
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1385 -45
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +1364 -24
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dydx.js +1286 -26
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1288 -34
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1288 -34
- package/mainnet/noble.js +1288 -34
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +1364 -24
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +1288 -34
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +1387 -51
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/mainnet/jackal.js
CHANGED
|
@@ -563,10 +563,7 @@ const assets = {
|
|
|
563
563
|
coingecko_id: 'secret',
|
|
564
564
|
images: [{
|
|
565
565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
566
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
567
|
-
theme: {
|
|
568
|
-
primary_color_hex: '#040404'
|
|
569
|
-
}
|
|
566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
570
567
|
}],
|
|
571
568
|
socials: {
|
|
572
569
|
website: 'https://scrt.network/',
|
|
@@ -737,10 +734,7 @@ const assets = {
|
|
|
737
734
|
coingecko_id: 'secret',
|
|
738
735
|
images: [{
|
|
739
736
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
740
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
741
|
-
theme: {
|
|
742
|
-
primary_color_hex: '#040404'
|
|
743
|
-
}
|
|
737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
744
738
|
}],
|
|
745
739
|
socials: {
|
|
746
740
|
website: 'https://scrt.network/',
|
package/mainnet/juno.js
CHANGED
|
@@ -2328,10 +2328,7 @@ const assets = {
|
|
|
2328
2328
|
coingecko_id: 'secret',
|
|
2329
2329
|
images: [{
|
|
2330
2330
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2331
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2332
|
-
theme: {
|
|
2333
|
-
primary_color_hex: '#040404'
|
|
2334
|
-
}
|
|
2331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2335
2332
|
}],
|
|
2336
2333
|
socials: {
|
|
2337
2334
|
website: 'https://scrt.network/',
|
|
@@ -4232,10 +4229,7 @@ const assets = {
|
|
|
4232
4229
|
coingecko_id: 'secret',
|
|
4233
4230
|
images: [{
|
|
4234
4231
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4235
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4236
|
-
theme: {
|
|
4237
|
-
primary_color_hex: '#040404'
|
|
4238
|
-
}
|
|
4232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4239
4233
|
}],
|
|
4240
4234
|
socials: {
|
|
4241
4235
|
website: 'https://scrt.network/',
|
package/mainnet/kujira.js
CHANGED
|
@@ -4637,10 +4637,7 @@ const assets = {
|
|
|
4637
4637
|
coingecko_id: 'secret',
|
|
4638
4638
|
images: [{
|
|
4639
4639
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4640
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4641
|
-
theme: {
|
|
4642
|
-
primary_color_hex: '#040404'
|
|
4643
|
-
}
|
|
4640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4644
4641
|
}],
|
|
4645
4642
|
socials: {
|
|
4646
4643
|
website: 'https://scrt.network/',
|
|
@@ -5904,10 +5901,7 @@ const assets = {
|
|
|
5904
5901
|
coingecko_id: 'secret',
|
|
5905
5902
|
images: [{
|
|
5906
5903
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
5907
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5908
|
-
theme: {
|
|
5909
|
-
primary_color_hex: '#040404'
|
|
5910
|
-
}
|
|
5904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5911
5905
|
}],
|
|
5912
5906
|
socials: {
|
|
5913
5907
|
website: 'https://scrt.network/',
|
package/mainnet/migaloo.js
CHANGED
|
@@ -201,6 +201,47 @@ const assets = {
|
|
|
201
201
|
}
|
|
202
202
|
}]
|
|
203
203
|
},
|
|
204
|
+
{
|
|
205
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
206
|
+
denom_units: [{
|
|
207
|
+
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
208
|
+
exponent: 0,
|
|
209
|
+
aliases: ['udgn']
|
|
210
|
+
}, {
|
|
211
|
+
denom: 'DGN',
|
|
212
|
+
exponent: 6
|
|
213
|
+
}],
|
|
214
|
+
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
215
|
+
name: 'Dragon',
|
|
216
|
+
display: 'DGN',
|
|
217
|
+
coingecko_id: 'dragon-coin-2',
|
|
218
|
+
symbol: 'DGN',
|
|
219
|
+
logo_URIs: {
|
|
220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
221
|
+
},
|
|
222
|
+
socials: {
|
|
223
|
+
website: 'https://www.cryptodungeon.org',
|
|
224
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
225
|
+
},
|
|
226
|
+
images: [{
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
228
|
+
theme: {
|
|
229
|
+
circle: true
|
|
230
|
+
}
|
|
231
|
+
}],
|
|
232
|
+
type_asset: 'sdk.coin',
|
|
233
|
+
traces: [{
|
|
234
|
+
type: 'ibc',
|
|
235
|
+
counterparty: {
|
|
236
|
+
channel_id: 'channel-6',
|
|
237
|
+
base_denom: 'udgn',
|
|
238
|
+
chain_name: 'dungeon'
|
|
239
|
+
},
|
|
240
|
+
chain: {
|
|
241
|
+
channel_id: 'channel-142'
|
|
242
|
+
}
|
|
243
|
+
}]
|
|
244
|
+
},
|
|
204
245
|
{
|
|
205
246
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
206
247
|
denom_units: [{
|
|
@@ -969,6 +1010,47 @@ const assets = {
|
|
|
969
1010
|
}
|
|
970
1011
|
}]
|
|
971
1012
|
},
|
|
1013
|
+
{
|
|
1014
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
1015
|
+
denom_units: [{
|
|
1016
|
+
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
1017
|
+
exponent: 0,
|
|
1018
|
+
aliases: ['udgn']
|
|
1019
|
+
}, {
|
|
1020
|
+
denom: 'DGN',
|
|
1021
|
+
exponent: 6
|
|
1022
|
+
}],
|
|
1023
|
+
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
1024
|
+
name: 'Dragon',
|
|
1025
|
+
display: 'DGN',
|
|
1026
|
+
coingecko_id: 'dragon-coin-2',
|
|
1027
|
+
symbol: 'DGN',
|
|
1028
|
+
logo_URIs: {
|
|
1029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1030
|
+
},
|
|
1031
|
+
socials: {
|
|
1032
|
+
website: 'https://www.cryptodungeon.org',
|
|
1033
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1034
|
+
},
|
|
1035
|
+
images: [{
|
|
1036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1037
|
+
theme: {
|
|
1038
|
+
circle: true
|
|
1039
|
+
}
|
|
1040
|
+
}],
|
|
1041
|
+
type_asset: 'sdk.coin',
|
|
1042
|
+
traces: [{
|
|
1043
|
+
type: 'ibc',
|
|
1044
|
+
counterparty: {
|
|
1045
|
+
channel_id: 'channel-6',
|
|
1046
|
+
base_denom: 'udgn',
|
|
1047
|
+
chain_name: 'dungeon'
|
|
1048
|
+
},
|
|
1049
|
+
chain: {
|
|
1050
|
+
channel_id: 'channel-142'
|
|
1051
|
+
}
|
|
1052
|
+
}]
|
|
1053
|
+
},
|
|
972
1054
|
{
|
|
973
1055
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
974
1056
|
denom_units: [{
|
|
@@ -1767,10 +1849,7 @@ const assets = {
|
|
|
1767
1849
|
coingecko_id: 'secret',
|
|
1768
1850
|
images: [{
|
|
1769
1851
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1770
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1771
|
-
theme: {
|
|
1772
|
-
primary_color_hex: '#040404'
|
|
1773
|
-
}
|
|
1852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1774
1853
|
}],
|
|
1775
1854
|
socials: {
|
|
1776
1855
|
website: 'https://scrt.network/',
|
|
@@ -2222,10 +2301,7 @@ const assets = {
|
|
|
2222
2301
|
coingecko_id: 'secret',
|
|
2223
2302
|
images: [{
|
|
2224
2303
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2225
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2226
|
-
theme: {
|
|
2227
|
-
primary_color_hex: '#040404'
|
|
2228
|
-
}
|
|
2304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2229
2305
|
}],
|
|
2230
2306
|
socials: {
|
|
2231
2307
|
website: 'https://scrt.network/',
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'milkyway',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['utia']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'tia',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
17
|
+
name: 'Celestia',
|
|
18
|
+
display: 'tia',
|
|
19
|
+
symbol: 'TIA',
|
|
20
|
+
coingecko_id: 'celestia',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#7c2cfb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://celestia.org/',
|
|
34
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-49',
|
|
41
|
+
base_denom: 'utia',
|
|
42
|
+
chain_name: 'celestia'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-1'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
51
|
+
denom_units: [{
|
|
52
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
53
|
+
exponent: 0,
|
|
54
|
+
aliases: ['utia']
|
|
55
|
+
}, {
|
|
56
|
+
denom: 'tia',
|
|
57
|
+
exponent: 6
|
|
58
|
+
}],
|
|
59
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
60
|
+
name: 'Celestia',
|
|
61
|
+
display: 'tia',
|
|
62
|
+
symbol: 'TIA',
|
|
63
|
+
coingecko_id: 'celestia',
|
|
64
|
+
logo_URIs: {
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
67
|
+
},
|
|
68
|
+
images: [{
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
71
|
+
theme: {
|
|
72
|
+
primary_color_hex: '#7c2cfb'
|
|
73
|
+
}
|
|
74
|
+
}],
|
|
75
|
+
socials: {
|
|
76
|
+
website: 'https://celestia.org/',
|
|
77
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
78
|
+
},
|
|
79
|
+
type_asset: 'sdk.coin',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-49',
|
|
84
|
+
base_denom: 'utia',
|
|
85
|
+
chain_name: 'celestia'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-1'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
104
|
+
name: 'Osmosis',
|
|
105
|
+
display: 'osmo',
|
|
106
|
+
symbol: 'OSMO',
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#760dbb'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
coingecko_id: 'osmosis',
|
|
119
|
+
keywords: ['dex', 'staking'],
|
|
120
|
+
socials: {
|
|
121
|
+
website: 'https://osmosis.zone',
|
|
122
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
+
},
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
channel_id: 'channel-89298',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-0'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
148
|
+
name: 'Ion DAO',
|
|
149
|
+
display: 'ion',
|
|
150
|
+
symbol: 'ION',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
+
theme: {
|
|
159
|
+
primary_color_hex: '#4453c7'
|
|
160
|
+
}
|
|
161
|
+
}],
|
|
162
|
+
coingecko_id: 'ion',
|
|
163
|
+
keywords: ['memecoin', 'defi'],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://ion.wtf',
|
|
166
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-89298',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-0'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
description: 'The native token of Osmosis',
|
|
182
|
+
denom_units: [{
|
|
183
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
184
|
+
exponent: 0,
|
|
185
|
+
aliases: ['uosmo']
|
|
186
|
+
}, {
|
|
187
|
+
denom: 'osmo',
|
|
188
|
+
exponent: 6
|
|
189
|
+
}],
|
|
190
|
+
type_asset: 'sdk.coin',
|
|
191
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
192
|
+
name: 'Osmosis',
|
|
193
|
+
display: 'osmo',
|
|
194
|
+
symbol: 'OSMO',
|
|
195
|
+
logo_URIs: {
|
|
196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
198
|
+
},
|
|
199
|
+
images: [{
|
|
200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
202
|
+
theme: {
|
|
203
|
+
primary_color_hex: '#760dbb'
|
|
204
|
+
}
|
|
205
|
+
}],
|
|
206
|
+
coingecko_id: 'osmosis',
|
|
207
|
+
keywords: ['dex', 'staking'],
|
|
208
|
+
socials: {
|
|
209
|
+
website: 'https://osmosis.zone',
|
|
210
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
211
|
+
},
|
|
212
|
+
traces: [{
|
|
213
|
+
type: 'ibc',
|
|
214
|
+
counterparty: {
|
|
215
|
+
channel_id: 'channel-89298',
|
|
216
|
+
base_denom: 'uosmo',
|
|
217
|
+
chain_name: 'osmosis'
|
|
218
|
+
},
|
|
219
|
+
chain: {
|
|
220
|
+
channel_id: 'channel-0'
|
|
221
|
+
}
|
|
222
|
+
}]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
description: 'ION is the second native token of Osmosis.',
|
|
226
|
+
denom_units: [{
|
|
227
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
228
|
+
exponent: 0,
|
|
229
|
+
aliases: ['uion']
|
|
230
|
+
}, {
|
|
231
|
+
denom: 'ion',
|
|
232
|
+
exponent: 6
|
|
233
|
+
}],
|
|
234
|
+
type_asset: 'sdk.coin',
|
|
235
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
236
|
+
name: 'Ion DAO',
|
|
237
|
+
display: 'ion',
|
|
238
|
+
symbol: 'ION',
|
|
239
|
+
logo_URIs: {
|
|
240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
242
|
+
},
|
|
243
|
+
images: [{
|
|
244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
246
|
+
theme: {
|
|
247
|
+
primary_color_hex: '#4453c7'
|
|
248
|
+
}
|
|
249
|
+
}],
|
|
250
|
+
coingecko_id: 'ion',
|
|
251
|
+
keywords: ['memecoin', 'defi'],
|
|
252
|
+
socials: {
|
|
253
|
+
website: 'https://ion.wtf',
|
|
254
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
255
|
+
},
|
|
256
|
+
traces: [{
|
|
257
|
+
type: 'ibc',
|
|
258
|
+
counterparty: {
|
|
259
|
+
channel_id: 'channel-89298',
|
|
260
|
+
base_denom: 'uion',
|
|
261
|
+
chain_name: 'osmosis'
|
|
262
|
+
},
|
|
263
|
+
chain: {
|
|
264
|
+
channel_id: 'channel-0'
|
|
265
|
+
}
|
|
266
|
+
}]
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
};
|
|
270
|
+
exports.default = assets;
|