@chain-registry/osmosis 1.67.358 → 1.67.360
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 +78 -2
- package/esm/asset_list.js +78 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -450,6 +450,45 @@ const asset_list = {
|
|
|
450
450
|
}
|
|
451
451
|
}]
|
|
452
452
|
},
|
|
453
|
+
{
|
|
454
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
455
|
+
type_asset: 'sdk.coin',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['uamts']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'amts',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
465
|
+
name: 'Amitis',
|
|
466
|
+
display: 'amts',
|
|
467
|
+
symbol: 'AMTS',
|
|
468
|
+
logo_URIs: {
|
|
469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
470
|
+
},
|
|
471
|
+
images: [{
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
473
|
+
}],
|
|
474
|
+
keywords: [
|
|
475
|
+
'native',
|
|
476
|
+
'staking',
|
|
477
|
+
'fee-rebate',
|
|
478
|
+
'dex'
|
|
479
|
+
],
|
|
480
|
+
traces: [{
|
|
481
|
+
type: 'ibc',
|
|
482
|
+
counterparty: {
|
|
483
|
+
channel_id: 'channel-1',
|
|
484
|
+
base_denom: 'uamts',
|
|
485
|
+
chain_name: 'amitis'
|
|
486
|
+
},
|
|
487
|
+
chain: {
|
|
488
|
+
channel_id: 'channel-110089'
|
|
489
|
+
}
|
|
490
|
+
}]
|
|
491
|
+
},
|
|
453
492
|
{
|
|
454
493
|
description: 'The native staking and governance token of Andromeda',
|
|
455
494
|
denom_units: [{
|
|
@@ -1893,7 +1932,6 @@ const asset_list = {
|
|
|
1893
1932
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1894
1933
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1895
1934
|
},
|
|
1896
|
-
coingecko_id: 'pulsara',
|
|
1897
1935
|
keywords: [
|
|
1898
1936
|
'dex',
|
|
1899
1937
|
'staking',
|
|
@@ -7025,6 +7063,45 @@ const asset_list = {
|
|
|
7025
7063
|
}
|
|
7026
7064
|
}]
|
|
7027
7065
|
},
|
|
7066
|
+
{
|
|
7067
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
7068
|
+
type_asset: 'sdk.coin',
|
|
7069
|
+
denom_units: [{
|
|
7070
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7071
|
+
exponent: 0,
|
|
7072
|
+
aliases: ['uamts']
|
|
7073
|
+
}, {
|
|
7074
|
+
denom: 'amts',
|
|
7075
|
+
exponent: 6
|
|
7076
|
+
}],
|
|
7077
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7078
|
+
name: 'Amitis',
|
|
7079
|
+
display: 'amts',
|
|
7080
|
+
symbol: 'AMTS',
|
|
7081
|
+
logo_URIs: {
|
|
7082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7083
|
+
},
|
|
7084
|
+
images: [{
|
|
7085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7086
|
+
}],
|
|
7087
|
+
keywords: [
|
|
7088
|
+
'native',
|
|
7089
|
+
'staking',
|
|
7090
|
+
'fee-rebate',
|
|
7091
|
+
'dex'
|
|
7092
|
+
],
|
|
7093
|
+
traces: [{
|
|
7094
|
+
type: 'ibc',
|
|
7095
|
+
counterparty: {
|
|
7096
|
+
channel_id: 'channel-1',
|
|
7097
|
+
base_denom: 'uamts',
|
|
7098
|
+
chain_name: 'amitis'
|
|
7099
|
+
},
|
|
7100
|
+
chain: {
|
|
7101
|
+
channel_id: 'channel-110089'
|
|
7102
|
+
}
|
|
7103
|
+
}]
|
|
7104
|
+
},
|
|
7028
7105
|
{
|
|
7029
7106
|
description: 'The native staking and governance token of Andromeda',
|
|
7030
7107
|
denom_units: [{
|
|
@@ -8468,7 +8545,6 @@ const asset_list = {
|
|
|
8468
8545
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
8469
8546
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
8470
8547
|
},
|
|
8471
|
-
coingecko_id: 'pulsara',
|
|
8472
8548
|
keywords: [
|
|
8473
8549
|
'dex',
|
|
8474
8550
|
'staking',
|
package/esm/asset_list.js
CHANGED
|
@@ -448,6 +448,45 @@ const asset_list = {
|
|
|
448
448
|
}
|
|
449
449
|
}]
|
|
450
450
|
},
|
|
451
|
+
{
|
|
452
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
453
|
+
type_asset: 'sdk.coin',
|
|
454
|
+
denom_units: [{
|
|
455
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
456
|
+
exponent: 0,
|
|
457
|
+
aliases: ['uamts']
|
|
458
|
+
}, {
|
|
459
|
+
denom: 'amts',
|
|
460
|
+
exponent: 6
|
|
461
|
+
}],
|
|
462
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
463
|
+
name: 'Amitis',
|
|
464
|
+
display: 'amts',
|
|
465
|
+
symbol: 'AMTS',
|
|
466
|
+
logo_URIs: {
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
468
|
+
},
|
|
469
|
+
images: [{
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
471
|
+
}],
|
|
472
|
+
keywords: [
|
|
473
|
+
'native',
|
|
474
|
+
'staking',
|
|
475
|
+
'fee-rebate',
|
|
476
|
+
'dex'
|
|
477
|
+
],
|
|
478
|
+
traces: [{
|
|
479
|
+
type: 'ibc',
|
|
480
|
+
counterparty: {
|
|
481
|
+
channel_id: 'channel-1',
|
|
482
|
+
base_denom: 'uamts',
|
|
483
|
+
chain_name: 'amitis'
|
|
484
|
+
},
|
|
485
|
+
chain: {
|
|
486
|
+
channel_id: 'channel-110089'
|
|
487
|
+
}
|
|
488
|
+
}]
|
|
489
|
+
},
|
|
451
490
|
{
|
|
452
491
|
description: 'The native staking and governance token of Andromeda',
|
|
453
492
|
denom_units: [{
|
|
@@ -1891,7 +1930,6 @@ const asset_list = {
|
|
|
1891
1930
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1892
1931
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1893
1932
|
},
|
|
1894
|
-
coingecko_id: 'pulsara',
|
|
1895
1933
|
keywords: [
|
|
1896
1934
|
'dex',
|
|
1897
1935
|
'staking',
|
|
@@ -7023,6 +7061,45 @@ const asset_list = {
|
|
|
7023
7061
|
}
|
|
7024
7062
|
}]
|
|
7025
7063
|
},
|
|
7064
|
+
{
|
|
7065
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
7066
|
+
type_asset: 'sdk.coin',
|
|
7067
|
+
denom_units: [{
|
|
7068
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7069
|
+
exponent: 0,
|
|
7070
|
+
aliases: ['uamts']
|
|
7071
|
+
}, {
|
|
7072
|
+
denom: 'amts',
|
|
7073
|
+
exponent: 6
|
|
7074
|
+
}],
|
|
7075
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7076
|
+
name: 'Amitis',
|
|
7077
|
+
display: 'amts',
|
|
7078
|
+
symbol: 'AMTS',
|
|
7079
|
+
logo_URIs: {
|
|
7080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7081
|
+
},
|
|
7082
|
+
images: [{
|
|
7083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7084
|
+
}],
|
|
7085
|
+
keywords: [
|
|
7086
|
+
'native',
|
|
7087
|
+
'staking',
|
|
7088
|
+
'fee-rebate',
|
|
7089
|
+
'dex'
|
|
7090
|
+
],
|
|
7091
|
+
traces: [{
|
|
7092
|
+
type: 'ibc',
|
|
7093
|
+
counterparty: {
|
|
7094
|
+
channel_id: 'channel-1',
|
|
7095
|
+
base_denom: 'uamts',
|
|
7096
|
+
chain_name: 'amitis'
|
|
7097
|
+
},
|
|
7098
|
+
chain: {
|
|
7099
|
+
channel_id: 'channel-110089'
|
|
7100
|
+
}
|
|
7101
|
+
}]
|
|
7102
|
+
},
|
|
7026
7103
|
{
|
|
7027
7104
|
description: 'The native staking and governance token of Andromeda',
|
|
7028
7105
|
denom_units: [{
|
|
@@ -8466,7 +8543,6 @@ const asset_list = {
|
|
|
8466
8543
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
8467
8544
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
8468
8545
|
},
|
|
8469
|
-
coingecko_id: 'pulsara',
|
|
8470
8546
|
keywords: [
|
|
8471
8547
|
'dex',
|
|
8472
8548
|
'staking',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.360",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.360"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "29e1c3e6984fa5e900f881c6f01e9b65417ead3e"
|
|
42
42
|
}
|