@chain-registry/osmosis 1.62.7 → 1.62.8
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/asset_list.js +74 -0
- package/esm/asset_list.js +74 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -10337,6 +10337,43 @@ const asset_list = {
|
|
|
10337
10337
|
}
|
|
10338
10338
|
}]
|
|
10339
10339
|
},
|
|
10340
|
+
{
|
|
10341
|
+
description: 'The native staking token of Self Chain.',
|
|
10342
|
+
denom_units: [{
|
|
10343
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10344
|
+
exponent: 0,
|
|
10345
|
+
aliases: ['uslf']
|
|
10346
|
+
}, {
|
|
10347
|
+
denom: 'slf',
|
|
10348
|
+
exponent: 6
|
|
10349
|
+
}],
|
|
10350
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10351
|
+
name: 'Self',
|
|
10352
|
+
display: 'slf',
|
|
10353
|
+
symbol: 'SLF',
|
|
10354
|
+
logo_URIs: {
|
|
10355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10356
|
+
},
|
|
10357
|
+
coingecko_id: 'self-chain',
|
|
10358
|
+
images: [{
|
|
10359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10360
|
+
}],
|
|
10361
|
+
socials: {
|
|
10362
|
+
website: 'https://selfchain.xyz',
|
|
10363
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
10364
|
+
},
|
|
10365
|
+
traces: [{
|
|
10366
|
+
type: 'ibc',
|
|
10367
|
+
counterparty: {
|
|
10368
|
+
channel_id: 'channel-1',
|
|
10369
|
+
base_denom: 'uslf',
|
|
10370
|
+
chain_name: 'self'
|
|
10371
|
+
},
|
|
10372
|
+
chain: {
|
|
10373
|
+
channel_id: 'channel-78292'
|
|
10374
|
+
}
|
|
10375
|
+
}]
|
|
10376
|
+
},
|
|
10340
10377
|
{
|
|
10341
10378
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
10342
10379
|
denom_units: [{
|
|
@@ -12973,6 +13010,43 @@ const asset_list = {
|
|
|
12973
13010
|
}
|
|
12974
13011
|
}]
|
|
12975
13012
|
},
|
|
13013
|
+
{
|
|
13014
|
+
description: 'The native staking token of Self Chain.',
|
|
13015
|
+
denom_units: [{
|
|
13016
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13017
|
+
exponent: 0,
|
|
13018
|
+
aliases: ['uslf']
|
|
13019
|
+
}, {
|
|
13020
|
+
denom: 'slf',
|
|
13021
|
+
exponent: 6
|
|
13022
|
+
}],
|
|
13023
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13024
|
+
name: 'Self',
|
|
13025
|
+
display: 'slf',
|
|
13026
|
+
symbol: 'SLF',
|
|
13027
|
+
logo_URIs: {
|
|
13028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13029
|
+
},
|
|
13030
|
+
coingecko_id: 'self-chain',
|
|
13031
|
+
images: [{
|
|
13032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13033
|
+
}],
|
|
13034
|
+
socials: {
|
|
13035
|
+
website: 'https://selfchain.xyz',
|
|
13036
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
13037
|
+
},
|
|
13038
|
+
traces: [{
|
|
13039
|
+
type: 'ibc',
|
|
13040
|
+
counterparty: {
|
|
13041
|
+
channel_id: 'channel-1',
|
|
13042
|
+
base_denom: 'uslf',
|
|
13043
|
+
chain_name: 'self'
|
|
13044
|
+
},
|
|
13045
|
+
chain: {
|
|
13046
|
+
channel_id: 'channel-78292'
|
|
13047
|
+
}
|
|
13048
|
+
}]
|
|
13049
|
+
},
|
|
12976
13050
|
{
|
|
12977
13051
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
12978
13052
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -10335,6 +10335,43 @@ const asset_list = {
|
|
|
10335
10335
|
}
|
|
10336
10336
|
}]
|
|
10337
10337
|
},
|
|
10338
|
+
{
|
|
10339
|
+
description: 'The native staking token of Self Chain.',
|
|
10340
|
+
denom_units: [{
|
|
10341
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10342
|
+
exponent: 0,
|
|
10343
|
+
aliases: ['uslf']
|
|
10344
|
+
}, {
|
|
10345
|
+
denom: 'slf',
|
|
10346
|
+
exponent: 6
|
|
10347
|
+
}],
|
|
10348
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10349
|
+
name: 'Self',
|
|
10350
|
+
display: 'slf',
|
|
10351
|
+
symbol: 'SLF',
|
|
10352
|
+
logo_URIs: {
|
|
10353
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10354
|
+
},
|
|
10355
|
+
coingecko_id: 'self-chain',
|
|
10356
|
+
images: [{
|
|
10357
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10358
|
+
}],
|
|
10359
|
+
socials: {
|
|
10360
|
+
website: 'https://selfchain.xyz',
|
|
10361
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
10362
|
+
},
|
|
10363
|
+
traces: [{
|
|
10364
|
+
type: 'ibc',
|
|
10365
|
+
counterparty: {
|
|
10366
|
+
channel_id: 'channel-1',
|
|
10367
|
+
base_denom: 'uslf',
|
|
10368
|
+
chain_name: 'self'
|
|
10369
|
+
},
|
|
10370
|
+
chain: {
|
|
10371
|
+
channel_id: 'channel-78292'
|
|
10372
|
+
}
|
|
10373
|
+
}]
|
|
10374
|
+
},
|
|
10338
10375
|
{
|
|
10339
10376
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
10340
10377
|
denom_units: [{
|
|
@@ -12971,6 +13008,43 @@ const asset_list = {
|
|
|
12971
13008
|
}
|
|
12972
13009
|
}]
|
|
12973
13010
|
},
|
|
13011
|
+
{
|
|
13012
|
+
description: 'The native staking token of Self Chain.',
|
|
13013
|
+
denom_units: [{
|
|
13014
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13015
|
+
exponent: 0,
|
|
13016
|
+
aliases: ['uslf']
|
|
13017
|
+
}, {
|
|
13018
|
+
denom: 'slf',
|
|
13019
|
+
exponent: 6
|
|
13020
|
+
}],
|
|
13021
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13022
|
+
name: 'Self',
|
|
13023
|
+
display: 'slf',
|
|
13024
|
+
symbol: 'SLF',
|
|
13025
|
+
logo_URIs: {
|
|
13026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13027
|
+
},
|
|
13028
|
+
coingecko_id: 'self-chain',
|
|
13029
|
+
images: [{
|
|
13030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13031
|
+
}],
|
|
13032
|
+
socials: {
|
|
13033
|
+
website: 'https://selfchain.xyz',
|
|
13034
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
13035
|
+
},
|
|
13036
|
+
traces: [{
|
|
13037
|
+
type: 'ibc',
|
|
13038
|
+
counterparty: {
|
|
13039
|
+
channel_id: 'channel-1',
|
|
13040
|
+
base_denom: 'uslf',
|
|
13041
|
+
chain_name: 'self'
|
|
13042
|
+
},
|
|
13043
|
+
chain: {
|
|
13044
|
+
channel_id: 'channel-78292'
|
|
13045
|
+
}
|
|
13046
|
+
}]
|
|
13047
|
+
},
|
|
12974
13048
|
{
|
|
12975
13049
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
12976
13050
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.8",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.45.
|
|
33
|
+
"@chain-registry/types": "^0.45.8"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "363d5c12983ab5212e949fd2390a0b80c82d5dcc"
|
|
43
43
|
}
|