@chain-registry/osmosis 1.67.256 → 1.67.258
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 +28 -12
- package/assets.js +22 -0
- package/chain.js +18 -0
- package/esm/asset_list.js +28 -12
- package/esm/assets.js +22 -0
- package/esm/chain.js +18 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -12772,19 +12772,19 @@ const asset_list = {
|
|
|
12772
12772
|
}]
|
|
12773
12773
|
},
|
|
12774
12774
|
{
|
|
12775
|
-
description: '
|
|
12775
|
+
description: 'Paxi Network is a Layer 1, general-purpose decentralized blockchain designed for everyone.Built for speed, security, and scalability, it empowers individuals and communities to participate freely — anyone can become a validator and help secure the network.With native support for DeFi, DAOs, cross-chain interoperability, and dApps, Paxi makes blockchain simple, inclusive, and truly decentralized.Ultimately, Paxi aims to become a universal blockchain — hosting a vast ecosystem of dApps that seamlessly integrate into everyday life.',
|
|
12776
12776
|
denom_units: [{
|
|
12777
12777
|
denom: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
12778
12778
|
exponent: 0,
|
|
12779
12779
|
aliases: ['upaxi']
|
|
12780
12780
|
}, {
|
|
12781
|
-
denom: '
|
|
12781
|
+
denom: 'paxi',
|
|
12782
12782
|
exponent: 6
|
|
12783
12783
|
}],
|
|
12784
12784
|
type_asset: 'sdk.coin',
|
|
12785
12785
|
base: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
12786
|
-
name: 'Paxi',
|
|
12787
|
-
display: '
|
|
12786
|
+
name: 'Paxi Network',
|
|
12787
|
+
display: 'paxi',
|
|
12788
12788
|
symbol: 'PAXI',
|
|
12789
12789
|
images: [{
|
|
12790
12790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/paxi/images/paxi.png',
|
|
@@ -12792,9 +12792,17 @@ const asset_list = {
|
|
|
12792
12792
|
circle: false
|
|
12793
12793
|
}
|
|
12794
12794
|
}],
|
|
12795
|
-
keywords: [
|
|
12795
|
+
keywords: [
|
|
12796
|
+
'staking',
|
|
12797
|
+
'layer1',
|
|
12798
|
+
'DAO'
|
|
12799
|
+
],
|
|
12800
|
+
coingecko_id: 'paxi-network',
|
|
12796
12801
|
socials: {
|
|
12797
|
-
website: 'https://paxinet.io'
|
|
12802
|
+
website: 'https://paxinet.io',
|
|
12803
|
+
x: 'https://x.com/paxiweb3',
|
|
12804
|
+
telegram: 'https://t.me/paxi_network',
|
|
12805
|
+
discord: 'https://discord.gg/yxZRnxvrr5'
|
|
12798
12806
|
},
|
|
12799
12807
|
traces: [{
|
|
12800
12808
|
type: 'ibc',
|
|
@@ -22878,19 +22886,19 @@ const asset_list = {
|
|
|
22878
22886
|
}]
|
|
22879
22887
|
},
|
|
22880
22888
|
{
|
|
22881
|
-
description: '
|
|
22889
|
+
description: 'Paxi Network is a Layer 1, general-purpose decentralized blockchain designed for everyone.Built for speed, security, and scalability, it empowers individuals and communities to participate freely — anyone can become a validator and help secure the network.With native support for DeFi, DAOs, cross-chain interoperability, and dApps, Paxi makes blockchain simple, inclusive, and truly decentralized.Ultimately, Paxi aims to become a universal blockchain — hosting a vast ecosystem of dApps that seamlessly integrate into everyday life.',
|
|
22882
22890
|
denom_units: [{
|
|
22883
22891
|
denom: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
22884
22892
|
exponent: 0,
|
|
22885
22893
|
aliases: ['upaxi']
|
|
22886
22894
|
}, {
|
|
22887
|
-
denom: '
|
|
22895
|
+
denom: 'paxi',
|
|
22888
22896
|
exponent: 6
|
|
22889
22897
|
}],
|
|
22890
22898
|
type_asset: 'sdk.coin',
|
|
22891
22899
|
base: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
22892
|
-
name: 'Paxi',
|
|
22893
|
-
display: '
|
|
22900
|
+
name: 'Paxi Network',
|
|
22901
|
+
display: 'paxi',
|
|
22894
22902
|
symbol: 'PAXI',
|
|
22895
22903
|
images: [{
|
|
22896
22904
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/paxi/images/paxi.png',
|
|
@@ -22898,9 +22906,17 @@ const asset_list = {
|
|
|
22898
22906
|
circle: false
|
|
22899
22907
|
}
|
|
22900
22908
|
}],
|
|
22901
|
-
keywords: [
|
|
22909
|
+
keywords: [
|
|
22910
|
+
'staking',
|
|
22911
|
+
'layer1',
|
|
22912
|
+
'DAO'
|
|
22913
|
+
],
|
|
22914
|
+
coingecko_id: 'paxi-network',
|
|
22902
22915
|
socials: {
|
|
22903
|
-
website: 'https://paxinet.io'
|
|
22916
|
+
website: 'https://paxinet.io',
|
|
22917
|
+
x: 'https://x.com/paxiweb3',
|
|
22918
|
+
telegram: 'https://t.me/paxi_network',
|
|
22919
|
+
discord: 'https://discord.gg/yxZRnxvrr5'
|
|
22904
22920
|
},
|
|
22905
22921
|
traces: [{
|
|
22906
22922
|
type: 'ibc',
|
package/assets.js
CHANGED
|
@@ -22719,6 +22719,28 @@ const assets = {
|
|
|
22719
22719
|
},
|
|
22720
22720
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
|
|
22721
22721
|
}]
|
|
22722
|
+
},
|
|
22723
|
+
{
|
|
22724
|
+
description: '$9 Dollers is programmed\n\nMade with ❤️',
|
|
22725
|
+
denom_units: [{
|
|
22726
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22727
|
+
exponent: 0
|
|
22728
|
+
}, {
|
|
22729
|
+
denom: 'NINEDOLLERS',
|
|
22730
|
+
exponent: 6
|
|
22731
|
+
}],
|
|
22732
|
+
type_asset: 'sdk.coin',
|
|
22733
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
22734
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22735
|
+
name: 'Nine Dollers',
|
|
22736
|
+
display: 'NINEDOLLERS',
|
|
22737
|
+
symbol: 'NINEDOLLERS',
|
|
22738
|
+
logo_URIs: {
|
|
22739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22740
|
+
},
|
|
22741
|
+
images: [{
|
|
22742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22743
|
+
}]
|
|
22722
22744
|
}
|
|
22723
22745
|
]
|
|
22724
22746
|
};
|
package/chain.js
CHANGED
|
@@ -636,6 +636,10 @@ const chain = {
|
|
|
636
636
|
{
|
|
637
637
|
address: 'https://osmosis-rpc.highstakes.ch',
|
|
638
638
|
provider: 'High Stakes 🇨🇭'
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
address: 'https://rpc.osmosis.citizenweb3.com/',
|
|
642
|
+
provider: 'Citizen Web3'
|
|
639
643
|
}
|
|
640
644
|
],
|
|
641
645
|
rest: [
|
|
@@ -694,6 +698,10 @@ const chain = {
|
|
|
694
698
|
{
|
|
695
699
|
address: 'https://osmosis-api.highstakes.ch',
|
|
696
700
|
provider: 'High Stakes 🇨🇭'
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
address: 'https://api.osmosis.citizenweb3.com/',
|
|
704
|
+
provider: 'Citizen Web3'
|
|
697
705
|
}
|
|
698
706
|
],
|
|
699
707
|
grpc: [
|
|
@@ -720,6 +728,10 @@ const chain = {
|
|
|
720
728
|
{
|
|
721
729
|
address: 'grpc.osmosis.validatus.com:443',
|
|
722
730
|
provider: 'Validatus'
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
address: 'grpc.osmosis.citizenweb3.com:443',
|
|
734
|
+
provider: 'Citizen Web3'
|
|
723
735
|
}
|
|
724
736
|
]
|
|
725
737
|
},
|
|
@@ -802,6 +814,12 @@ const chain = {
|
|
|
802
814
|
url: 'https://osmosis.valopers.com/',
|
|
803
815
|
tx_page: 'https://osmosis.valopers.com/transactions/${txHash}',
|
|
804
816
|
account_page: 'https://osmosis.valopers.com/account/${accountAddress}'
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
kind: 'Validatorinfo',
|
|
820
|
+
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
821
|
+
validator_page: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
822
|
+
proposal_page: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
805
823
|
}
|
|
806
824
|
],
|
|
807
825
|
keywords: ['dex']
|
package/esm/asset_list.js
CHANGED
|
@@ -12770,19 +12770,19 @@ const asset_list = {
|
|
|
12770
12770
|
}]
|
|
12771
12771
|
},
|
|
12772
12772
|
{
|
|
12773
|
-
description: '
|
|
12773
|
+
description: 'Paxi Network is a Layer 1, general-purpose decentralized blockchain designed for everyone.Built for speed, security, and scalability, it empowers individuals and communities to participate freely — anyone can become a validator and help secure the network.With native support for DeFi, DAOs, cross-chain interoperability, and dApps, Paxi makes blockchain simple, inclusive, and truly decentralized.Ultimately, Paxi aims to become a universal blockchain — hosting a vast ecosystem of dApps that seamlessly integrate into everyday life.',
|
|
12774
12774
|
denom_units: [{
|
|
12775
12775
|
denom: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
12776
12776
|
exponent: 0,
|
|
12777
12777
|
aliases: ['upaxi']
|
|
12778
12778
|
}, {
|
|
12779
|
-
denom: '
|
|
12779
|
+
denom: 'paxi',
|
|
12780
12780
|
exponent: 6
|
|
12781
12781
|
}],
|
|
12782
12782
|
type_asset: 'sdk.coin',
|
|
12783
12783
|
base: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
12784
|
-
name: 'Paxi',
|
|
12785
|
-
display: '
|
|
12784
|
+
name: 'Paxi Network',
|
|
12785
|
+
display: 'paxi',
|
|
12786
12786
|
symbol: 'PAXI',
|
|
12787
12787
|
images: [{
|
|
12788
12788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/paxi/images/paxi.png',
|
|
@@ -12790,9 +12790,17 @@ const asset_list = {
|
|
|
12790
12790
|
circle: false
|
|
12791
12791
|
}
|
|
12792
12792
|
}],
|
|
12793
|
-
keywords: [
|
|
12793
|
+
keywords: [
|
|
12794
|
+
'staking',
|
|
12795
|
+
'layer1',
|
|
12796
|
+
'DAO'
|
|
12797
|
+
],
|
|
12798
|
+
coingecko_id: 'paxi-network',
|
|
12794
12799
|
socials: {
|
|
12795
|
-
website: 'https://paxinet.io'
|
|
12800
|
+
website: 'https://paxinet.io',
|
|
12801
|
+
x: 'https://x.com/paxiweb3',
|
|
12802
|
+
telegram: 'https://t.me/paxi_network',
|
|
12803
|
+
discord: 'https://discord.gg/yxZRnxvrr5'
|
|
12796
12804
|
},
|
|
12797
12805
|
traces: [{
|
|
12798
12806
|
type: 'ibc',
|
|
@@ -22876,19 +22884,19 @@ const asset_list = {
|
|
|
22876
22884
|
}]
|
|
22877
22885
|
},
|
|
22878
22886
|
{
|
|
22879
|
-
description: '
|
|
22887
|
+
description: 'Paxi Network is a Layer 1, general-purpose decentralized blockchain designed for everyone.Built for speed, security, and scalability, it empowers individuals and communities to participate freely — anyone can become a validator and help secure the network.With native support for DeFi, DAOs, cross-chain interoperability, and dApps, Paxi makes blockchain simple, inclusive, and truly decentralized.Ultimately, Paxi aims to become a universal blockchain — hosting a vast ecosystem of dApps that seamlessly integrate into everyday life.',
|
|
22880
22888
|
denom_units: [{
|
|
22881
22889
|
denom: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
22882
22890
|
exponent: 0,
|
|
22883
22891
|
aliases: ['upaxi']
|
|
22884
22892
|
}, {
|
|
22885
|
-
denom: '
|
|
22893
|
+
denom: 'paxi',
|
|
22886
22894
|
exponent: 6
|
|
22887
22895
|
}],
|
|
22888
22896
|
type_asset: 'sdk.coin',
|
|
22889
22897
|
base: 'ibc/2BDB1A24CECA305FBECD3285D7C4391AE8916B80AB4ED2B1DBFCAECED254D4D1',
|
|
22890
|
-
name: 'Paxi',
|
|
22891
|
-
display: '
|
|
22898
|
+
name: 'Paxi Network',
|
|
22899
|
+
display: 'paxi',
|
|
22892
22900
|
symbol: 'PAXI',
|
|
22893
22901
|
images: [{
|
|
22894
22902
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/paxi/images/paxi.png',
|
|
@@ -22896,9 +22904,17 @@ const asset_list = {
|
|
|
22896
22904
|
circle: false
|
|
22897
22905
|
}
|
|
22898
22906
|
}],
|
|
22899
|
-
keywords: [
|
|
22907
|
+
keywords: [
|
|
22908
|
+
'staking',
|
|
22909
|
+
'layer1',
|
|
22910
|
+
'DAO'
|
|
22911
|
+
],
|
|
22912
|
+
coingecko_id: 'paxi-network',
|
|
22900
22913
|
socials: {
|
|
22901
|
-
website: 'https://paxinet.io'
|
|
22914
|
+
website: 'https://paxinet.io',
|
|
22915
|
+
x: 'https://x.com/paxiweb3',
|
|
22916
|
+
telegram: 'https://t.me/paxi_network',
|
|
22917
|
+
discord: 'https://discord.gg/yxZRnxvrr5'
|
|
22902
22918
|
},
|
|
22903
22919
|
traces: [{
|
|
22904
22920
|
type: 'ibc',
|
package/esm/assets.js
CHANGED
|
@@ -22717,6 +22717,28 @@ const assets = {
|
|
|
22717
22717
|
},
|
|
22718
22718
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
|
|
22719
22719
|
}]
|
|
22720
|
+
},
|
|
22721
|
+
{
|
|
22722
|
+
description: '$9 Dollers is programmed\n\nMade with ❤️',
|
|
22723
|
+
denom_units: [{
|
|
22724
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22725
|
+
exponent: 0
|
|
22726
|
+
}, {
|
|
22727
|
+
denom: 'NINEDOLLERS',
|
|
22728
|
+
exponent: 6
|
|
22729
|
+
}],
|
|
22730
|
+
type_asset: 'sdk.coin',
|
|
22731
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
22732
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22733
|
+
name: 'Nine Dollers',
|
|
22734
|
+
display: 'NINEDOLLERS',
|
|
22735
|
+
symbol: 'NINEDOLLERS',
|
|
22736
|
+
logo_URIs: {
|
|
22737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22738
|
+
},
|
|
22739
|
+
images: [{
|
|
22740
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22741
|
+
}]
|
|
22720
22742
|
}
|
|
22721
22743
|
]
|
|
22722
22744
|
};
|
package/esm/chain.js
CHANGED
|
@@ -634,6 +634,10 @@ const chain = {
|
|
|
634
634
|
{
|
|
635
635
|
address: 'https://osmosis-rpc.highstakes.ch',
|
|
636
636
|
provider: 'High Stakes 🇨🇭'
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
address: 'https://rpc.osmosis.citizenweb3.com/',
|
|
640
|
+
provider: 'Citizen Web3'
|
|
637
641
|
}
|
|
638
642
|
],
|
|
639
643
|
rest: [
|
|
@@ -692,6 +696,10 @@ const chain = {
|
|
|
692
696
|
{
|
|
693
697
|
address: 'https://osmosis-api.highstakes.ch',
|
|
694
698
|
provider: 'High Stakes 🇨🇭'
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
address: 'https://api.osmosis.citizenweb3.com/',
|
|
702
|
+
provider: 'Citizen Web3'
|
|
695
703
|
}
|
|
696
704
|
],
|
|
697
705
|
grpc: [
|
|
@@ -718,6 +726,10 @@ const chain = {
|
|
|
718
726
|
{
|
|
719
727
|
address: 'grpc.osmosis.validatus.com:443',
|
|
720
728
|
provider: 'Validatus'
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
address: 'grpc.osmosis.citizenweb3.com:443',
|
|
732
|
+
provider: 'Citizen Web3'
|
|
721
733
|
}
|
|
722
734
|
]
|
|
723
735
|
},
|
|
@@ -800,6 +812,12 @@ const chain = {
|
|
|
800
812
|
url: 'https://osmosis.valopers.com/',
|
|
801
813
|
tx_page: 'https://osmosis.valopers.com/transactions/${txHash}',
|
|
802
814
|
account_page: 'https://osmosis.valopers.com/account/${accountAddress}'
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
kind: 'Validatorinfo',
|
|
818
|
+
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
819
|
+
validator_page: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
820
|
+
proposal_page: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
803
821
|
}
|
|
804
822
|
],
|
|
805
823
|
keywords: ['dex']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.258",
|
|
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.258"
|
|
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": "54b583e8e43aed467afc261940a5b39e0ed1a48c"
|
|
42
42
|
}
|