@chain-registry/assets 1.70.548 → 1.70.549
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/cosmoshub.js +0 -2
- package/esm/mainnet/lumen.js +170 -3
- package/esm/mainnet/noble.js +0 -2
- package/esm/mainnet/osmosis.js +74 -0
- package/index.d.ts +1 -1
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/lumen.js +170 -3
- package/mainnet/noble.js +0 -2
- package/mainnet/osmosis.js +74 -0
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3935,7 +3935,6 @@ const assets = {
|
|
|
3935
3935
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
3936
3936
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
3937
3937
|
}],
|
|
3938
|
-
coingecko_id: 'joltify',
|
|
3939
3938
|
keywords: ['staking'],
|
|
3940
3939
|
socials: {
|
|
3941
3940
|
website: 'https://www.joltify.io/',
|
|
@@ -14553,7 +14552,6 @@ const assets = {
|
|
|
14553
14552
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
14554
14553
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
14555
14554
|
}],
|
|
14556
|
-
coingecko_id: 'joltify',
|
|
14557
14555
|
keywords: ['staking'],
|
|
14558
14556
|
socials: {
|
|
14559
14557
|
website: 'https://www.joltify.io/',
|
package/esm/mainnet/lumen.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'lumen',
|
|
3
|
-
assets: [
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
4
5
|
description: 'BeeZee network native coin',
|
|
5
6
|
denom_units: [{
|
|
6
7
|
denom: 'ibc/6AA21C523710EDE9DA80B4296821F1A3216579F77359EDC9D91C9039E4FFAF8F',
|
|
@@ -39,7 +40,8 @@ const assets = {
|
|
|
39
40
|
channel_id: 'channel-0'
|
|
40
41
|
}
|
|
41
42
|
}]
|
|
42
|
-
},
|
|
43
|
+
},
|
|
44
|
+
{
|
|
43
45
|
description: 'BeeZee network native coin',
|
|
44
46
|
denom_units: [{
|
|
45
47
|
denom: 'ibc/6AA21C523710EDE9DA80B4296821F1A3216579F77359EDC9D91C9039E4FFAF8F',
|
|
@@ -78,6 +80,171 @@ const assets = {
|
|
|
78
80
|
channel_id: 'channel-0'
|
|
79
81
|
}
|
|
80
82
|
}]
|
|
81
|
-
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
description: 'The native token of Osmosis',
|
|
86
|
+
denom_units: [{
|
|
87
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
88
|
+
exponent: 0,
|
|
89
|
+
aliases: ['uosmo']
|
|
90
|
+
}, {
|
|
91
|
+
denom: 'osmo',
|
|
92
|
+
exponent: 6
|
|
93
|
+
}],
|
|
94
|
+
type_asset: 'sdk.coin',
|
|
95
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
96
|
+
name: 'Osmosis',
|
|
97
|
+
display: 'osmo',
|
|
98
|
+
symbol: 'OSMO',
|
|
99
|
+
logo_URIs: {
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
|
+
},
|
|
103
|
+
images: [{
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
106
|
+
}],
|
|
107
|
+
coingecko_id: 'osmosis',
|
|
108
|
+
keywords: ['dex', 'staking'],
|
|
109
|
+
socials: {
|
|
110
|
+
website: 'https://osmosis.zone',
|
|
111
|
+
x: 'https://x.com/osmosis'
|
|
112
|
+
},
|
|
113
|
+
traces: [{
|
|
114
|
+
type: 'ibc',
|
|
115
|
+
counterparty: {
|
|
116
|
+
channel_id: 'channel-109674',
|
|
117
|
+
base_denom: 'uosmo',
|
|
118
|
+
chain_name: 'osmosis'
|
|
119
|
+
},
|
|
120
|
+
chain: {
|
|
121
|
+
channel_id: 'channel-1'
|
|
122
|
+
}
|
|
123
|
+
}]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
description: 'ION is the second native token of Osmosis.',
|
|
127
|
+
denom_units: [{
|
|
128
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
129
|
+
exponent: 0,
|
|
130
|
+
aliases: ['uion']
|
|
131
|
+
}, {
|
|
132
|
+
denom: 'ion',
|
|
133
|
+
exponent: 6
|
|
134
|
+
}],
|
|
135
|
+
type_asset: 'sdk.coin',
|
|
136
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
137
|
+
name: 'Ion DAO',
|
|
138
|
+
display: 'ion',
|
|
139
|
+
symbol: 'ION',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
147
|
+
}],
|
|
148
|
+
coingecko_id: 'ion',
|
|
149
|
+
keywords: ['memecoin', 'defi'],
|
|
150
|
+
socials: {
|
|
151
|
+
website: 'https://ion.wtf',
|
|
152
|
+
x: 'https://x.com/_IONDAO'
|
|
153
|
+
},
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-109674',
|
|
158
|
+
base_denom: 'uion',
|
|
159
|
+
chain_name: 'osmosis'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-1'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'The native token of Osmosis',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uosmo']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'osmo',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
type_asset: 'sdk.coin',
|
|
177
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
178
|
+
name: 'Osmosis',
|
|
179
|
+
display: 'osmo',
|
|
180
|
+
symbol: 'OSMO',
|
|
181
|
+
logo_URIs: {
|
|
182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
184
|
+
},
|
|
185
|
+
images: [{
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
188
|
+
}],
|
|
189
|
+
coingecko_id: 'osmosis',
|
|
190
|
+
keywords: ['dex', 'staking'],
|
|
191
|
+
socials: {
|
|
192
|
+
website: 'https://osmosis.zone',
|
|
193
|
+
x: 'https://x.com/osmosis'
|
|
194
|
+
},
|
|
195
|
+
traces: [{
|
|
196
|
+
type: 'ibc',
|
|
197
|
+
counterparty: {
|
|
198
|
+
channel_id: 'channel-109674',
|
|
199
|
+
base_denom: 'uosmo',
|
|
200
|
+
chain_name: 'osmosis'
|
|
201
|
+
},
|
|
202
|
+
chain: {
|
|
203
|
+
channel_id: 'channel-1'
|
|
204
|
+
}
|
|
205
|
+
}]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
description: 'ION is the second native token of Osmosis.',
|
|
209
|
+
denom_units: [{
|
|
210
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
211
|
+
exponent: 0,
|
|
212
|
+
aliases: ['uion']
|
|
213
|
+
}, {
|
|
214
|
+
denom: 'ion',
|
|
215
|
+
exponent: 6
|
|
216
|
+
}],
|
|
217
|
+
type_asset: 'sdk.coin',
|
|
218
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
219
|
+
name: 'Ion DAO',
|
|
220
|
+
display: 'ion',
|
|
221
|
+
symbol: 'ION',
|
|
222
|
+
logo_URIs: {
|
|
223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
225
|
+
},
|
|
226
|
+
images: [{
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
229
|
+
}],
|
|
230
|
+
coingecko_id: 'ion',
|
|
231
|
+
keywords: ['memecoin', 'defi'],
|
|
232
|
+
socials: {
|
|
233
|
+
website: 'https://ion.wtf',
|
|
234
|
+
x: 'https://x.com/_IONDAO'
|
|
235
|
+
},
|
|
236
|
+
traces: [{
|
|
237
|
+
type: 'ibc',
|
|
238
|
+
counterparty: {
|
|
239
|
+
channel_id: 'channel-109674',
|
|
240
|
+
base_denom: 'uion',
|
|
241
|
+
chain_name: 'osmosis'
|
|
242
|
+
},
|
|
243
|
+
chain: {
|
|
244
|
+
channel_id: 'channel-1'
|
|
245
|
+
}
|
|
246
|
+
}]
|
|
247
|
+
}
|
|
248
|
+
]
|
|
82
249
|
};
|
|
83
250
|
export default assets;
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -1621,7 +1621,6 @@ const assets = {
|
|
|
1621
1621
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
1622
1622
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
1623
1623
|
}],
|
|
1624
|
-
coingecko_id: 'joltify',
|
|
1625
1624
|
keywords: ['staking'],
|
|
1626
1625
|
socials: {
|
|
1627
1626
|
website: 'https://www.joltify.io/',
|
|
@@ -4113,7 +4112,6 @@ const assets = {
|
|
|
4113
4112
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
4114
4113
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
4115
4114
|
}],
|
|
4116
|
-
coingecko_id: 'joltify',
|
|
4117
4115
|
keywords: ['staking'],
|
|
4118
4116
|
socials: {
|
|
4119
4117
|
website: 'https://www.joltify.io/',
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -5118,6 +5118,43 @@ const assets = {
|
|
|
5118
5118
|
}
|
|
5119
5119
|
}]
|
|
5120
5120
|
},
|
|
5121
|
+
{
|
|
5122
|
+
description: 'The native staking token of Lumen.',
|
|
5123
|
+
denom_units: [{
|
|
5124
|
+
denom: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
5125
|
+
exponent: 0,
|
|
5126
|
+
aliases: ['ulmn']
|
|
5127
|
+
}, {
|
|
5128
|
+
denom: 'lmn',
|
|
5129
|
+
exponent: 6
|
|
5130
|
+
}],
|
|
5131
|
+
base: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
5132
|
+
name: 'Lumen',
|
|
5133
|
+
display: 'lmn',
|
|
5134
|
+
symbol: 'LMN',
|
|
5135
|
+
images: [{
|
|
5136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png'
|
|
5137
|
+
}],
|
|
5138
|
+
socials: {
|
|
5139
|
+
website: 'https://lumen-network.org/',
|
|
5140
|
+
github: 'https://github.com/network-lumen/',
|
|
5141
|
+
telegram: 'https://t.me/+HBWh_cUJCrZiODE0',
|
|
5142
|
+
discord: 'https://discord.gg/DwK6V9shKc',
|
|
5143
|
+
x: 'https://x.com/LumenStack'
|
|
5144
|
+
},
|
|
5145
|
+
type_asset: 'sdk.coin',
|
|
5146
|
+
traces: [{
|
|
5147
|
+
type: 'ibc',
|
|
5148
|
+
counterparty: {
|
|
5149
|
+
channel_id: 'channel-1',
|
|
5150
|
+
base_denom: 'ulmn',
|
|
5151
|
+
chain_name: 'lumen'
|
|
5152
|
+
},
|
|
5153
|
+
chain: {
|
|
5154
|
+
channel_id: 'channel-109674'
|
|
5155
|
+
}
|
|
5156
|
+
}]
|
|
5157
|
+
},
|
|
5121
5158
|
{
|
|
5122
5159
|
denom_units: [{
|
|
5123
5160
|
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
@@ -11621,6 +11658,43 @@ const assets = {
|
|
|
11621
11658
|
}
|
|
11622
11659
|
}]
|
|
11623
11660
|
},
|
|
11661
|
+
{
|
|
11662
|
+
description: 'The native staking token of Lumen.',
|
|
11663
|
+
denom_units: [{
|
|
11664
|
+
denom: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
11665
|
+
exponent: 0,
|
|
11666
|
+
aliases: ['ulmn']
|
|
11667
|
+
}, {
|
|
11668
|
+
denom: 'lmn',
|
|
11669
|
+
exponent: 6
|
|
11670
|
+
}],
|
|
11671
|
+
base: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
11672
|
+
name: 'Lumen',
|
|
11673
|
+
display: 'lmn',
|
|
11674
|
+
symbol: 'LMN',
|
|
11675
|
+
images: [{
|
|
11676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png'
|
|
11677
|
+
}],
|
|
11678
|
+
socials: {
|
|
11679
|
+
website: 'https://lumen-network.org/',
|
|
11680
|
+
github: 'https://github.com/network-lumen/',
|
|
11681
|
+
telegram: 'https://t.me/+HBWh_cUJCrZiODE0',
|
|
11682
|
+
discord: 'https://discord.gg/DwK6V9shKc',
|
|
11683
|
+
x: 'https://x.com/LumenStack'
|
|
11684
|
+
},
|
|
11685
|
+
type_asset: 'sdk.coin',
|
|
11686
|
+
traces: [{
|
|
11687
|
+
type: 'ibc',
|
|
11688
|
+
counterparty: {
|
|
11689
|
+
channel_id: 'channel-1',
|
|
11690
|
+
base_denom: 'ulmn',
|
|
11691
|
+
chain_name: 'lumen'
|
|
11692
|
+
},
|
|
11693
|
+
chain: {
|
|
11694
|
+
channel_id: 'channel-109674'
|
|
11695
|
+
}
|
|
11696
|
+
}]
|
|
11697
|
+
},
|
|
11624
11698
|
{
|
|
11625
11699
|
denom_units: [{
|
|
11626
11700
|
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './devnet';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists: AssetList[];
|
|
6
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3937,7 +3937,6 @@ const assets = {
|
|
|
3937
3937
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
3938
3938
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
3939
3939
|
}],
|
|
3940
|
-
coingecko_id: 'joltify',
|
|
3941
3940
|
keywords: ['staking'],
|
|
3942
3941
|
socials: {
|
|
3943
3942
|
website: 'https://www.joltify.io/',
|
|
@@ -14555,7 +14554,6 @@ const assets = {
|
|
|
14555
14554
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
14556
14555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
14557
14556
|
}],
|
|
14558
|
-
coingecko_id: 'joltify',
|
|
14559
14557
|
keywords: ['staking'],
|
|
14560
14558
|
socials: {
|
|
14561
14559
|
website: 'https://www.joltify.io/',
|
package/mainnet/lumen.js
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'lumen',
|
|
5
|
-
assets: [
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
6
7
|
description: 'BeeZee network native coin',
|
|
7
8
|
denom_units: [{
|
|
8
9
|
denom: 'ibc/6AA21C523710EDE9DA80B4296821F1A3216579F77359EDC9D91C9039E4FFAF8F',
|
|
@@ -41,7 +42,8 @@ const assets = {
|
|
|
41
42
|
channel_id: 'channel-0'
|
|
42
43
|
}
|
|
43
44
|
}]
|
|
44
|
-
},
|
|
45
|
+
},
|
|
46
|
+
{
|
|
45
47
|
description: 'BeeZee network native coin',
|
|
46
48
|
denom_units: [{
|
|
47
49
|
denom: 'ibc/6AA21C523710EDE9DA80B4296821F1A3216579F77359EDC9D91C9039E4FFAF8F',
|
|
@@ -80,6 +82,171 @@ const assets = {
|
|
|
80
82
|
channel_id: 'channel-0'
|
|
81
83
|
}
|
|
82
84
|
}]
|
|
83
|
-
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
description: 'The native token of Osmosis',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['uosmo']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'osmo',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
type_asset: 'sdk.coin',
|
|
97
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
98
|
+
name: 'Osmosis',
|
|
99
|
+
display: 'osmo',
|
|
100
|
+
symbol: 'OSMO',
|
|
101
|
+
logo_URIs: {
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
104
|
+
},
|
|
105
|
+
images: [{
|
|
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
|
+
coingecko_id: 'osmosis',
|
|
110
|
+
keywords: ['dex', 'staking'],
|
|
111
|
+
socials: {
|
|
112
|
+
website: 'https://osmosis.zone',
|
|
113
|
+
x: 'https://x.com/osmosis'
|
|
114
|
+
},
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
channel_id: 'channel-109674',
|
|
119
|
+
base_denom: 'uosmo',
|
|
120
|
+
chain_name: 'osmosis'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-1'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
description: 'ION is the second native token of Osmosis.',
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
131
|
+
exponent: 0,
|
|
132
|
+
aliases: ['uion']
|
|
133
|
+
}, {
|
|
134
|
+
denom: 'ion',
|
|
135
|
+
exponent: 6
|
|
136
|
+
}],
|
|
137
|
+
type_asset: 'sdk.coin',
|
|
138
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
139
|
+
name: 'Ion DAO',
|
|
140
|
+
display: 'ion',
|
|
141
|
+
symbol: 'ION',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
149
|
+
}],
|
|
150
|
+
coingecko_id: 'ion',
|
|
151
|
+
keywords: ['memecoin', 'defi'],
|
|
152
|
+
socials: {
|
|
153
|
+
website: 'https://ion.wtf',
|
|
154
|
+
x: 'https://x.com/_IONDAO'
|
|
155
|
+
},
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-109674',
|
|
160
|
+
base_denom: 'uion',
|
|
161
|
+
chain_name: 'osmosis'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-1'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
description: 'The native token of Osmosis',
|
|
170
|
+
denom_units: [{
|
|
171
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
172
|
+
exponent: 0,
|
|
173
|
+
aliases: ['uosmo']
|
|
174
|
+
}, {
|
|
175
|
+
denom: 'osmo',
|
|
176
|
+
exponent: 6
|
|
177
|
+
}],
|
|
178
|
+
type_asset: 'sdk.coin',
|
|
179
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
180
|
+
name: 'Osmosis',
|
|
181
|
+
display: 'osmo',
|
|
182
|
+
symbol: 'OSMO',
|
|
183
|
+
logo_URIs: {
|
|
184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
186
|
+
},
|
|
187
|
+
images: [{
|
|
188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
190
|
+
}],
|
|
191
|
+
coingecko_id: 'osmosis',
|
|
192
|
+
keywords: ['dex', 'staking'],
|
|
193
|
+
socials: {
|
|
194
|
+
website: 'https://osmosis.zone',
|
|
195
|
+
x: 'https://x.com/osmosis'
|
|
196
|
+
},
|
|
197
|
+
traces: [{
|
|
198
|
+
type: 'ibc',
|
|
199
|
+
counterparty: {
|
|
200
|
+
channel_id: 'channel-109674',
|
|
201
|
+
base_denom: 'uosmo',
|
|
202
|
+
chain_name: 'osmosis'
|
|
203
|
+
},
|
|
204
|
+
chain: {
|
|
205
|
+
channel_id: 'channel-1'
|
|
206
|
+
}
|
|
207
|
+
}]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
description: 'ION is the second native token of Osmosis.',
|
|
211
|
+
denom_units: [{
|
|
212
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
213
|
+
exponent: 0,
|
|
214
|
+
aliases: ['uion']
|
|
215
|
+
}, {
|
|
216
|
+
denom: 'ion',
|
|
217
|
+
exponent: 6
|
|
218
|
+
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
221
|
+
name: 'Ion DAO',
|
|
222
|
+
display: 'ion',
|
|
223
|
+
symbol: 'ION',
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
231
|
+
}],
|
|
232
|
+
coingecko_id: 'ion',
|
|
233
|
+
keywords: ['memecoin', 'defi'],
|
|
234
|
+
socials: {
|
|
235
|
+
website: 'https://ion.wtf',
|
|
236
|
+
x: 'https://x.com/_IONDAO'
|
|
237
|
+
},
|
|
238
|
+
traces: [{
|
|
239
|
+
type: 'ibc',
|
|
240
|
+
counterparty: {
|
|
241
|
+
channel_id: 'channel-109674',
|
|
242
|
+
base_denom: 'uion',
|
|
243
|
+
chain_name: 'osmosis'
|
|
244
|
+
},
|
|
245
|
+
chain: {
|
|
246
|
+
channel_id: 'channel-1'
|
|
247
|
+
}
|
|
248
|
+
}]
|
|
249
|
+
}
|
|
250
|
+
]
|
|
84
251
|
};
|
|
85
252
|
exports.default = assets;
|
package/mainnet/noble.js
CHANGED
|
@@ -1623,7 +1623,6 @@ const assets = {
|
|
|
1623
1623
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
1624
1624
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
1625
1625
|
}],
|
|
1626
|
-
coingecko_id: 'joltify',
|
|
1627
1626
|
keywords: ['staking'],
|
|
1628
1627
|
socials: {
|
|
1629
1628
|
website: 'https://www.joltify.io/',
|
|
@@ -4115,7 +4114,6 @@ const assets = {
|
|
|
4115
4114
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
|
|
4116
4115
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
|
|
4117
4116
|
}],
|
|
4118
|
-
coingecko_id: 'joltify',
|
|
4119
4117
|
keywords: ['staking'],
|
|
4120
4118
|
socials: {
|
|
4121
4119
|
website: 'https://www.joltify.io/',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -5120,6 +5120,43 @@ const assets = {
|
|
|
5120
5120
|
}
|
|
5121
5121
|
}]
|
|
5122
5122
|
},
|
|
5123
|
+
{
|
|
5124
|
+
description: 'The native staking token of Lumen.',
|
|
5125
|
+
denom_units: [{
|
|
5126
|
+
denom: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
5127
|
+
exponent: 0,
|
|
5128
|
+
aliases: ['ulmn']
|
|
5129
|
+
}, {
|
|
5130
|
+
denom: 'lmn',
|
|
5131
|
+
exponent: 6
|
|
5132
|
+
}],
|
|
5133
|
+
base: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
5134
|
+
name: 'Lumen',
|
|
5135
|
+
display: 'lmn',
|
|
5136
|
+
symbol: 'LMN',
|
|
5137
|
+
images: [{
|
|
5138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png'
|
|
5139
|
+
}],
|
|
5140
|
+
socials: {
|
|
5141
|
+
website: 'https://lumen-network.org/',
|
|
5142
|
+
github: 'https://github.com/network-lumen/',
|
|
5143
|
+
telegram: 'https://t.me/+HBWh_cUJCrZiODE0',
|
|
5144
|
+
discord: 'https://discord.gg/DwK6V9shKc',
|
|
5145
|
+
x: 'https://x.com/LumenStack'
|
|
5146
|
+
},
|
|
5147
|
+
type_asset: 'sdk.coin',
|
|
5148
|
+
traces: [{
|
|
5149
|
+
type: 'ibc',
|
|
5150
|
+
counterparty: {
|
|
5151
|
+
channel_id: 'channel-1',
|
|
5152
|
+
base_denom: 'ulmn',
|
|
5153
|
+
chain_name: 'lumen'
|
|
5154
|
+
},
|
|
5155
|
+
chain: {
|
|
5156
|
+
channel_id: 'channel-109674'
|
|
5157
|
+
}
|
|
5158
|
+
}]
|
|
5159
|
+
},
|
|
5123
5160
|
{
|
|
5124
5161
|
denom_units: [{
|
|
5125
5162
|
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
@@ -11623,6 +11660,43 @@ const assets = {
|
|
|
11623
11660
|
}
|
|
11624
11661
|
}]
|
|
11625
11662
|
},
|
|
11663
|
+
{
|
|
11664
|
+
description: 'The native staking token of Lumen.',
|
|
11665
|
+
denom_units: [{
|
|
11666
|
+
denom: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
11667
|
+
exponent: 0,
|
|
11668
|
+
aliases: ['ulmn']
|
|
11669
|
+
}, {
|
|
11670
|
+
denom: 'lmn',
|
|
11671
|
+
exponent: 6
|
|
11672
|
+
}],
|
|
11673
|
+
base: 'ibc/88DBE57372690630D2DD9779C247479CE124E777C5D695FA90699F3140CEC59F',
|
|
11674
|
+
name: 'Lumen',
|
|
11675
|
+
display: 'lmn',
|
|
11676
|
+
symbol: 'LMN',
|
|
11677
|
+
images: [{
|
|
11678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png'
|
|
11679
|
+
}],
|
|
11680
|
+
socials: {
|
|
11681
|
+
website: 'https://lumen-network.org/',
|
|
11682
|
+
github: 'https://github.com/network-lumen/',
|
|
11683
|
+
telegram: 'https://t.me/+HBWh_cUJCrZiODE0',
|
|
11684
|
+
discord: 'https://discord.gg/DwK6V9shKc',
|
|
11685
|
+
x: 'https://x.com/LumenStack'
|
|
11686
|
+
},
|
|
11687
|
+
type_asset: 'sdk.coin',
|
|
11688
|
+
traces: [{
|
|
11689
|
+
type: 'ibc',
|
|
11690
|
+
counterparty: {
|
|
11691
|
+
channel_id: 'channel-1',
|
|
11692
|
+
base_denom: 'ulmn',
|
|
11693
|
+
chain_name: 'lumen'
|
|
11694
|
+
},
|
|
11695
|
+
chain: {
|
|
11696
|
+
channel_id: 'channel-109674'
|
|
11697
|
+
}
|
|
11698
|
+
}]
|
|
11699
|
+
},
|
|
11626
11700
|
{
|
|
11627
11701
|
denom_units: [{
|
|
11628
11702
|
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.549",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.339",
|
|
33
|
+
"chain-registry": "^1.69.549"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.339"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c15415d72dd6372f73f1b708459a71d5ee81d731"
|
|
47
47
|
}
|