@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/esm/mainnet/jackal.js
CHANGED
|
@@ -561,10 +561,7 @@ const assets = {
|
|
|
561
561
|
coingecko_id: 'secret',
|
|
562
562
|
images: [{
|
|
563
563
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
564
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
565
|
-
theme: {
|
|
566
|
-
primary_color_hex: '#040404'
|
|
567
|
-
}
|
|
564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
568
565
|
}],
|
|
569
566
|
socials: {
|
|
570
567
|
website: 'https://scrt.network/',
|
|
@@ -735,10 +732,7 @@ const assets = {
|
|
|
735
732
|
coingecko_id: 'secret',
|
|
736
733
|
images: [{
|
|
737
734
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
738
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
739
|
-
theme: {
|
|
740
|
-
primary_color_hex: '#040404'
|
|
741
|
-
}
|
|
735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
742
736
|
}],
|
|
743
737
|
socials: {
|
|
744
738
|
website: 'https://scrt.network/',
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -2326,10 +2326,7 @@ const assets = {
|
|
|
2326
2326
|
coingecko_id: 'secret',
|
|
2327
2327
|
images: [{
|
|
2328
2328
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2329
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2330
|
-
theme: {
|
|
2331
|
-
primary_color_hex: '#040404'
|
|
2332
|
-
}
|
|
2329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2333
2330
|
}],
|
|
2334
2331
|
socials: {
|
|
2335
2332
|
website: 'https://scrt.network/',
|
|
@@ -4230,10 +4227,7 @@ const assets = {
|
|
|
4230
4227
|
coingecko_id: 'secret',
|
|
4231
4228
|
images: [{
|
|
4232
4229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4233
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4234
|
-
theme: {
|
|
4235
|
-
primary_color_hex: '#040404'
|
|
4236
|
-
}
|
|
4230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4237
4231
|
}],
|
|
4238
4232
|
socials: {
|
|
4239
4233
|
website: 'https://scrt.network/',
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -4635,10 +4635,7 @@ const assets = {
|
|
|
4635
4635
|
coingecko_id: 'secret',
|
|
4636
4636
|
images: [{
|
|
4637
4637
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4638
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4639
|
-
theme: {
|
|
4640
|
-
primary_color_hex: '#040404'
|
|
4641
|
-
}
|
|
4638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4642
4639
|
}],
|
|
4643
4640
|
socials: {
|
|
4644
4641
|
website: 'https://scrt.network/',
|
|
@@ -5902,10 +5899,7 @@ const assets = {
|
|
|
5902
5899
|
coingecko_id: 'secret',
|
|
5903
5900
|
images: [{
|
|
5904
5901
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
5905
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5906
|
-
theme: {
|
|
5907
|
-
primary_color_hex: '#040404'
|
|
5908
|
-
}
|
|
5902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5909
5903
|
}],
|
|
5910
5904
|
socials: {
|
|
5911
5905
|
website: 'https://scrt.network/',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -199,6 +199,47 @@ const assets = {
|
|
|
199
199
|
}
|
|
200
200
|
}]
|
|
201
201
|
},
|
|
202
|
+
{
|
|
203
|
+
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.',
|
|
204
|
+
denom_units: [{
|
|
205
|
+
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
206
|
+
exponent: 0,
|
|
207
|
+
aliases: ['udgn']
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'DGN',
|
|
210
|
+
exponent: 6
|
|
211
|
+
}],
|
|
212
|
+
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
213
|
+
name: 'Dragon',
|
|
214
|
+
display: 'DGN',
|
|
215
|
+
coingecko_id: 'dragon-coin-2',
|
|
216
|
+
symbol: 'DGN',
|
|
217
|
+
logo_URIs: {
|
|
218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
219
|
+
},
|
|
220
|
+
socials: {
|
|
221
|
+
website: 'https://www.cryptodungeon.org',
|
|
222
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
223
|
+
},
|
|
224
|
+
images: [{
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
226
|
+
theme: {
|
|
227
|
+
circle: true
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
type_asset: 'sdk.coin',
|
|
231
|
+
traces: [{
|
|
232
|
+
type: 'ibc',
|
|
233
|
+
counterparty: {
|
|
234
|
+
channel_id: 'channel-6',
|
|
235
|
+
base_denom: 'udgn',
|
|
236
|
+
chain_name: 'dungeon'
|
|
237
|
+
},
|
|
238
|
+
chain: {
|
|
239
|
+
channel_id: 'channel-142'
|
|
240
|
+
}
|
|
241
|
+
}]
|
|
242
|
+
},
|
|
202
243
|
{
|
|
203
244
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
204
245
|
denom_units: [{
|
|
@@ -967,6 +1008,47 @@ const assets = {
|
|
|
967
1008
|
}
|
|
968
1009
|
}]
|
|
969
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
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.',
|
|
1013
|
+
denom_units: [{
|
|
1014
|
+
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
1015
|
+
exponent: 0,
|
|
1016
|
+
aliases: ['udgn']
|
|
1017
|
+
}, {
|
|
1018
|
+
denom: 'DGN',
|
|
1019
|
+
exponent: 6
|
|
1020
|
+
}],
|
|
1021
|
+
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
1022
|
+
name: 'Dragon',
|
|
1023
|
+
display: 'DGN',
|
|
1024
|
+
coingecko_id: 'dragon-coin-2',
|
|
1025
|
+
symbol: 'DGN',
|
|
1026
|
+
logo_URIs: {
|
|
1027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1028
|
+
},
|
|
1029
|
+
socials: {
|
|
1030
|
+
website: 'https://www.cryptodungeon.org',
|
|
1031
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1032
|
+
},
|
|
1033
|
+
images: [{
|
|
1034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1035
|
+
theme: {
|
|
1036
|
+
circle: true
|
|
1037
|
+
}
|
|
1038
|
+
}],
|
|
1039
|
+
type_asset: 'sdk.coin',
|
|
1040
|
+
traces: [{
|
|
1041
|
+
type: 'ibc',
|
|
1042
|
+
counterparty: {
|
|
1043
|
+
channel_id: 'channel-6',
|
|
1044
|
+
base_denom: 'udgn',
|
|
1045
|
+
chain_name: 'dungeon'
|
|
1046
|
+
},
|
|
1047
|
+
chain: {
|
|
1048
|
+
channel_id: 'channel-142'
|
|
1049
|
+
}
|
|
1050
|
+
}]
|
|
1051
|
+
},
|
|
970
1052
|
{
|
|
971
1053
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
972
1054
|
denom_units: [{
|
|
@@ -1765,10 +1847,7 @@ const assets = {
|
|
|
1765
1847
|
coingecko_id: 'secret',
|
|
1766
1848
|
images: [{
|
|
1767
1849
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1768
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1769
|
-
theme: {
|
|
1770
|
-
primary_color_hex: '#040404'
|
|
1771
|
-
}
|
|
1850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1772
1851
|
}],
|
|
1773
1852
|
socials: {
|
|
1774
1853
|
website: 'https://scrt.network/',
|
|
@@ -2220,10 +2299,7 @@ const assets = {
|
|
|
2220
2299
|
coingecko_id: 'secret',
|
|
2221
2300
|
images: [{
|
|
2222
2301
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2223
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2224
|
-
theme: {
|
|
2225
|
-
primary_color_hex: '#040404'
|
|
2226
|
-
}
|
|
2302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2227
2303
|
}],
|
|
2228
2304
|
socials: {
|
|
2229
2305
|
website: 'https://scrt.network/',
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'milkyway',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['utia']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'tia',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
15
|
+
name: 'Celestia',
|
|
16
|
+
display: 'tia',
|
|
17
|
+
symbol: 'TIA',
|
|
18
|
+
coingecko_id: 'celestia',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#7c2cfb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://celestia.org/',
|
|
32
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-49',
|
|
39
|
+
base_denom: 'utia',
|
|
40
|
+
chain_name: 'celestia'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-1'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['utia']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'tia',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
58
|
+
name: 'Celestia',
|
|
59
|
+
display: 'tia',
|
|
60
|
+
symbol: 'TIA',
|
|
61
|
+
coingecko_id: 'celestia',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
primary_color_hex: '#7c2cfb'
|
|
71
|
+
}
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://celestia.org/',
|
|
75
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
76
|
+
},
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-49',
|
|
82
|
+
base_denom: 'utia',
|
|
83
|
+
chain_name: 'celestia'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-1'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
description: 'The native token of Osmosis',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['uosmo']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'osmo',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
type_asset: 'sdk.coin',
|
|
101
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
102
|
+
name: 'Osmosis',
|
|
103
|
+
display: 'osmo',
|
|
104
|
+
symbol: 'OSMO',
|
|
105
|
+
logo_URIs: {
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
108
|
+
},
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#760dbb'
|
|
114
|
+
}
|
|
115
|
+
}],
|
|
116
|
+
coingecko_id: 'osmosis',
|
|
117
|
+
keywords: ['dex', 'staking'],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://osmosis.zone',
|
|
120
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
121
|
+
},
|
|
122
|
+
traces: [{
|
|
123
|
+
type: 'ibc',
|
|
124
|
+
counterparty: {
|
|
125
|
+
channel_id: 'channel-89298',
|
|
126
|
+
base_denom: 'uosmo',
|
|
127
|
+
chain_name: 'osmosis'
|
|
128
|
+
},
|
|
129
|
+
chain: {
|
|
130
|
+
channel_id: 'channel-0'
|
|
131
|
+
}
|
|
132
|
+
}]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
description: 'ION is the second native token of Osmosis.',
|
|
136
|
+
denom_units: [{
|
|
137
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
138
|
+
exponent: 0,
|
|
139
|
+
aliases: ['uion']
|
|
140
|
+
}, {
|
|
141
|
+
denom: 'ion',
|
|
142
|
+
exponent: 6
|
|
143
|
+
}],
|
|
144
|
+
type_asset: 'sdk.coin',
|
|
145
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
146
|
+
name: 'Ion DAO',
|
|
147
|
+
display: 'ion',
|
|
148
|
+
symbol: 'ION',
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
152
|
+
},
|
|
153
|
+
images: [{
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
156
|
+
theme: {
|
|
157
|
+
primary_color_hex: '#4453c7'
|
|
158
|
+
}
|
|
159
|
+
}],
|
|
160
|
+
coingecko_id: 'ion',
|
|
161
|
+
keywords: ['memecoin', 'defi'],
|
|
162
|
+
socials: {
|
|
163
|
+
website: 'https://ion.wtf',
|
|
164
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
165
|
+
},
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-89298',
|
|
170
|
+
base_denom: 'uion',
|
|
171
|
+
chain_name: 'osmosis'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-0'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'The native token of Osmosis',
|
|
180
|
+
denom_units: [{
|
|
181
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
182
|
+
exponent: 0,
|
|
183
|
+
aliases: ['uosmo']
|
|
184
|
+
}, {
|
|
185
|
+
denom: 'osmo',
|
|
186
|
+
exponent: 6
|
|
187
|
+
}],
|
|
188
|
+
type_asset: 'sdk.coin',
|
|
189
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
190
|
+
name: 'Osmosis',
|
|
191
|
+
display: 'osmo',
|
|
192
|
+
symbol: 'OSMO',
|
|
193
|
+
logo_URIs: {
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
196
|
+
},
|
|
197
|
+
images: [{
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
200
|
+
theme: {
|
|
201
|
+
primary_color_hex: '#760dbb'
|
|
202
|
+
}
|
|
203
|
+
}],
|
|
204
|
+
coingecko_id: 'osmosis',
|
|
205
|
+
keywords: ['dex', 'staking'],
|
|
206
|
+
socials: {
|
|
207
|
+
website: 'https://osmosis.zone',
|
|
208
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
209
|
+
},
|
|
210
|
+
traces: [{
|
|
211
|
+
type: 'ibc',
|
|
212
|
+
counterparty: {
|
|
213
|
+
channel_id: 'channel-89298',
|
|
214
|
+
base_denom: 'uosmo',
|
|
215
|
+
chain_name: 'osmosis'
|
|
216
|
+
},
|
|
217
|
+
chain: {
|
|
218
|
+
channel_id: 'channel-0'
|
|
219
|
+
}
|
|
220
|
+
}]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
description: 'ION is the second native token of Osmosis.',
|
|
224
|
+
denom_units: [{
|
|
225
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
226
|
+
exponent: 0,
|
|
227
|
+
aliases: ['uion']
|
|
228
|
+
}, {
|
|
229
|
+
denom: 'ion',
|
|
230
|
+
exponent: 6
|
|
231
|
+
}],
|
|
232
|
+
type_asset: 'sdk.coin',
|
|
233
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
234
|
+
name: 'Ion DAO',
|
|
235
|
+
display: 'ion',
|
|
236
|
+
symbol: 'ION',
|
|
237
|
+
logo_URIs: {
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
240
|
+
},
|
|
241
|
+
images: [{
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
244
|
+
theme: {
|
|
245
|
+
primary_color_hex: '#4453c7'
|
|
246
|
+
}
|
|
247
|
+
}],
|
|
248
|
+
coingecko_id: 'ion',
|
|
249
|
+
keywords: ['memecoin', 'defi'],
|
|
250
|
+
socials: {
|
|
251
|
+
website: 'https://ion.wtf',
|
|
252
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
253
|
+
},
|
|
254
|
+
traces: [{
|
|
255
|
+
type: 'ibc',
|
|
256
|
+
counterparty: {
|
|
257
|
+
channel_id: 'channel-89298',
|
|
258
|
+
base_denom: 'uion',
|
|
259
|
+
chain_name: 'osmosis'
|
|
260
|
+
},
|
|
261
|
+
chain: {
|
|
262
|
+
channel_id: 'channel-0'
|
|
263
|
+
}
|
|
264
|
+
}]
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
};
|
|
268
|
+
export default assets;
|