chain-registry 1.61.3 → 1.61.5
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.
|
@@ -84,6 +84,10 @@ const info = {
|
|
|
84
84
|
{
|
|
85
85
|
address: 'https://injective-rpc.noders.services',
|
|
86
86
|
provider: '[NODERS]TEAM'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://rpc-injective.ecostake.com',
|
|
90
|
+
provider: 'ecostake'
|
|
87
91
|
}
|
|
88
92
|
],
|
|
89
93
|
rest: [
|
|
@@ -138,6 +142,10 @@ const info = {
|
|
|
138
142
|
{
|
|
139
143
|
address: 'https://injective-api.noders.services',
|
|
140
144
|
provider: '[NODERS]TEAM'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://rest-injective.ecostake.com',
|
|
148
|
+
provider: 'ecostake'
|
|
141
149
|
}
|
|
142
150
|
],
|
|
143
151
|
grpc: [
|
|
@@ -563,6 +563,7 @@ const info = {
|
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
565
|
description: 'The native token cw20 for PHMN on Juno Chain',
|
|
566
|
+
extended_description: '$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator\'s commission rate, or exiting the network are determined by the PHMN community.',
|
|
566
567
|
type_asset: 'cw20',
|
|
567
568
|
address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
568
569
|
denom_units: [{
|
|
@@ -584,7 +585,11 @@ const info = {
|
|
|
584
585
|
images: [{
|
|
585
586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
586
587
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
587
|
-
}]
|
|
588
|
+
}],
|
|
589
|
+
socials: {
|
|
590
|
+
website: 'https://posthuman.digital/',
|
|
591
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
592
|
+
}
|
|
588
593
|
},
|
|
589
594
|
{
|
|
590
595
|
description: 'The native token cw20 for Hopers on Juno Chain',
|
|
@@ -877,6 +877,23 @@ const info = {
|
|
|
877
877
|
images: [{
|
|
878
878
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
879
879
|
}]
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
denom_units: [{
|
|
883
|
+
denom: 'factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI',
|
|
884
|
+
exponent: 0,
|
|
885
|
+
aliases: ['utakumi']
|
|
886
|
+
}, {
|
|
887
|
+
denom: 'takumi',
|
|
888
|
+
exponent: 6
|
|
889
|
+
}],
|
|
890
|
+
base: 'factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI',
|
|
891
|
+
name: 'Takumi Asano',
|
|
892
|
+
display: 'takumi',
|
|
893
|
+
symbol: 'TAKUMI',
|
|
894
|
+
images: [{
|
|
895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png'
|
|
896
|
+
}]
|
|
880
897
|
}
|
|
881
898
|
]
|
|
882
899
|
};
|
|
@@ -86,6 +86,10 @@ const info = {
|
|
|
86
86
|
{
|
|
87
87
|
address: 'https://injective-rpc.noders.services',
|
|
88
88
|
provider: '[NODERS]TEAM'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://rpc-injective.ecostake.com',
|
|
92
|
+
provider: 'ecostake'
|
|
89
93
|
}
|
|
90
94
|
],
|
|
91
95
|
rest: [
|
|
@@ -140,6 +144,10 @@ const info = {
|
|
|
140
144
|
{
|
|
141
145
|
address: 'https://injective-api.noders.services',
|
|
142
146
|
provider: '[NODERS]TEAM'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
address: 'https://rest-injective.ecostake.com',
|
|
150
|
+
provider: 'ecostake'
|
|
143
151
|
}
|
|
144
152
|
],
|
|
145
153
|
grpc: [
|
package/mainnet/juno/assets.js
CHANGED
|
@@ -565,6 +565,7 @@ const info = {
|
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
567
|
description: 'The native token cw20 for PHMN on Juno Chain',
|
|
568
|
+
extended_description: '$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator\'s commission rate, or exiting the network are determined by the PHMN community.',
|
|
568
569
|
type_asset: 'cw20',
|
|
569
570
|
address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
570
571
|
denom_units: [{
|
|
@@ -586,7 +587,11 @@ const info = {
|
|
|
586
587
|
images: [{
|
|
587
588
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
588
589
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
589
|
-
}]
|
|
590
|
+
}],
|
|
591
|
+
socials: {
|
|
592
|
+
website: 'https://posthuman.digital/',
|
|
593
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
594
|
+
}
|
|
590
595
|
},
|
|
591
596
|
{
|
|
592
597
|
description: 'The native token cw20 for Hopers on Juno Chain',
|
|
@@ -879,6 +879,23 @@ const info = {
|
|
|
879
879
|
images: [{
|
|
880
880
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
881
881
|
}]
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
denom_units: [{
|
|
885
|
+
denom: 'factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI',
|
|
886
|
+
exponent: 0,
|
|
887
|
+
aliases: ['utakumi']
|
|
888
|
+
}, {
|
|
889
|
+
denom: 'takumi',
|
|
890
|
+
exponent: 6
|
|
891
|
+
}],
|
|
892
|
+
base: 'factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI',
|
|
893
|
+
name: 'Takumi Asano',
|
|
894
|
+
display: 'takumi',
|
|
895
|
+
symbol: 'TAKUMI',
|
|
896
|
+
images: [{
|
|
897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png'
|
|
898
|
+
}]
|
|
882
899
|
}
|
|
883
900
|
]
|
|
884
901
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.61.
|
|
3
|
+
"version": "1.61.5",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.44.
|
|
32
|
+
"@chain-registry/utils": "^1.44.5",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.43.
|
|
36
|
+
"@chain-registry/types": "^0.43.5"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "edea39ec1696f3e5a91d6664c79080eeeb258101"
|
|
47
47
|
}
|