@chain-registry/osmosis 1.49.0 → 1.50.1
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 +148 -2
- package/assets.js +25 -3
- package/chain.js +7 -1
- package/esm/asset_list.js +148 -2
- package/esm/assets.js +25 -3
- package/esm/chain.js +7 -1
- package/esm/testnet.js +3 -3
- package/esm/testnet_assets.js +39 -0
- package/package.json +3 -3
- package/testnet.js +3 -3
- package/testnet_assets.js +39 -0
package/asset_list.js
CHANGED
|
@@ -1468,7 +1468,8 @@ const asset_list = {
|
|
|
1468
1468
|
'staking',
|
|
1469
1469
|
'wasm',
|
|
1470
1470
|
'assets',
|
|
1471
|
-
'nft'
|
|
1471
|
+
'nft',
|
|
1472
|
+
'XRPL'
|
|
1472
1473
|
],
|
|
1473
1474
|
images: [{
|
|
1474
1475
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -1766,6 +1767,10 @@ const asset_list = {
|
|
|
1766
1767
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
1767
1768
|
},
|
|
1768
1769
|
coingecko_id: 'dhealth',
|
|
1770
|
+
socials: {
|
|
1771
|
+
website: 'https://dhealth.com',
|
|
1772
|
+
twitter: 'https://twitter.com/dhealth_network'
|
|
1773
|
+
},
|
|
1769
1774
|
images: [{
|
|
1770
1775
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
1771
1776
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
@@ -4086,6 +4091,40 @@ const asset_list = {
|
|
|
4086
4091
|
}
|
|
4087
4092
|
}]
|
|
4088
4093
|
},
|
|
4094
|
+
{
|
|
4095
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
4096
|
+
denom_units: [{
|
|
4097
|
+
denom: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
4098
|
+
exponent: 0,
|
|
4099
|
+
aliases: ['uusdlr']
|
|
4100
|
+
}, {
|
|
4101
|
+
denom: 'usdlr',
|
|
4102
|
+
exponent: 6
|
|
4103
|
+
}],
|
|
4104
|
+
base: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
4105
|
+
display: 'usdlr',
|
|
4106
|
+
name: 'USDLR by Stable',
|
|
4107
|
+
symbol: 'USDLR',
|
|
4108
|
+
logo_URIs: {
|
|
4109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4111
|
+
},
|
|
4112
|
+
images: [{
|
|
4113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4115
|
+
}],
|
|
4116
|
+
traces: [{
|
|
4117
|
+
type: 'ibc',
|
|
4118
|
+
counterparty: {
|
|
4119
|
+
channel_id: 'channel-1',
|
|
4120
|
+
base_denom: 'uusdlr',
|
|
4121
|
+
chain_name: 'noble'
|
|
4122
|
+
},
|
|
4123
|
+
chain: {
|
|
4124
|
+
channel_id: 'channel-750'
|
|
4125
|
+
}
|
|
4126
|
+
}]
|
|
4127
|
+
},
|
|
4089
4128
|
{
|
|
4090
4129
|
description: 'The native token of Nois',
|
|
4091
4130
|
denom_units: [{
|
|
@@ -6008,7 +6047,8 @@ const asset_list = {
|
|
|
6008
6047
|
'staking',
|
|
6009
6048
|
'wasm',
|
|
6010
6049
|
'assets',
|
|
6011
|
-
'nft'
|
|
6050
|
+
'nft',
|
|
6051
|
+
'XRPL'
|
|
6012
6052
|
],
|
|
6013
6053
|
images: [{
|
|
6014
6054
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -6306,6 +6346,10 @@ const asset_list = {
|
|
|
6306
6346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
6307
6347
|
},
|
|
6308
6348
|
coingecko_id: 'dhealth',
|
|
6349
|
+
socials: {
|
|
6350
|
+
website: 'https://dhealth.com',
|
|
6351
|
+
twitter: 'https://twitter.com/dhealth_network'
|
|
6352
|
+
},
|
|
6309
6353
|
images: [{
|
|
6310
6354
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
6311
6355
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
@@ -8626,6 +8670,40 @@ const asset_list = {
|
|
|
8626
8670
|
}
|
|
8627
8671
|
}]
|
|
8628
8672
|
},
|
|
8673
|
+
{
|
|
8674
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
8675
|
+
denom_units: [{
|
|
8676
|
+
denom: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
8677
|
+
exponent: 0,
|
|
8678
|
+
aliases: ['uusdlr']
|
|
8679
|
+
}, {
|
|
8680
|
+
denom: 'usdlr',
|
|
8681
|
+
exponent: 6
|
|
8682
|
+
}],
|
|
8683
|
+
base: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
8684
|
+
display: 'usdlr',
|
|
8685
|
+
name: 'USDLR by Stable',
|
|
8686
|
+
symbol: 'USDLR',
|
|
8687
|
+
logo_URIs: {
|
|
8688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
8689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
8690
|
+
},
|
|
8691
|
+
images: [{
|
|
8692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
8693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
8694
|
+
}],
|
|
8695
|
+
traces: [{
|
|
8696
|
+
type: 'ibc',
|
|
8697
|
+
counterparty: {
|
|
8698
|
+
channel_id: 'channel-1',
|
|
8699
|
+
base_denom: 'uusdlr',
|
|
8700
|
+
chain_name: 'noble'
|
|
8701
|
+
},
|
|
8702
|
+
chain: {
|
|
8703
|
+
channel_id: 'channel-750'
|
|
8704
|
+
}
|
|
8705
|
+
}]
|
|
8706
|
+
},
|
|
8629
8707
|
{
|
|
8630
8708
|
description: 'The native token of Nois',
|
|
8631
8709
|
denom_units: [{
|
|
@@ -9300,6 +9378,40 @@ const asset_list = {
|
|
|
9300
9378
|
}
|
|
9301
9379
|
}]
|
|
9302
9380
|
},
|
|
9381
|
+
{
|
|
9382
|
+
description: 'The native token of PRYZM',
|
|
9383
|
+
denom_units: [{
|
|
9384
|
+
denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
9385
|
+
exponent: 0,
|
|
9386
|
+
aliases: ['upryzm']
|
|
9387
|
+
}, {
|
|
9388
|
+
denom: 'pryzm',
|
|
9389
|
+
exponent: 6
|
|
9390
|
+
}],
|
|
9391
|
+
base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
9392
|
+
name: 'Pryzm',
|
|
9393
|
+
display: 'pryzm',
|
|
9394
|
+
symbol: 'PRYZM',
|
|
9395
|
+
logo_URIs: {
|
|
9396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
9397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
9398
|
+
},
|
|
9399
|
+
images: [{
|
|
9400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
9401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
9402
|
+
}],
|
|
9403
|
+
traces: [{
|
|
9404
|
+
type: 'ibc',
|
|
9405
|
+
counterparty: {
|
|
9406
|
+
channel_id: 'channel-2',
|
|
9407
|
+
base_denom: 'upryzm',
|
|
9408
|
+
chain_name: 'pryzm'
|
|
9409
|
+
},
|
|
9410
|
+
chain: {
|
|
9411
|
+
channel_id: 'channel-75755'
|
|
9412
|
+
}
|
|
9413
|
+
}]
|
|
9414
|
+
},
|
|
9303
9415
|
{
|
|
9304
9416
|
description: 'The revenue token for Pylons',
|
|
9305
9417
|
denom_units: [{
|
|
@@ -11885,6 +11997,40 @@ const asset_list = {
|
|
|
11885
11997
|
}
|
|
11886
11998
|
}]
|
|
11887
11999
|
},
|
|
12000
|
+
{
|
|
12001
|
+
description: 'The native token of PRYZM',
|
|
12002
|
+
denom_units: [{
|
|
12003
|
+
denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
12004
|
+
exponent: 0,
|
|
12005
|
+
aliases: ['upryzm']
|
|
12006
|
+
}, {
|
|
12007
|
+
denom: 'pryzm',
|
|
12008
|
+
exponent: 6
|
|
12009
|
+
}],
|
|
12010
|
+
base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
12011
|
+
name: 'Pryzm',
|
|
12012
|
+
display: 'pryzm',
|
|
12013
|
+
symbol: 'PRYZM',
|
|
12014
|
+
logo_URIs: {
|
|
12015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
12016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
12017
|
+
},
|
|
12018
|
+
images: [{
|
|
12019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
12020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
12021
|
+
}],
|
|
12022
|
+
traces: [{
|
|
12023
|
+
type: 'ibc',
|
|
12024
|
+
counterparty: {
|
|
12025
|
+
channel_id: 'channel-2',
|
|
12026
|
+
base_denom: 'upryzm',
|
|
12027
|
+
chain_name: 'pryzm'
|
|
12028
|
+
},
|
|
12029
|
+
chain: {
|
|
12030
|
+
channel_id: 'channel-75755'
|
|
12031
|
+
}
|
|
12032
|
+
}]
|
|
12033
|
+
},
|
|
11888
12034
|
{
|
|
11889
12035
|
description: 'The revenue token for Pylons',
|
|
11890
12036
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -6044,7 +6044,7 @@ const assets = {
|
|
|
6044
6044
|
type: 'liquid-stake',
|
|
6045
6045
|
counterparty: {
|
|
6046
6046
|
chain_name: 'evmos',
|
|
6047
|
-
base_denom: '
|
|
6047
|
+
base_denom: 'aevmos'
|
|
6048
6048
|
},
|
|
6049
6049
|
provider: 'Stride'
|
|
6050
6050
|
}, {
|
|
@@ -13364,10 +13364,10 @@ const assets = {
|
|
|
13364
13364
|
display: 'bwh',
|
|
13365
13365
|
symbol: 'BWH',
|
|
13366
13366
|
logo_URIs: {
|
|
13367
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
13367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png'
|
|
13368
13368
|
},
|
|
13369
13369
|
images: [{
|
|
13370
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
13370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png'
|
|
13371
13371
|
}]
|
|
13372
13372
|
},
|
|
13373
13373
|
{
|
|
@@ -13684,6 +13684,28 @@ const assets = {
|
|
|
13684
13684
|
images: [{
|
|
13685
13685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13686
13686
|
}]
|
|
13687
|
+
},
|
|
13688
|
+
{
|
|
13689
|
+
description: 'Coin to support the real world in Wilhelmshall im Huy',
|
|
13690
|
+
denom_units: [{
|
|
13691
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha',
|
|
13692
|
+
exponent: 0
|
|
13693
|
+
}, {
|
|
13694
|
+
denom: 'WIHA',
|
|
13695
|
+
exponent: 6
|
|
13696
|
+
}],
|
|
13697
|
+
type_asset: 'sdk.coin',
|
|
13698
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13699
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha',
|
|
13700
|
+
name: 'WiliHall',
|
|
13701
|
+
display: 'WIHA',
|
|
13702
|
+
symbol: 'WIHA',
|
|
13703
|
+
logo_URIs: {
|
|
13704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png'
|
|
13705
|
+
},
|
|
13706
|
+
images: [{
|
|
13707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png'
|
|
13708
|
+
}]
|
|
13687
13709
|
}
|
|
13688
13710
|
]
|
|
13689
13711
|
};
|
package/chain.js
CHANGED
|
@@ -32,7 +32,7 @@ const chain = {
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
|
-
cosmos_sdk_version: 'osmosis-labs/cosmos-sdk v0.47.5-
|
|
35
|
+
cosmos_sdk_version: 'osmosis-labs/cosmos-sdk v0.47.5-v25-osmo-1',
|
|
36
36
|
cosmwasm_enabled: true,
|
|
37
37
|
cosmwasm_version: 'osmosis-labs/wasmd v0.45.0-osmo'
|
|
38
38
|
},
|
|
@@ -398,6 +398,12 @@ const chain = {
|
|
|
398
398
|
kind: 'Chainscope',
|
|
399
399
|
url: 'https://chainsco.pe/osmosis',
|
|
400
400
|
tx_page: 'https://chainsco.pe/osmosis/tx/${txHash}'
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
kind: 'WhisperNode 🤐',
|
|
404
|
+
url: 'https://mainnet.whispernode.com/osmosis',
|
|
405
|
+
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
406
|
+
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
401
407
|
}
|
|
402
408
|
],
|
|
403
409
|
keywords: ['dex']
|
package/esm/asset_list.js
CHANGED
|
@@ -1466,7 +1466,8 @@ const asset_list = {
|
|
|
1466
1466
|
'staking',
|
|
1467
1467
|
'wasm',
|
|
1468
1468
|
'assets',
|
|
1469
|
-
'nft'
|
|
1469
|
+
'nft',
|
|
1470
|
+
'XRPL'
|
|
1470
1471
|
],
|
|
1471
1472
|
images: [{
|
|
1472
1473
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -1764,6 +1765,10 @@ const asset_list = {
|
|
|
1764
1765
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
1765
1766
|
},
|
|
1766
1767
|
coingecko_id: 'dhealth',
|
|
1768
|
+
socials: {
|
|
1769
|
+
website: 'https://dhealth.com',
|
|
1770
|
+
twitter: 'https://twitter.com/dhealth_network'
|
|
1771
|
+
},
|
|
1767
1772
|
images: [{
|
|
1768
1773
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
1769
1774
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
@@ -4084,6 +4089,40 @@ const asset_list = {
|
|
|
4084
4089
|
}
|
|
4085
4090
|
}]
|
|
4086
4091
|
},
|
|
4092
|
+
{
|
|
4093
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
4094
|
+
denom_units: [{
|
|
4095
|
+
denom: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
4096
|
+
exponent: 0,
|
|
4097
|
+
aliases: ['uusdlr']
|
|
4098
|
+
}, {
|
|
4099
|
+
denom: 'usdlr',
|
|
4100
|
+
exponent: 6
|
|
4101
|
+
}],
|
|
4102
|
+
base: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
4103
|
+
display: 'usdlr',
|
|
4104
|
+
name: 'USDLR by Stable',
|
|
4105
|
+
symbol: 'USDLR',
|
|
4106
|
+
logo_URIs: {
|
|
4107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4109
|
+
},
|
|
4110
|
+
images: [{
|
|
4111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4113
|
+
}],
|
|
4114
|
+
traces: [{
|
|
4115
|
+
type: 'ibc',
|
|
4116
|
+
counterparty: {
|
|
4117
|
+
channel_id: 'channel-1',
|
|
4118
|
+
base_denom: 'uusdlr',
|
|
4119
|
+
chain_name: 'noble'
|
|
4120
|
+
},
|
|
4121
|
+
chain: {
|
|
4122
|
+
channel_id: 'channel-750'
|
|
4123
|
+
}
|
|
4124
|
+
}]
|
|
4125
|
+
},
|
|
4087
4126
|
{
|
|
4088
4127
|
description: 'The native token of Nois',
|
|
4089
4128
|
denom_units: [{
|
|
@@ -6006,7 +6045,8 @@ const asset_list = {
|
|
|
6006
6045
|
'staking',
|
|
6007
6046
|
'wasm',
|
|
6008
6047
|
'assets',
|
|
6009
|
-
'nft'
|
|
6048
|
+
'nft',
|
|
6049
|
+
'XRPL'
|
|
6010
6050
|
],
|
|
6011
6051
|
images: [{
|
|
6012
6052
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -6304,6 +6344,10 @@ const asset_list = {
|
|
|
6304
6344
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
6305
6345
|
},
|
|
6306
6346
|
coingecko_id: 'dhealth',
|
|
6347
|
+
socials: {
|
|
6348
|
+
website: 'https://dhealth.com',
|
|
6349
|
+
twitter: 'https://twitter.com/dhealth_network'
|
|
6350
|
+
},
|
|
6307
6351
|
images: [{
|
|
6308
6352
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
6309
6353
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
@@ -8624,6 +8668,40 @@ const asset_list = {
|
|
|
8624
8668
|
}
|
|
8625
8669
|
}]
|
|
8626
8670
|
},
|
|
8671
|
+
{
|
|
8672
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
8673
|
+
denom_units: [{
|
|
8674
|
+
denom: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
8675
|
+
exponent: 0,
|
|
8676
|
+
aliases: ['uusdlr']
|
|
8677
|
+
}, {
|
|
8678
|
+
denom: 'usdlr',
|
|
8679
|
+
exponent: 6
|
|
8680
|
+
}],
|
|
8681
|
+
base: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
8682
|
+
display: 'usdlr',
|
|
8683
|
+
name: 'USDLR by Stable',
|
|
8684
|
+
symbol: 'USDLR',
|
|
8685
|
+
logo_URIs: {
|
|
8686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
8687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
8688
|
+
},
|
|
8689
|
+
images: [{
|
|
8690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
8691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
8692
|
+
}],
|
|
8693
|
+
traces: [{
|
|
8694
|
+
type: 'ibc',
|
|
8695
|
+
counterparty: {
|
|
8696
|
+
channel_id: 'channel-1',
|
|
8697
|
+
base_denom: 'uusdlr',
|
|
8698
|
+
chain_name: 'noble'
|
|
8699
|
+
},
|
|
8700
|
+
chain: {
|
|
8701
|
+
channel_id: 'channel-750'
|
|
8702
|
+
}
|
|
8703
|
+
}]
|
|
8704
|
+
},
|
|
8627
8705
|
{
|
|
8628
8706
|
description: 'The native token of Nois',
|
|
8629
8707
|
denom_units: [{
|
|
@@ -9298,6 +9376,40 @@ const asset_list = {
|
|
|
9298
9376
|
}
|
|
9299
9377
|
}]
|
|
9300
9378
|
},
|
|
9379
|
+
{
|
|
9380
|
+
description: 'The native token of PRYZM',
|
|
9381
|
+
denom_units: [{
|
|
9382
|
+
denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
9383
|
+
exponent: 0,
|
|
9384
|
+
aliases: ['upryzm']
|
|
9385
|
+
}, {
|
|
9386
|
+
denom: 'pryzm',
|
|
9387
|
+
exponent: 6
|
|
9388
|
+
}],
|
|
9389
|
+
base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
9390
|
+
name: 'Pryzm',
|
|
9391
|
+
display: 'pryzm',
|
|
9392
|
+
symbol: 'PRYZM',
|
|
9393
|
+
logo_URIs: {
|
|
9394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
9395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
9396
|
+
},
|
|
9397
|
+
images: [{
|
|
9398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
9399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
9400
|
+
}],
|
|
9401
|
+
traces: [{
|
|
9402
|
+
type: 'ibc',
|
|
9403
|
+
counterparty: {
|
|
9404
|
+
channel_id: 'channel-2',
|
|
9405
|
+
base_denom: 'upryzm',
|
|
9406
|
+
chain_name: 'pryzm'
|
|
9407
|
+
},
|
|
9408
|
+
chain: {
|
|
9409
|
+
channel_id: 'channel-75755'
|
|
9410
|
+
}
|
|
9411
|
+
}]
|
|
9412
|
+
},
|
|
9301
9413
|
{
|
|
9302
9414
|
description: 'The revenue token for Pylons',
|
|
9303
9415
|
denom_units: [{
|
|
@@ -11883,6 +11995,40 @@ const asset_list = {
|
|
|
11883
11995
|
}
|
|
11884
11996
|
}]
|
|
11885
11997
|
},
|
|
11998
|
+
{
|
|
11999
|
+
description: 'The native token of PRYZM',
|
|
12000
|
+
denom_units: [{
|
|
12001
|
+
denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
12002
|
+
exponent: 0,
|
|
12003
|
+
aliases: ['upryzm']
|
|
12004
|
+
}, {
|
|
12005
|
+
denom: 'pryzm',
|
|
12006
|
+
exponent: 6
|
|
12007
|
+
}],
|
|
12008
|
+
base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
12009
|
+
name: 'Pryzm',
|
|
12010
|
+
display: 'pryzm',
|
|
12011
|
+
symbol: 'PRYZM',
|
|
12012
|
+
logo_URIs: {
|
|
12013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
12014
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
12015
|
+
},
|
|
12016
|
+
images: [{
|
|
12017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
12018
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
12019
|
+
}],
|
|
12020
|
+
traces: [{
|
|
12021
|
+
type: 'ibc',
|
|
12022
|
+
counterparty: {
|
|
12023
|
+
channel_id: 'channel-2',
|
|
12024
|
+
base_denom: 'upryzm',
|
|
12025
|
+
chain_name: 'pryzm'
|
|
12026
|
+
},
|
|
12027
|
+
chain: {
|
|
12028
|
+
channel_id: 'channel-75755'
|
|
12029
|
+
}
|
|
12030
|
+
}]
|
|
12031
|
+
},
|
|
11886
12032
|
{
|
|
11887
12033
|
description: 'The revenue token for Pylons',
|
|
11888
12034
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -6042,7 +6042,7 @@ const assets = {
|
|
|
6042
6042
|
type: 'liquid-stake',
|
|
6043
6043
|
counterparty: {
|
|
6044
6044
|
chain_name: 'evmos',
|
|
6045
|
-
base_denom: '
|
|
6045
|
+
base_denom: 'aevmos'
|
|
6046
6046
|
},
|
|
6047
6047
|
provider: 'Stride'
|
|
6048
6048
|
}, {
|
|
@@ -13362,10 +13362,10 @@ const assets = {
|
|
|
13362
13362
|
display: 'bwh',
|
|
13363
13363
|
symbol: 'BWH',
|
|
13364
13364
|
logo_URIs: {
|
|
13365
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
13365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png'
|
|
13366
13366
|
},
|
|
13367
13367
|
images: [{
|
|
13368
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
13368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png'
|
|
13369
13369
|
}]
|
|
13370
13370
|
},
|
|
13371
13371
|
{
|
|
@@ -13682,6 +13682,28 @@ const assets = {
|
|
|
13682
13682
|
images: [{
|
|
13683
13683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13684
13684
|
}]
|
|
13685
|
+
},
|
|
13686
|
+
{
|
|
13687
|
+
description: 'Coin to support the real world in Wilhelmshall im Huy',
|
|
13688
|
+
denom_units: [{
|
|
13689
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha',
|
|
13690
|
+
exponent: 0
|
|
13691
|
+
}, {
|
|
13692
|
+
denom: 'WIHA',
|
|
13693
|
+
exponent: 6
|
|
13694
|
+
}],
|
|
13695
|
+
type_asset: 'sdk.coin',
|
|
13696
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13697
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha',
|
|
13698
|
+
name: 'WiliHall',
|
|
13699
|
+
display: 'WIHA',
|
|
13700
|
+
symbol: 'WIHA',
|
|
13701
|
+
logo_URIs: {
|
|
13702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png'
|
|
13703
|
+
},
|
|
13704
|
+
images: [{
|
|
13705
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png'
|
|
13706
|
+
}]
|
|
13685
13707
|
}
|
|
13686
13708
|
]
|
|
13687
13709
|
};
|
package/esm/chain.js
CHANGED
|
@@ -30,7 +30,7 @@ const chain = {
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
|
-
cosmos_sdk_version: 'osmosis-labs/cosmos-sdk v0.47.5-
|
|
33
|
+
cosmos_sdk_version: 'osmosis-labs/cosmos-sdk v0.47.5-v25-osmo-1',
|
|
34
34
|
cosmwasm_enabled: true,
|
|
35
35
|
cosmwasm_version: 'osmosis-labs/wasmd v0.45.0-osmo'
|
|
36
36
|
},
|
|
@@ -396,6 +396,12 @@ const chain = {
|
|
|
396
396
|
kind: 'Chainscope',
|
|
397
397
|
url: 'https://chainsco.pe/osmosis',
|
|
398
398
|
tx_page: 'https://chainsco.pe/osmosis/tx/${txHash}'
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
kind: 'WhisperNode 🤐',
|
|
402
|
+
url: 'https://mainnet.whispernode.com/osmosis',
|
|
403
|
+
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
404
|
+
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
399
405
|
}
|
|
400
406
|
],
|
|
401
407
|
keywords: ['dex']
|
package/esm/testnet.js
CHANGED
|
@@ -48,9 +48,9 @@ const testnet = {
|
|
|
48
48
|
},
|
|
49
49
|
explorers: [{
|
|
50
50
|
kind: 'mintscan',
|
|
51
|
-
url: 'https://
|
|
52
|
-
tx_page: 'https://
|
|
53
|
-
account_page: 'https://
|
|
51
|
+
url: 'https://mintscan.io/osmosis-testnet',
|
|
52
|
+
tx_page: 'https://mintscan.io/osmosis-testnet/txs/${txHash}',
|
|
53
|
+
account_page: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}'
|
|
54
54
|
}, {
|
|
55
55
|
kind: 'ping.pub',
|
|
56
56
|
url: 'https://explorer.osmotest5.osmosis.zone',
|
package/esm/testnet_assets.js
CHANGED
|
@@ -661,6 +661,45 @@ const testnet_assets = {
|
|
|
661
661
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
|
|
662
662
|
}]
|
|
663
663
|
},
|
|
664
|
+
{
|
|
665
|
+
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|
|
666
|
+
denom_units: [{
|
|
667
|
+
denom: 'ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E',
|
|
668
|
+
exponent: 0
|
|
669
|
+
}, {
|
|
670
|
+
denom: 'amATOM',
|
|
671
|
+
exponent: 6
|
|
672
|
+
}],
|
|
673
|
+
base: 'ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E',
|
|
674
|
+
name: 'amATOM (Testnet)',
|
|
675
|
+
display: 'amATOM',
|
|
676
|
+
symbol: 'amATOM',
|
|
677
|
+
type_asset: 'ics20',
|
|
678
|
+
logo_URIs: {
|
|
679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png',
|
|
680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
681
|
+
},
|
|
682
|
+
images: [{
|
|
683
|
+
image_sync: {
|
|
684
|
+
chain_name: 'neutrontestnet',
|
|
685
|
+
base_denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom'
|
|
686
|
+
},
|
|
687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png',
|
|
688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
689
|
+
}],
|
|
690
|
+
traces: [{
|
|
691
|
+
type: 'ibc',
|
|
692
|
+
counterparty: {
|
|
693
|
+
chain_name: 'neutrontestnet',
|
|
694
|
+
base_denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom',
|
|
695
|
+
channel_id: 'channel-787'
|
|
696
|
+
},
|
|
697
|
+
chain: {
|
|
698
|
+
channel_id: 'channel-7884',
|
|
699
|
+
path: 'transfer/channel-7884/factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom'
|
|
700
|
+
}
|
|
701
|
+
}]
|
|
702
|
+
},
|
|
664
703
|
{
|
|
665
704
|
description: 'The native EVM, governance and staking token of the Titan Chain',
|
|
666
705
|
denom_units: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.50.1",
|
|
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.
|
|
33
|
+
"@chain-registry/types": "^0.33.1"
|
|
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": "6d02d831eb34fbc1b88bd320f95fa950de5aabac"
|
|
43
43
|
}
|
package/testnet.js
CHANGED
|
@@ -50,9 +50,9 @@ const testnet = {
|
|
|
50
50
|
},
|
|
51
51
|
explorers: [{
|
|
52
52
|
kind: 'mintscan',
|
|
53
|
-
url: 'https://
|
|
54
|
-
tx_page: 'https://
|
|
55
|
-
account_page: 'https://
|
|
53
|
+
url: 'https://mintscan.io/osmosis-testnet',
|
|
54
|
+
tx_page: 'https://mintscan.io/osmosis-testnet/txs/${txHash}',
|
|
55
|
+
account_page: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}'
|
|
56
56
|
}, {
|
|
57
57
|
kind: 'ping.pub',
|
|
58
58
|
url: 'https://explorer.osmotest5.osmosis.zone',
|
package/testnet_assets.js
CHANGED
|
@@ -663,6 +663,45 @@ const testnet_assets = {
|
|
|
663
663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
|
|
664
664
|
}]
|
|
665
665
|
},
|
|
666
|
+
{
|
|
667
|
+
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|
|
668
|
+
denom_units: [{
|
|
669
|
+
denom: 'ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E',
|
|
670
|
+
exponent: 0
|
|
671
|
+
}, {
|
|
672
|
+
denom: 'amATOM',
|
|
673
|
+
exponent: 6
|
|
674
|
+
}],
|
|
675
|
+
base: 'ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E',
|
|
676
|
+
name: 'amATOM (Testnet)',
|
|
677
|
+
display: 'amATOM',
|
|
678
|
+
symbol: 'amATOM',
|
|
679
|
+
type_asset: 'ics20',
|
|
680
|
+
logo_URIs: {
|
|
681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png',
|
|
682
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
683
|
+
},
|
|
684
|
+
images: [{
|
|
685
|
+
image_sync: {
|
|
686
|
+
chain_name: 'neutrontestnet',
|
|
687
|
+
base_denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom'
|
|
688
|
+
},
|
|
689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png',
|
|
690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
691
|
+
}],
|
|
692
|
+
traces: [{
|
|
693
|
+
type: 'ibc',
|
|
694
|
+
counterparty: {
|
|
695
|
+
chain_name: 'neutrontestnet',
|
|
696
|
+
base_denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom',
|
|
697
|
+
channel_id: 'channel-787'
|
|
698
|
+
},
|
|
699
|
+
chain: {
|
|
700
|
+
channel_id: 'channel-7884',
|
|
701
|
+
path: 'transfer/channel-7884/factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom'
|
|
702
|
+
}
|
|
703
|
+
}]
|
|
704
|
+
},
|
|
666
705
|
{
|
|
667
706
|
description: 'The native EVM, governance and staking token of the Titan Chain',
|
|
668
707
|
denom_units: [
|