@chain-registry/osmosis 1.63.5 → 1.63.6
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 +92 -0
- package/esm/asset_list.js +92 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -15062,6 +15062,52 @@ const asset_list = {
|
|
|
15062
15062
|
}
|
|
15063
15063
|
}]
|
|
15064
15064
|
},
|
|
15065
|
+
{
|
|
15066
|
+
description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
|
|
15067
|
+
denom_units: [
|
|
15068
|
+
{
|
|
15069
|
+
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
15070
|
+
exponent: 0,
|
|
15071
|
+
aliases: ['wei']
|
|
15072
|
+
},
|
|
15073
|
+
{
|
|
15074
|
+
denom: 'gwei',
|
|
15075
|
+
exponent: 9
|
|
15076
|
+
},
|
|
15077
|
+
{
|
|
15078
|
+
denom: 'stos',
|
|
15079
|
+
exponent: 18
|
|
15080
|
+
}
|
|
15081
|
+
],
|
|
15082
|
+
base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
15083
|
+
name: 'Stratos',
|
|
15084
|
+
display: 'stos',
|
|
15085
|
+
symbol: 'STOS',
|
|
15086
|
+
logo_URIs: {
|
|
15087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
15088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
|
|
15089
|
+
},
|
|
15090
|
+
coingecko_id: 'stratos',
|
|
15091
|
+
images: [{
|
|
15092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
15093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
|
|
15094
|
+
theme: {
|
|
15095
|
+
primary_color_hex: '#04847c'
|
|
15096
|
+
}
|
|
15097
|
+
}],
|
|
15098
|
+
type_asset: 'sdk.coin',
|
|
15099
|
+
traces: [{
|
|
15100
|
+
type: 'ibc',
|
|
15101
|
+
counterparty: {
|
|
15102
|
+
channel_id: 'channel-1',
|
|
15103
|
+
base_denom: 'wei',
|
|
15104
|
+
chain_name: 'stratos'
|
|
15105
|
+
},
|
|
15106
|
+
chain: {
|
|
15107
|
+
channel_id: 'channel-81016'
|
|
15108
|
+
}
|
|
15109
|
+
}]
|
|
15110
|
+
},
|
|
15065
15111
|
{
|
|
15066
15112
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
15067
15113
|
denom_units: [{
|
|
@@ -20484,6 +20530,52 @@ const asset_list = {
|
|
|
20484
20530
|
}
|
|
20485
20531
|
}]
|
|
20486
20532
|
},
|
|
20533
|
+
{
|
|
20534
|
+
description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
|
|
20535
|
+
denom_units: [
|
|
20536
|
+
{
|
|
20537
|
+
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
20538
|
+
exponent: 0,
|
|
20539
|
+
aliases: ['wei']
|
|
20540
|
+
},
|
|
20541
|
+
{
|
|
20542
|
+
denom: 'gwei',
|
|
20543
|
+
exponent: 9
|
|
20544
|
+
},
|
|
20545
|
+
{
|
|
20546
|
+
denom: 'stos',
|
|
20547
|
+
exponent: 18
|
|
20548
|
+
}
|
|
20549
|
+
],
|
|
20550
|
+
base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
20551
|
+
name: 'Stratos',
|
|
20552
|
+
display: 'stos',
|
|
20553
|
+
symbol: 'STOS',
|
|
20554
|
+
logo_URIs: {
|
|
20555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
20556
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
|
|
20557
|
+
},
|
|
20558
|
+
coingecko_id: 'stratos',
|
|
20559
|
+
images: [{
|
|
20560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
20561
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
|
|
20562
|
+
theme: {
|
|
20563
|
+
primary_color_hex: '#04847c'
|
|
20564
|
+
}
|
|
20565
|
+
}],
|
|
20566
|
+
type_asset: 'sdk.coin',
|
|
20567
|
+
traces: [{
|
|
20568
|
+
type: 'ibc',
|
|
20569
|
+
counterparty: {
|
|
20570
|
+
channel_id: 'channel-1',
|
|
20571
|
+
base_denom: 'wei',
|
|
20572
|
+
chain_name: 'stratos'
|
|
20573
|
+
},
|
|
20574
|
+
chain: {
|
|
20575
|
+
channel_id: 'channel-81016'
|
|
20576
|
+
}
|
|
20577
|
+
}]
|
|
20578
|
+
},
|
|
20487
20579
|
{
|
|
20488
20580
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
20489
20581
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -15060,6 +15060,52 @@ const asset_list = {
|
|
|
15060
15060
|
}
|
|
15061
15061
|
}]
|
|
15062
15062
|
},
|
|
15063
|
+
{
|
|
15064
|
+
description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
|
|
15065
|
+
denom_units: [
|
|
15066
|
+
{
|
|
15067
|
+
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
15068
|
+
exponent: 0,
|
|
15069
|
+
aliases: ['wei']
|
|
15070
|
+
},
|
|
15071
|
+
{
|
|
15072
|
+
denom: 'gwei',
|
|
15073
|
+
exponent: 9
|
|
15074
|
+
},
|
|
15075
|
+
{
|
|
15076
|
+
denom: 'stos',
|
|
15077
|
+
exponent: 18
|
|
15078
|
+
}
|
|
15079
|
+
],
|
|
15080
|
+
base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
15081
|
+
name: 'Stratos',
|
|
15082
|
+
display: 'stos',
|
|
15083
|
+
symbol: 'STOS',
|
|
15084
|
+
logo_URIs: {
|
|
15085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
15086
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
|
|
15087
|
+
},
|
|
15088
|
+
coingecko_id: 'stratos',
|
|
15089
|
+
images: [{
|
|
15090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
15091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
|
|
15092
|
+
theme: {
|
|
15093
|
+
primary_color_hex: '#04847c'
|
|
15094
|
+
}
|
|
15095
|
+
}],
|
|
15096
|
+
type_asset: 'sdk.coin',
|
|
15097
|
+
traces: [{
|
|
15098
|
+
type: 'ibc',
|
|
15099
|
+
counterparty: {
|
|
15100
|
+
channel_id: 'channel-1',
|
|
15101
|
+
base_denom: 'wei',
|
|
15102
|
+
chain_name: 'stratos'
|
|
15103
|
+
},
|
|
15104
|
+
chain: {
|
|
15105
|
+
channel_id: 'channel-81016'
|
|
15106
|
+
}
|
|
15107
|
+
}]
|
|
15108
|
+
},
|
|
15063
15109
|
{
|
|
15064
15110
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
15065
15111
|
denom_units: [{
|
|
@@ -20482,6 +20528,52 @@ const asset_list = {
|
|
|
20482
20528
|
}
|
|
20483
20529
|
}]
|
|
20484
20530
|
},
|
|
20531
|
+
{
|
|
20532
|
+
description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
|
|
20533
|
+
denom_units: [
|
|
20534
|
+
{
|
|
20535
|
+
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
20536
|
+
exponent: 0,
|
|
20537
|
+
aliases: ['wei']
|
|
20538
|
+
},
|
|
20539
|
+
{
|
|
20540
|
+
denom: 'gwei',
|
|
20541
|
+
exponent: 9
|
|
20542
|
+
},
|
|
20543
|
+
{
|
|
20544
|
+
denom: 'stos',
|
|
20545
|
+
exponent: 18
|
|
20546
|
+
}
|
|
20547
|
+
],
|
|
20548
|
+
base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
20549
|
+
name: 'Stratos',
|
|
20550
|
+
display: 'stos',
|
|
20551
|
+
symbol: 'STOS',
|
|
20552
|
+
logo_URIs: {
|
|
20553
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
20554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
|
|
20555
|
+
},
|
|
20556
|
+
coingecko_id: 'stratos',
|
|
20557
|
+
images: [{
|
|
20558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
|
|
20559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
|
|
20560
|
+
theme: {
|
|
20561
|
+
primary_color_hex: '#04847c'
|
|
20562
|
+
}
|
|
20563
|
+
}],
|
|
20564
|
+
type_asset: 'sdk.coin',
|
|
20565
|
+
traces: [{
|
|
20566
|
+
type: 'ibc',
|
|
20567
|
+
counterparty: {
|
|
20568
|
+
channel_id: 'channel-1',
|
|
20569
|
+
base_denom: 'wei',
|
|
20570
|
+
chain_name: 'stratos'
|
|
20571
|
+
},
|
|
20572
|
+
chain: {
|
|
20573
|
+
channel_id: 'channel-81016'
|
|
20574
|
+
}
|
|
20575
|
+
}]
|
|
20576
|
+
},
|
|
20485
20577
|
{
|
|
20486
20578
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
20487
20579
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.6",
|
|
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.46.
|
|
33
|
+
"@chain-registry/types": "^0.46.6"
|
|
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": "8244da9505593b26d16f70479d7fea0434db6ac4"
|
|
43
43
|
}
|