@chain-registry/assets 1.70.31 → 1.70.33
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/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/dungeon.js +392 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kimanetwork.js +16 -16
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +8 -472
- package/esm/mainnet/stride.js +72 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/dungeon.js +392 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/juno.js +0 -72
- package/mainnet/kimanetwork.js +16 -16
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +8 -472
- package/mainnet/stride.js +72 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
package/esm/mainnet/cerberus.js
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'cerberus',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of Osmosis',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['uosmo']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'osmo',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
type_asset: 'sdk.coin',
|
|
15
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
16
|
-
name: 'Osmosis',
|
|
17
|
-
display: 'osmo',
|
|
18
|
-
symbol: 'OSMO',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
-
theme: {
|
|
27
|
-
primary_color_hex: '#760dbb'
|
|
28
|
-
}
|
|
29
|
-
}],
|
|
30
|
-
coingecko_id: 'osmosis',
|
|
31
|
-
keywords: ['dex', 'staking'],
|
|
32
|
-
socials: {
|
|
33
|
-
website: 'https://osmosis.zone',
|
|
34
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
-
},
|
|
36
|
-
traces: [{
|
|
37
|
-
type: 'ibc',
|
|
38
|
-
counterparty: {
|
|
39
|
-
channel_id: 'channel-212',
|
|
40
|
-
base_denom: 'uosmo',
|
|
41
|
-
chain_name: 'osmosis'
|
|
42
|
-
},
|
|
43
|
-
chain: {
|
|
44
|
-
channel_id: 'channel-1'
|
|
45
|
-
}
|
|
46
|
-
}]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
description: 'ION is the second native token of Osmosis.',
|
|
50
|
-
denom_units: [{
|
|
51
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
52
|
-
exponent: 0,
|
|
53
|
-
aliases: ['uion']
|
|
54
|
-
}, {
|
|
55
|
-
denom: 'ion',
|
|
56
|
-
exponent: 6
|
|
57
|
-
}],
|
|
58
|
-
type_asset: 'sdk.coin',
|
|
59
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
60
|
-
name: 'Ion DAO',
|
|
61
|
-
display: 'ion',
|
|
62
|
-
symbol: 'ION',
|
|
63
|
-
logo_URIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
-
},
|
|
67
|
-
images: [{
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
-
theme: {
|
|
71
|
-
primary_color_hex: '#4453c7'
|
|
72
|
-
}
|
|
73
|
-
}],
|
|
74
|
-
coingecko_id: 'ion',
|
|
75
|
-
keywords: ['memecoin', 'defi'],
|
|
76
|
-
socials: {
|
|
77
|
-
website: 'https://ion.wtf',
|
|
78
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
-
},
|
|
80
|
-
traces: [{
|
|
81
|
-
type: 'ibc',
|
|
82
|
-
counterparty: {
|
|
83
|
-
channel_id: 'channel-212',
|
|
84
|
-
base_denom: 'uion',
|
|
85
|
-
chain_name: 'osmosis'
|
|
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/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
96
|
-
exponent: 0,
|
|
97
|
-
aliases: ['uosmo']
|
|
98
|
-
}, {
|
|
99
|
-
denom: 'osmo',
|
|
100
|
-
exponent: 6
|
|
101
|
-
}],
|
|
102
|
-
type_asset: 'sdk.coin',
|
|
103
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
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-212',
|
|
128
|
-
base_denom: 'uosmo',
|
|
129
|
-
chain_name: 'osmosis'
|
|
130
|
-
},
|
|
131
|
-
chain: {
|
|
132
|
-
channel_id: 'channel-1'
|
|
133
|
-
}
|
|
134
|
-
}]
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
description: 'ION is the second native token of Osmosis.',
|
|
138
|
-
denom_units: [{
|
|
139
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
140
|
-
exponent: 0,
|
|
141
|
-
aliases: ['uion']
|
|
142
|
-
}, {
|
|
143
|
-
denom: 'ion',
|
|
144
|
-
exponent: 6
|
|
145
|
-
}],
|
|
146
|
-
type_asset: 'sdk.coin',
|
|
147
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
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-212',
|
|
172
|
-
base_denom: 'uion',
|
|
173
|
-
chain_name: 'osmosis'
|
|
174
|
-
},
|
|
175
|
-
chain: {
|
|
176
|
-
channel_id: 'channel-1'
|
|
177
|
-
}
|
|
178
|
-
}]
|
|
179
|
-
}
|
|
180
|
-
]
|
|
181
|
-
};
|
|
182
|
-
export default assets;
|
package/esm/mainnet/cudos.js
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'cudos',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of Osmosis',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['uosmo']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'osmo',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
type_asset: 'sdk.coin',
|
|
15
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
16
|
-
name: 'Osmosis',
|
|
17
|
-
display: 'osmo',
|
|
18
|
-
symbol: 'OSMO',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
-
theme: {
|
|
27
|
-
primary_color_hex: '#760dbb'
|
|
28
|
-
}
|
|
29
|
-
}],
|
|
30
|
-
coingecko_id: 'osmosis',
|
|
31
|
-
keywords: ['dex', 'staking'],
|
|
32
|
-
socials: {
|
|
33
|
-
website: 'https://osmosis.zone',
|
|
34
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
-
},
|
|
36
|
-
traces: [{
|
|
37
|
-
type: 'ibc',
|
|
38
|
-
counterparty: {
|
|
39
|
-
channel_id: 'channel-298',
|
|
40
|
-
base_denom: 'uosmo',
|
|
41
|
-
chain_name: 'osmosis'
|
|
42
|
-
},
|
|
43
|
-
chain: {
|
|
44
|
-
channel_id: 'channel-1'
|
|
45
|
-
}
|
|
46
|
-
}]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
description: 'ION is the second native token of Osmosis.',
|
|
50
|
-
denom_units: [{
|
|
51
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
52
|
-
exponent: 0,
|
|
53
|
-
aliases: ['uion']
|
|
54
|
-
}, {
|
|
55
|
-
denom: 'ion',
|
|
56
|
-
exponent: 6
|
|
57
|
-
}],
|
|
58
|
-
type_asset: 'sdk.coin',
|
|
59
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
60
|
-
name: 'Ion DAO',
|
|
61
|
-
display: 'ion',
|
|
62
|
-
symbol: 'ION',
|
|
63
|
-
logo_URIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
-
},
|
|
67
|
-
images: [{
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
-
theme: {
|
|
71
|
-
primary_color_hex: '#4453c7'
|
|
72
|
-
}
|
|
73
|
-
}],
|
|
74
|
-
coingecko_id: 'ion',
|
|
75
|
-
keywords: ['memecoin', 'defi'],
|
|
76
|
-
socials: {
|
|
77
|
-
website: 'https://ion.wtf',
|
|
78
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
-
},
|
|
80
|
-
traces: [{
|
|
81
|
-
type: 'ibc',
|
|
82
|
-
counterparty: {
|
|
83
|
-
channel_id: 'channel-298',
|
|
84
|
-
base_denom: 'uion',
|
|
85
|
-
chain_name: 'osmosis'
|
|
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/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
96
|
-
exponent: 0,
|
|
97
|
-
aliases: ['uosmo']
|
|
98
|
-
}, {
|
|
99
|
-
denom: 'osmo',
|
|
100
|
-
exponent: 6
|
|
101
|
-
}],
|
|
102
|
-
type_asset: 'sdk.coin',
|
|
103
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
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-298',
|
|
128
|
-
base_denom: 'uosmo',
|
|
129
|
-
chain_name: 'osmosis'
|
|
130
|
-
},
|
|
131
|
-
chain: {
|
|
132
|
-
channel_id: 'channel-1'
|
|
133
|
-
}
|
|
134
|
-
}]
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
description: 'ION is the second native token of Osmosis.',
|
|
138
|
-
denom_units: [{
|
|
139
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
140
|
-
exponent: 0,
|
|
141
|
-
aliases: ['uion']
|
|
142
|
-
}, {
|
|
143
|
-
denom: 'ion',
|
|
144
|
-
exponent: 6
|
|
145
|
-
}],
|
|
146
|
-
type_asset: 'sdk.coin',
|
|
147
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
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-298',
|
|
172
|
-
base_denom: 'uion',
|
|
173
|
-
chain_name: 'osmosis'
|
|
174
|
-
},
|
|
175
|
-
chain: {
|
|
176
|
-
channel_id: 'channel-1'
|
|
177
|
-
}
|
|
178
|
-
}]
|
|
179
|
-
}
|
|
180
|
-
]
|
|
181
|
-
};
|
|
182
|
-
export default assets;
|
package/esm/mainnet/dig.js
DELETED
|
@@ -1,268 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'dig',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of JUNO Chain',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['ujuno']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'juno',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
base: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
|
|
15
|
-
name: 'Juno',
|
|
16
|
-
display: 'juno',
|
|
17
|
-
symbol: 'JUNO',
|
|
18
|
-
logo_URIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
21
|
-
},
|
|
22
|
-
coingecko_id: 'juno-network',
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
|
|
26
|
-
theme: {
|
|
27
|
-
primary_color_hex: '#fa7b7b'
|
|
28
|
-
}
|
|
29
|
-
}],
|
|
30
|
-
socials: {
|
|
31
|
-
website: 'https://junonetwork.io/',
|
|
32
|
-
twitter: 'https://twitter.com/JunoNetwork'
|
|
33
|
-
},
|
|
34
|
-
type_asset: 'sdk.coin',
|
|
35
|
-
traces: [{
|
|
36
|
-
type: 'ibc',
|
|
37
|
-
counterparty: {
|
|
38
|
-
channel_id: 'channel-37',
|
|
39
|
-
base_denom: 'ujuno',
|
|
40
|
-
chain_name: 'juno'
|
|
41
|
-
},
|
|
42
|
-
chain: {
|
|
43
|
-
channel_id: 'channel-2'
|
|
44
|
-
}
|
|
45
|
-
}]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
description: 'The native token of Osmosis',
|
|
49
|
-
denom_units: [{
|
|
50
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
51
|
-
exponent: 0,
|
|
52
|
-
aliases: ['uosmo']
|
|
53
|
-
}, {
|
|
54
|
-
denom: 'osmo',
|
|
55
|
-
exponent: 6
|
|
56
|
-
}],
|
|
57
|
-
type_asset: 'sdk.coin',
|
|
58
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
59
|
-
name: 'Osmosis',
|
|
60
|
-
display: 'osmo',
|
|
61
|
-
symbol: 'OSMO',
|
|
62
|
-
logo_URIs: {
|
|
63
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
64
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
65
|
-
},
|
|
66
|
-
images: [{
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
68
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
69
|
-
theme: {
|
|
70
|
-
primary_color_hex: '#760dbb'
|
|
71
|
-
}
|
|
72
|
-
}],
|
|
73
|
-
coingecko_id: 'osmosis',
|
|
74
|
-
keywords: ['dex', 'staking'],
|
|
75
|
-
socials: {
|
|
76
|
-
website: 'https://osmosis.zone',
|
|
77
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
78
|
-
},
|
|
79
|
-
traces: [{
|
|
80
|
-
type: 'ibc',
|
|
81
|
-
counterparty: {
|
|
82
|
-
channel_id: 'channel-128',
|
|
83
|
-
base_denom: 'uosmo',
|
|
84
|
-
chain_name: 'osmosis'
|
|
85
|
-
},
|
|
86
|
-
chain: {
|
|
87
|
-
channel_id: 'channel-1'
|
|
88
|
-
}
|
|
89
|
-
}]
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
description: 'ION is the second native token of Osmosis.',
|
|
93
|
-
denom_units: [{
|
|
94
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
95
|
-
exponent: 0,
|
|
96
|
-
aliases: ['uion']
|
|
97
|
-
}, {
|
|
98
|
-
denom: 'ion',
|
|
99
|
-
exponent: 6
|
|
100
|
-
}],
|
|
101
|
-
type_asset: 'sdk.coin',
|
|
102
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
103
|
-
name: 'Ion DAO',
|
|
104
|
-
display: 'ion',
|
|
105
|
-
symbol: 'ION',
|
|
106
|
-
logo_URIs: {
|
|
107
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
108
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
109
|
-
},
|
|
110
|
-
images: [{
|
|
111
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
112
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
113
|
-
theme: {
|
|
114
|
-
primary_color_hex: '#4453c7'
|
|
115
|
-
}
|
|
116
|
-
}],
|
|
117
|
-
coingecko_id: 'ion',
|
|
118
|
-
keywords: ['memecoin', 'defi'],
|
|
119
|
-
socials: {
|
|
120
|
-
website: 'https://ion.wtf',
|
|
121
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
122
|
-
},
|
|
123
|
-
traces: [{
|
|
124
|
-
type: 'ibc',
|
|
125
|
-
counterparty: {
|
|
126
|
-
channel_id: 'channel-128',
|
|
127
|
-
base_denom: 'uion',
|
|
128
|
-
chain_name: 'osmosis'
|
|
129
|
-
},
|
|
130
|
-
chain: {
|
|
131
|
-
channel_id: 'channel-1'
|
|
132
|
-
}
|
|
133
|
-
}]
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
description: 'The native token of JUNO Chain',
|
|
137
|
-
denom_units: [{
|
|
138
|
-
denom: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
|
|
139
|
-
exponent: 0,
|
|
140
|
-
aliases: ['ujuno']
|
|
141
|
-
}, {
|
|
142
|
-
denom: 'juno',
|
|
143
|
-
exponent: 6
|
|
144
|
-
}],
|
|
145
|
-
base: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
|
|
146
|
-
name: 'Juno',
|
|
147
|
-
display: 'juno',
|
|
148
|
-
symbol: 'JUNO',
|
|
149
|
-
logo_URIs: {
|
|
150
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
151
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
152
|
-
},
|
|
153
|
-
coingecko_id: 'juno-network',
|
|
154
|
-
images: [{
|
|
155
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
156
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
|
|
157
|
-
theme: {
|
|
158
|
-
primary_color_hex: '#fa7b7b'
|
|
159
|
-
}
|
|
160
|
-
}],
|
|
161
|
-
socials: {
|
|
162
|
-
website: 'https://junonetwork.io/',
|
|
163
|
-
twitter: 'https://twitter.com/JunoNetwork'
|
|
164
|
-
},
|
|
165
|
-
type_asset: 'sdk.coin',
|
|
166
|
-
traces: [{
|
|
167
|
-
type: 'ibc',
|
|
168
|
-
counterparty: {
|
|
169
|
-
channel_id: 'channel-37',
|
|
170
|
-
base_denom: 'ujuno',
|
|
171
|
-
chain_name: 'juno'
|
|
172
|
-
},
|
|
173
|
-
chain: {
|
|
174
|
-
channel_id: 'channel-2'
|
|
175
|
-
}
|
|
176
|
-
}]
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
description: 'The native token of Osmosis',
|
|
180
|
-
denom_units: [{
|
|
181
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
182
|
-
exponent: 0,
|
|
183
|
-
aliases: ['uosmo']
|
|
184
|
-
}, {
|
|
185
|
-
denom: 'osmo',
|
|
186
|
-
exponent: 6
|
|
187
|
-
}],
|
|
188
|
-
type_asset: 'sdk.coin',
|
|
189
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
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-128',
|
|
214
|
-
base_denom: 'uosmo',
|
|
215
|
-
chain_name: 'osmosis'
|
|
216
|
-
},
|
|
217
|
-
chain: {
|
|
218
|
-
channel_id: 'channel-1'
|
|
219
|
-
}
|
|
220
|
-
}]
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
description: 'ION is the second native token of Osmosis.',
|
|
224
|
-
denom_units: [{
|
|
225
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
226
|
-
exponent: 0,
|
|
227
|
-
aliases: ['uion']
|
|
228
|
-
}, {
|
|
229
|
-
denom: 'ion',
|
|
230
|
-
exponent: 6
|
|
231
|
-
}],
|
|
232
|
-
type_asset: 'sdk.coin',
|
|
233
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
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-128',
|
|
258
|
-
base_denom: 'uion',
|
|
259
|
-
chain_name: 'osmosis'
|
|
260
|
-
},
|
|
261
|
-
chain: {
|
|
262
|
-
channel_id: 'channel-1'
|
|
263
|
-
}
|
|
264
|
-
}]
|
|
265
|
-
}
|
|
266
|
-
]
|
|
267
|
-
};
|
|
268
|
-
export default assets;
|