chain-registry 2.0.223 → 2.0.225
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/esm/mainnet/akash/chain.js +8 -0
- package/esm/mainnet/beezee/asset-list.js +4 -4
- package/esm/mainnet/celestia/chain.js +8 -0
- package/esm/mainnet/cosmoshub/asset-list.js +29 -0
- package/esm/mainnet/cosmoshub/chain.js +8 -0
- package/esm/mainnet/injective/chain.js +0 -48
- package/esm/mainnet/juno/asset-list.js +11 -3
- package/esm/mainnet/lumen/asset-list.js +1 -1
- package/esm/mainnet/lumen/chain.js +1 -1
- package/esm/mainnet/osmosis/asset-list.js +3 -3
- package/esm/mainnet/stride/chain.js +8 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/mainnet/akash/chain.js +8 -0
- package/mainnet/beezee/asset-list.js +4 -4
- package/mainnet/celestia/chain.js +8 -0
- package/mainnet/cosmoshub/asset-list.js +29 -0
- package/mainnet/cosmoshub/chain.js +8 -0
- package/mainnet/injective/chain.js +0 -48
- package/mainnet/juno/asset-list.js +11 -3
- package/mainnet/lumen/asset-list.js +1 -1
- package/mainnet/lumen/chain.js +1 -1
- package/mainnet/osmosis/asset-list.js +3 -3
- package/mainnet/stride/chain.js +8 -0
- package/package.json +3 -3
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
|
@@ -58,6 +58,10 @@ const info = {
|
|
|
58
58
|
description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
|
|
59
59
|
apis: {
|
|
60
60
|
rpc: [
|
|
61
|
+
{
|
|
62
|
+
address: 'https://akash.rpc.uquad.org:443',
|
|
63
|
+
provider: 'QUAD'
|
|
64
|
+
},
|
|
61
65
|
{
|
|
62
66
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
63
67
|
provider: 'ecostake'
|
|
@@ -88,6 +92,10 @@ const info = {
|
|
|
88
92
|
}
|
|
89
93
|
],
|
|
90
94
|
rest: [
|
|
95
|
+
{
|
|
96
|
+
address: 'https://akash.rpc.uquad.org:443',
|
|
97
|
+
provider: 'QUAD'
|
|
98
|
+
},
|
|
91
99
|
{
|
|
92
100
|
address: 'https://rest-akash.ecostake.com',
|
|
93
101
|
provider: 'ecostake'
|
|
@@ -457,7 +457,8 @@ const info = {
|
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
description: 'PHMN from
|
|
460
|
+
description: '(Deprecated) PHMN bridged via Osmosis from legacy to the Cosmos Hub.',
|
|
461
|
+
deprecated: true,
|
|
461
462
|
denomUnits: [{
|
|
462
463
|
denom: 'ibc/12C0B8B561AFCFDA3C73DEE0F7F84AA2B860D48493C27E8E81A5D14724FAB08B',
|
|
463
464
|
exponent: 0,
|
|
@@ -471,7 +472,7 @@ const info = {
|
|
|
471
472
|
base: 'ibc/12C0B8B561AFCFDA3C73DEE0F7F84AA2B860D48493C27E8E81A5D14724FAB08B',
|
|
472
473
|
name: 'POSTHUMAN',
|
|
473
474
|
display: 'phmn',
|
|
474
|
-
symbol: 'PHMN',
|
|
475
|
+
symbol: 'PHMN.legacy',
|
|
475
476
|
traces: [{
|
|
476
477
|
type: 'ibc',
|
|
477
478
|
counterparty: {
|
|
@@ -499,8 +500,7 @@ const info = {
|
|
|
499
500
|
socials: {
|
|
500
501
|
website: 'https://posthuman.digital/',
|
|
501
502
|
x: 'https://x.com/POSTHUMAN_DVS'
|
|
502
|
-
}
|
|
503
|
-
coingeckoId: 'posthuman'
|
|
503
|
+
}
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
506
|
description: 'GEEGEE (GGE) on Cosmos is a community driven meme coin. Sharing knowledge and create visibility. How strong can we be? ☀️',
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
description: 'Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.',
|
|
65
65
|
apis: {
|
|
66
66
|
rpc: [
|
|
67
|
+
{
|
|
68
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
69
|
+
provider: 'QUAD'
|
|
70
|
+
},
|
|
67
71
|
{
|
|
68
72
|
address: 'https://public-celestia-rpc.numia.xyz',
|
|
69
73
|
provider: 'Numia'
|
|
@@ -162,6 +166,10 @@ const info = {
|
|
|
162
166
|
}
|
|
163
167
|
],
|
|
164
168
|
rest: [
|
|
169
|
+
{
|
|
170
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
171
|
+
provider: 'QUAD'
|
|
172
|
+
},
|
|
165
173
|
{
|
|
166
174
|
address: 'https://public-celestia-lcd.numia.xyz',
|
|
167
175
|
provider: 'Numia'
|
|
@@ -1156,6 +1156,35 @@ const info = {
|
|
|
1156
1156
|
website: 'https://www.stargaze.zone/',
|
|
1157
1157
|
x: 'https://x.com/StargazeZone'
|
|
1158
1158
|
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
description: 'POSTHUMAN (PHMN) is the governance token of the POSTHUMAN DAO, issued on Cosmos Hub through TokenFactory.',
|
|
1162
|
+
extendedDescription: 'PHMN is the governance token of POSTHUMAN DAO. The new PHMN token was created on Cosmos Hub through TokenFactory after the 2026 migration from the legacy Juno CW20 token.',
|
|
1163
|
+
denomUnits: [{
|
|
1164
|
+
denom: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN',
|
|
1165
|
+
exponent: 0
|
|
1166
|
+
}, {
|
|
1167
|
+
denom: 'phmn',
|
|
1168
|
+
exponent: 6
|
|
1169
|
+
}],
|
|
1170
|
+
typeAsset: 'sdk.coin',
|
|
1171
|
+
base: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN',
|
|
1172
|
+
name: 'POSTHUMAN',
|
|
1173
|
+
display: 'phmn',
|
|
1174
|
+
symbol: 'PHMN',
|
|
1175
|
+
logoURIs: {
|
|
1176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/phmn.png'
|
|
1177
|
+
},
|
|
1178
|
+
images: [{
|
|
1179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/phmn.png',
|
|
1180
|
+
theme: {
|
|
1181
|
+
circle: true
|
|
1182
|
+
}
|
|
1183
|
+
}],
|
|
1184
|
+
socials: {
|
|
1185
|
+
website: 'https://posthuman.digital/',
|
|
1186
|
+
x: 'https://x.com/POSTHUMAN_DVS'
|
|
1187
|
+
}
|
|
1159
1188
|
}
|
|
1160
1189
|
]
|
|
1161
1190
|
};
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
|
|
65
65
|
apis: {
|
|
66
66
|
rpc: [
|
|
67
|
+
{
|
|
68
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
69
|
+
provider: 'QUAD'
|
|
70
|
+
},
|
|
67
71
|
{
|
|
68
72
|
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
|
|
69
73
|
provider: 'CryptoCrew',
|
|
@@ -203,6 +207,10 @@ const info = {
|
|
|
203
207
|
}
|
|
204
208
|
],
|
|
205
209
|
rest: [
|
|
210
|
+
{
|
|
211
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
212
|
+
provider: 'QUAD'
|
|
213
|
+
},
|
|
206
214
|
{
|
|
207
215
|
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
|
|
208
216
|
provider: 'CryptoCrew',
|
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://injective-rpc.highstakes.ch',
|
|
50
50
|
provider: 'High Stakes 🇨🇭'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://rpc.injective.goldenratiostaking.net',
|
|
54
|
-
provider: 'Golden Ratio Staking'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://injective-rpc.polkachu.com',
|
|
58
54
|
provider: 'Polkachu'
|
|
@@ -61,10 +57,6 @@ const info = {
|
|
|
61
57
|
address: 'https://rpc.lavenderfive.com:443/injective',
|
|
62
58
|
provider: 'Lavender.Five Nodes 🐝'
|
|
63
59
|
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://rpc-injective-01.stakeflow.io',
|
|
66
|
-
provider: 'Stakeflow'
|
|
67
|
-
},
|
|
68
60
|
{
|
|
69
61
|
address: 'https://injective-rpc.publicnode.com:443',
|
|
70
62
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -97,14 +89,6 @@ const info = {
|
|
|
97
89
|
}
|
|
98
90
|
],
|
|
99
91
|
grpc: [
|
|
100
|
-
{
|
|
101
|
-
address: '6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80',
|
|
102
|
-
provider: 'NewMetric'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
address: 'grpc-injective-ia.cosmosia.notional.ventures:443',
|
|
106
|
-
provider: 'Notional'
|
|
107
|
-
},
|
|
108
92
|
{
|
|
109
93
|
address: 'injective.lavenderfive.com:443',
|
|
110
94
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -117,34 +101,10 @@ const info = {
|
|
|
117
101
|
address: 'injective-mainnet-grpc.autostake.com:443',
|
|
118
102
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
119
103
|
},
|
|
120
|
-
{
|
|
121
|
-
address: 'grpc-injective.cosmos-spaces.cloud:9900',
|
|
122
|
-
provider: 'Cosmos Spaces'
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
address: 'grpc.injective.posthuman.digital:80',
|
|
126
|
-
provider: 'POSTHUMAN ꝏ DVS'
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
address: 'grpc-injective.architectnodes.com:1443',
|
|
130
|
-
provider: 'Architect Nodes'
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
address: 'grpc-injective-01.stakeflow.io:2102',
|
|
134
|
-
provider: 'Stakeflow'
|
|
135
|
-
},
|
|
136
104
|
{
|
|
137
105
|
address: 'injective-grpc.publicnode.com:443',
|
|
138
106
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
139
107
|
},
|
|
140
|
-
{
|
|
141
|
-
address: 'injective-grpc.w3coins.io:14390',
|
|
142
|
-
provider: 'w3coins'
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
address: 'grpc-injective.whispernode.com:443',
|
|
146
|
-
provider: 'WhisperNode 🤐'
|
|
147
|
-
},
|
|
148
108
|
{
|
|
149
109
|
address: 'grpc.injective.bronbro.io:443',
|
|
150
110
|
provider: 'Bro_n_Bro'
|
|
@@ -159,14 +119,6 @@ const info = {
|
|
|
159
119
|
address: 'https://injective.json-rpc.decentrio.ventures',
|
|
160
120
|
provider: 'Decentrio'
|
|
161
121
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://injective-evm-rpc.scvsecurity.io',
|
|
164
|
-
provider: 'SCV Security'
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://injective-evm-rpc.highstakes.ch',
|
|
168
|
-
provider: 'High Stakes 🇨🇭'
|
|
169
|
-
},
|
|
170
122
|
{
|
|
171
123
|
address: 'https://sentry.evm-rpc.injective.network',
|
|
172
124
|
provider: 'injectivelabs.org'
|
|
@@ -577,10 +577,11 @@ const info = {
|
|
|
577
577
|
}]
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
|
-
description: 'The
|
|
580
|
+
description: '(Deprecated) The original CW20 PHMN token on Juno. PHMN has migrated to the Cosmos Hub as the tokenfactory denom factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN. This asset is retained for historical reference.',
|
|
581
581
|
extendedDescription: '$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.',
|
|
582
582
|
typeAsset: 'cw20',
|
|
583
583
|
address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
584
|
+
deprecated: true,
|
|
584
585
|
denomUnits: [{
|
|
585
586
|
denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
586
587
|
exponent: 0
|
|
@@ -591,12 +592,19 @@ const info = {
|
|
|
591
592
|
base: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
592
593
|
name: 'POSTHUMAN',
|
|
593
594
|
display: 'phmn',
|
|
594
|
-
symbol: 'PHMN',
|
|
595
|
+
symbol: 'PHMN.legacy',
|
|
596
|
+
traces: [{
|
|
597
|
+
type: 'legacy-mintage',
|
|
598
|
+
counterparty: {
|
|
599
|
+
chainName: 'cosmoshub',
|
|
600
|
+
baseDenom: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN'
|
|
601
|
+
},
|
|
602
|
+
provider: 'POSTHUMAN'
|
|
603
|
+
}],
|
|
595
604
|
logoURIs: {
|
|
596
605
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
597
606
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
598
607
|
},
|
|
599
|
-
coingeckoId: 'posthuman',
|
|
600
608
|
images: [{
|
|
601
609
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
602
610
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
@@ -18,7 +18,7 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png'
|
|
19
19
|
}],
|
|
20
20
|
socials: {
|
|
21
|
-
website: 'https://lumen-
|
|
21
|
+
website: 'https://lumen-browser.com/',
|
|
22
22
|
github: 'https://github.com/network-lumen/',
|
|
23
23
|
telegram: 'https://t.me/+HBWh_cUJCrZiODE0',
|
|
24
24
|
discord: 'https://discord.gg/DwK6V9shKc',
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chainName: 'lumen',
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'mainnet',
|
|
6
|
-
website: 'https://lumen-
|
|
6
|
+
website: 'https://lumen-browser.com/',
|
|
7
7
|
prettyName: 'Lumen',
|
|
8
8
|
description: 'Lumen is a Cosmos SDK chain focused on DNS auctions, release distribution, and gateway settlement flows.',
|
|
9
9
|
chainType: 'cosmos',
|
|
@@ -5520,8 +5520,9 @@ const info = {
|
|
|
5520
5520
|
}]
|
|
5521
5521
|
},
|
|
5522
5522
|
{
|
|
5523
|
-
description: '
|
|
5523
|
+
description: '(Deprecated) PHMN bridged from legacy Juno CW20. PHMN has migrated to the Cosmos Hub.',
|
|
5524
5524
|
extendedDescription: '$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.',
|
|
5525
|
+
deprecated: true,
|
|
5525
5526
|
denomUnits: [{
|
|
5526
5527
|
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5527
5528
|
exponent: 0,
|
|
@@ -5534,7 +5535,7 @@ const info = {
|
|
|
5534
5535
|
base: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5535
5536
|
name: 'POSTHUMAN',
|
|
5536
5537
|
display: 'phmn',
|
|
5537
|
-
symbol: 'PHMN',
|
|
5538
|
+
symbol: 'PHMN.legacy',
|
|
5538
5539
|
traces: [{
|
|
5539
5540
|
type: 'ibc-cw20',
|
|
5540
5541
|
counterparty: {
|
|
@@ -5561,7 +5562,6 @@ const info = {
|
|
|
5561
5562
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5562
5563
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5563
5564
|
}],
|
|
5564
|
-
coingeckoId: 'posthuman',
|
|
5565
5565
|
socials: {
|
|
5566
5566
|
website: 'https://posthuman.digital/',
|
|
5567
5567
|
x: 'https://x.com/POSTHUMAN_DVS'
|
|
@@ -153,6 +153,10 @@ const info = {
|
|
|
153
153
|
description: 'Stride is a blockchain that provides liquidity for staked tokens. Using Stride, you can earn both taking and DeFi yields across the Cosmos IBC ecosystem.',
|
|
154
154
|
apis: {
|
|
155
155
|
rpc: [
|
|
156
|
+
{
|
|
157
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
158
|
+
provider: 'QUAD'
|
|
159
|
+
},
|
|
156
160
|
{
|
|
157
161
|
address: 'https://stride-rpc.polkachu.com/',
|
|
158
162
|
provider: 'Polkachu'
|
|
@@ -231,6 +235,10 @@ const info = {
|
|
|
231
235
|
}
|
|
232
236
|
],
|
|
233
237
|
rest: [
|
|
238
|
+
{
|
|
239
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
240
|
+
provider: 'QUAD'
|
|
241
|
+
},
|
|
234
242
|
{
|
|
235
243
|
address: 'https://stride-api.polkachu.com/',
|
|
236
244
|
provider: 'Polkachu'
|
|
@@ -27,15 +27,15 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: 'v27.
|
|
31
|
-
compatibleVersions: ['v27.
|
|
30
|
+
recommendedVersion: 'v27.5.0-rc0',
|
|
31
|
+
compatibleVersions: ['v27.5.0-rc0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.23'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
37
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0-rc0/gaiad-v27.5.0-rc0-darwin-amd64',
|
|
38
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0-rc0/gaiad-v27.5.0-rc0-linux-amd64'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -47,14 +47,14 @@ const info = {
|
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: 'v10.
|
|
50
|
+
version: 'v10.7.0'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
53
|
version: 'v0.60.7',
|
|
54
54
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
55
55
|
tag: 'v0.60.7'
|
|
56
56
|
},
|
|
57
|
-
tag: 'v27.
|
|
57
|
+
tag: 'v27.5.0-rc0'
|
|
58
58
|
},
|
|
59
59
|
apis: {
|
|
60
60
|
rpc: [
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -60,6 +60,10 @@ const info = {
|
|
|
60
60
|
description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|
|
63
|
+
{
|
|
64
|
+
address: 'https://akash.rpc.uquad.org:443',
|
|
65
|
+
provider: 'QUAD'
|
|
66
|
+
},
|
|
63
67
|
{
|
|
64
68
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
65
69
|
provider: 'ecostake'
|
|
@@ -90,6 +94,10 @@ const info = {
|
|
|
90
94
|
}
|
|
91
95
|
],
|
|
92
96
|
rest: [
|
|
97
|
+
{
|
|
98
|
+
address: 'https://akash.rpc.uquad.org:443',
|
|
99
|
+
provider: 'QUAD'
|
|
100
|
+
},
|
|
93
101
|
{
|
|
94
102
|
address: 'https://rest-akash.ecostake.com',
|
|
95
103
|
provider: 'ecostake'
|
|
@@ -459,7 +459,8 @@ const info = {
|
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
description: 'PHMN from
|
|
462
|
+
description: '(Deprecated) PHMN bridged via Osmosis from legacy to the Cosmos Hub.',
|
|
463
|
+
deprecated: true,
|
|
463
464
|
denomUnits: [{
|
|
464
465
|
denom: 'ibc/12C0B8B561AFCFDA3C73DEE0F7F84AA2B860D48493C27E8E81A5D14724FAB08B',
|
|
465
466
|
exponent: 0,
|
|
@@ -473,7 +474,7 @@ const info = {
|
|
|
473
474
|
base: 'ibc/12C0B8B561AFCFDA3C73DEE0F7F84AA2B860D48493C27E8E81A5D14724FAB08B',
|
|
474
475
|
name: 'POSTHUMAN',
|
|
475
476
|
display: 'phmn',
|
|
476
|
-
symbol: 'PHMN',
|
|
477
|
+
symbol: 'PHMN.legacy',
|
|
477
478
|
traces: [{
|
|
478
479
|
type: 'ibc',
|
|
479
480
|
counterparty: {
|
|
@@ -501,8 +502,7 @@ const info = {
|
|
|
501
502
|
socials: {
|
|
502
503
|
website: 'https://posthuman.digital/',
|
|
503
504
|
x: 'https://x.com/POSTHUMAN_DVS'
|
|
504
|
-
}
|
|
505
|
-
coingeckoId: 'posthuman'
|
|
505
|
+
}
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
description: 'GEEGEE (GGE) on Cosmos is a community driven meme coin. Sharing knowledge and create visibility. How strong can we be? ☀️',
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
description: 'Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.',
|
|
67
67
|
apis: {
|
|
68
68
|
rpc: [
|
|
69
|
+
{
|
|
70
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
71
|
+
provider: 'QUAD'
|
|
72
|
+
},
|
|
69
73
|
{
|
|
70
74
|
address: 'https://public-celestia-rpc.numia.xyz',
|
|
71
75
|
provider: 'Numia'
|
|
@@ -164,6 +168,10 @@ const info = {
|
|
|
164
168
|
}
|
|
165
169
|
],
|
|
166
170
|
rest: [
|
|
171
|
+
{
|
|
172
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
173
|
+
provider: 'QUAD'
|
|
174
|
+
},
|
|
167
175
|
{
|
|
168
176
|
address: 'https://public-celestia-lcd.numia.xyz',
|
|
169
177
|
provider: 'Numia'
|
|
@@ -1158,6 +1158,35 @@ const info = {
|
|
|
1158
1158
|
website: 'https://www.stargaze.zone/',
|
|
1159
1159
|
x: 'https://x.com/StargazeZone'
|
|
1160
1160
|
}
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
description: 'POSTHUMAN (PHMN) is the governance token of the POSTHUMAN DAO, issued on Cosmos Hub through TokenFactory.',
|
|
1164
|
+
extendedDescription: 'PHMN is the governance token of POSTHUMAN DAO. The new PHMN token was created on Cosmos Hub through TokenFactory after the 2026 migration from the legacy Juno CW20 token.',
|
|
1165
|
+
denomUnits: [{
|
|
1166
|
+
denom: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN',
|
|
1167
|
+
exponent: 0
|
|
1168
|
+
}, {
|
|
1169
|
+
denom: 'phmn',
|
|
1170
|
+
exponent: 6
|
|
1171
|
+
}],
|
|
1172
|
+
typeAsset: 'sdk.coin',
|
|
1173
|
+
base: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN',
|
|
1174
|
+
name: 'POSTHUMAN',
|
|
1175
|
+
display: 'phmn',
|
|
1176
|
+
symbol: 'PHMN',
|
|
1177
|
+
logoURIs: {
|
|
1178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/phmn.png'
|
|
1179
|
+
},
|
|
1180
|
+
images: [{
|
|
1181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/phmn.png',
|
|
1182
|
+
theme: {
|
|
1183
|
+
circle: true
|
|
1184
|
+
}
|
|
1185
|
+
}],
|
|
1186
|
+
socials: {
|
|
1187
|
+
website: 'https://posthuman.digital/',
|
|
1188
|
+
x: 'https://x.com/POSTHUMAN_DVS'
|
|
1189
|
+
}
|
|
1161
1190
|
}
|
|
1162
1191
|
]
|
|
1163
1192
|
};
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
|
|
67
67
|
apis: {
|
|
68
68
|
rpc: [
|
|
69
|
+
{
|
|
70
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
71
|
+
provider: 'QUAD'
|
|
72
|
+
},
|
|
69
73
|
{
|
|
70
74
|
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
|
|
71
75
|
provider: 'CryptoCrew',
|
|
@@ -205,6 +209,10 @@ const info = {
|
|
|
205
209
|
}
|
|
206
210
|
],
|
|
207
211
|
rest: [
|
|
212
|
+
{
|
|
213
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
214
|
+
provider: 'QUAD'
|
|
215
|
+
},
|
|
208
216
|
{
|
|
209
217
|
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
|
|
210
218
|
provider: 'CryptoCrew',
|
|
@@ -51,10 +51,6 @@ const info = {
|
|
|
51
51
|
address: 'https://injective-rpc.highstakes.ch',
|
|
52
52
|
provider: 'High Stakes 🇨🇭'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://rpc.injective.goldenratiostaking.net',
|
|
56
|
-
provider: 'Golden Ratio Staking'
|
|
57
|
-
},
|
|
58
54
|
{
|
|
59
55
|
address: 'https://injective-rpc.polkachu.com',
|
|
60
56
|
provider: 'Polkachu'
|
|
@@ -63,10 +59,6 @@ const info = {
|
|
|
63
59
|
address: 'https://rpc.lavenderfive.com:443/injective',
|
|
64
60
|
provider: 'Lavender.Five Nodes 🐝'
|
|
65
61
|
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://rpc-injective-01.stakeflow.io',
|
|
68
|
-
provider: 'Stakeflow'
|
|
69
|
-
},
|
|
70
62
|
{
|
|
71
63
|
address: 'https://injective-rpc.publicnode.com:443',
|
|
72
64
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -99,14 +91,6 @@ const info = {
|
|
|
99
91
|
}
|
|
100
92
|
],
|
|
101
93
|
grpc: [
|
|
102
|
-
{
|
|
103
|
-
address: '6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80',
|
|
104
|
-
provider: 'NewMetric'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'grpc-injective-ia.cosmosia.notional.ventures:443',
|
|
108
|
-
provider: 'Notional'
|
|
109
|
-
},
|
|
110
94
|
{
|
|
111
95
|
address: 'injective.lavenderfive.com:443',
|
|
112
96
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -119,34 +103,10 @@ const info = {
|
|
|
119
103
|
address: 'injective-mainnet-grpc.autostake.com:443',
|
|
120
104
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
121
105
|
},
|
|
122
|
-
{
|
|
123
|
-
address: 'grpc-injective.cosmos-spaces.cloud:9900',
|
|
124
|
-
provider: 'Cosmos Spaces'
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
address: 'grpc.injective.posthuman.digital:80',
|
|
128
|
-
provider: 'POSTHUMAN ꝏ DVS'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
address: 'grpc-injective.architectnodes.com:1443',
|
|
132
|
-
provider: 'Architect Nodes'
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
address: 'grpc-injective-01.stakeflow.io:2102',
|
|
136
|
-
provider: 'Stakeflow'
|
|
137
|
-
},
|
|
138
106
|
{
|
|
139
107
|
address: 'injective-grpc.publicnode.com:443',
|
|
140
108
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
141
109
|
},
|
|
142
|
-
{
|
|
143
|
-
address: 'injective-grpc.w3coins.io:14390',
|
|
144
|
-
provider: 'w3coins'
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
address: 'grpc-injective.whispernode.com:443',
|
|
148
|
-
provider: 'WhisperNode 🤐'
|
|
149
|
-
},
|
|
150
110
|
{
|
|
151
111
|
address: 'grpc.injective.bronbro.io:443',
|
|
152
112
|
provider: 'Bro_n_Bro'
|
|
@@ -161,14 +121,6 @@ const info = {
|
|
|
161
121
|
address: 'https://injective.json-rpc.decentrio.ventures',
|
|
162
122
|
provider: 'Decentrio'
|
|
163
123
|
},
|
|
164
|
-
{
|
|
165
|
-
address: 'https://injective-evm-rpc.scvsecurity.io',
|
|
166
|
-
provider: 'SCV Security'
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
address: 'https://injective-evm-rpc.highstakes.ch',
|
|
170
|
-
provider: 'High Stakes 🇨🇭'
|
|
171
|
-
},
|
|
172
124
|
{
|
|
173
125
|
address: 'https://sentry.evm-rpc.injective.network',
|
|
174
126
|
provider: 'injectivelabs.org'
|
|
@@ -579,10 +579,11 @@ const info = {
|
|
|
579
579
|
}]
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
|
-
description: 'The
|
|
582
|
+
description: '(Deprecated) The original CW20 PHMN token on Juno. PHMN has migrated to the Cosmos Hub as the tokenfactory denom factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN. This asset is retained for historical reference.',
|
|
583
583
|
extendedDescription: '$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.',
|
|
584
584
|
typeAsset: 'cw20',
|
|
585
585
|
address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
586
|
+
deprecated: true,
|
|
586
587
|
denomUnits: [{
|
|
587
588
|
denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
588
589
|
exponent: 0
|
|
@@ -593,12 +594,19 @@ const info = {
|
|
|
593
594
|
base: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
|
|
594
595
|
name: 'POSTHUMAN',
|
|
595
596
|
display: 'phmn',
|
|
596
|
-
symbol: 'PHMN',
|
|
597
|
+
symbol: 'PHMN.legacy',
|
|
598
|
+
traces: [{
|
|
599
|
+
type: 'legacy-mintage',
|
|
600
|
+
counterparty: {
|
|
601
|
+
chainName: 'cosmoshub',
|
|
602
|
+
baseDenom: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN'
|
|
603
|
+
},
|
|
604
|
+
provider: 'POSTHUMAN'
|
|
605
|
+
}],
|
|
597
606
|
logoURIs: {
|
|
598
607
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
599
608
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
600
609
|
},
|
|
601
|
-
coingeckoId: 'posthuman',
|
|
602
610
|
images: [{
|
|
603
611
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
604
612
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
@@ -20,7 +20,7 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png'
|
|
21
21
|
}],
|
|
22
22
|
socials: {
|
|
23
|
-
website: 'https://lumen-
|
|
23
|
+
website: 'https://lumen-browser.com/',
|
|
24
24
|
github: 'https://github.com/network-lumen/',
|
|
25
25
|
telegram: 'https://t.me/+HBWh_cUJCrZiODE0',
|
|
26
26
|
discord: 'https://discord.gg/DwK6V9shKc',
|
package/mainnet/lumen/chain.js
CHANGED
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
chainName: 'lumen',
|
|
6
6
|
status: 'live',
|
|
7
7
|
networkType: 'mainnet',
|
|
8
|
-
website: 'https://lumen-
|
|
8
|
+
website: 'https://lumen-browser.com/',
|
|
9
9
|
prettyName: 'Lumen',
|
|
10
10
|
description: 'Lumen is a Cosmos SDK chain focused on DNS auctions, release distribution, and gateway settlement flows.',
|
|
11
11
|
chainType: 'cosmos',
|
|
@@ -5522,8 +5522,9 @@ const info = {
|
|
|
5522
5522
|
}]
|
|
5523
5523
|
},
|
|
5524
5524
|
{
|
|
5525
|
-
description: '
|
|
5525
|
+
description: '(Deprecated) PHMN bridged from legacy Juno CW20. PHMN has migrated to the Cosmos Hub.',
|
|
5526
5526
|
extendedDescription: '$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.',
|
|
5527
|
+
deprecated: true,
|
|
5527
5528
|
denomUnits: [{
|
|
5528
5529
|
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5529
5530
|
exponent: 0,
|
|
@@ -5536,7 +5537,7 @@ const info = {
|
|
|
5536
5537
|
base: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5537
5538
|
name: 'POSTHUMAN',
|
|
5538
5539
|
display: 'phmn',
|
|
5539
|
-
symbol: 'PHMN',
|
|
5540
|
+
symbol: 'PHMN.legacy',
|
|
5540
5541
|
traces: [{
|
|
5541
5542
|
type: 'ibc-cw20',
|
|
5542
5543
|
counterparty: {
|
|
@@ -5563,7 +5564,6 @@ const info = {
|
|
|
5563
5564
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5564
5565
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5565
5566
|
}],
|
|
5566
|
-
coingeckoId: 'posthuman',
|
|
5567
5567
|
socials: {
|
|
5568
5568
|
website: 'https://posthuman.digital/',
|
|
5569
5569
|
x: 'https://x.com/POSTHUMAN_DVS'
|
package/mainnet/stride/chain.js
CHANGED
|
@@ -155,6 +155,10 @@ const info = {
|
|
|
155
155
|
description: 'Stride is a blockchain that provides liquidity for staked tokens. Using Stride, you can earn both taking and DeFi yields across the Cosmos IBC ecosystem.',
|
|
156
156
|
apis: {
|
|
157
157
|
rpc: [
|
|
158
|
+
{
|
|
159
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
160
|
+
provider: 'QUAD'
|
|
161
|
+
},
|
|
158
162
|
{
|
|
159
163
|
address: 'https://stride-rpc.polkachu.com/',
|
|
160
164
|
provider: 'Polkachu'
|
|
@@ -233,6 +237,10 @@ const info = {
|
|
|
233
237
|
}
|
|
234
238
|
],
|
|
235
239
|
rest: [
|
|
240
|
+
{
|
|
241
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
242
|
+
provider: 'QUAD'
|
|
243
|
+
},
|
|
236
244
|
{
|
|
237
245
|
address: 'https://stride-api.polkachu.com/',
|
|
238
246
|
provider: 'Polkachu'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.225",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.225"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e83ab5e74dc76cf386c62605c6dda96451011cfe"
|
|
43
43
|
}
|
|
@@ -29,15 +29,15 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommendedVersion: 'v27.
|
|
33
|
-
compatibleVersions: ['v27.
|
|
32
|
+
recommendedVersion: 'v27.5.0-rc0',
|
|
33
|
+
compatibleVersions: ['v27.5.0-rc0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
36
|
version: 'v0.38.23'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0-rc0/gaiad-v27.5.0-rc0-darwin-amd64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0-rc0/gaiad-v27.5.0-rc0-linux-amd64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -49,14 +49,14 @@ const info = {
|
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: 'v10.
|
|
52
|
+
version: 'v10.7.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
55
|
version: 'v0.60.7',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
57
|
tag: 'v0.60.7'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v27.
|
|
59
|
+
tag: 'v27.5.0-rc0'
|
|
60
60
|
},
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|