chain-registry 2.0.227 → 2.0.229
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/agoric/chain.js +0 -12
- package/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/assetmantle/chain.js +0 -12
- package/esm/mainnet/atomone/chain.js +0 -8
- package/esm/mainnet/babylon/chain.js +0 -8
- package/esm/mainnet/bandchain/chain.js +0 -12
- package/esm/mainnet/bostrom/chain.js +6 -23
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cheqd/chain.js +0 -12
- package/esm/mainnet/chihuahua/chain.js +0 -12
- package/esm/mainnet/comdex/chain.js +0 -4
- package/esm/mainnet/composable/chain.js +0 -12
- package/esm/mainnet/cosmoshub/chain.js +0 -8
- package/esm/mainnet/cryptoorgchain/chain.js +0 -12
- package/esm/mainnet/dydx/chain.js +8 -8
- package/esm/mainnet/dymension/chain.js +0 -8
- package/esm/mainnet/elys/chain.js +0 -8
- package/esm/mainnet/emoney/chain.js +6 -23
- package/esm/mainnet/fetchhub/chain.js +0 -12
- package/esm/mainnet/gonka/chain.js +8 -0
- package/esm/mainnet/gravitybridge/chain.js +0 -12
- package/esm/mainnet/impacthub/chain.js +3 -18
- package/esm/mainnet/injective/asset-list.js +26 -0
- package/esm/mainnet/injective/chain.js +8 -0
- package/esm/mainnet/irisnet/chain.js +0 -12
- package/esm/mainnet/kichain/chain.js +0 -12
- package/esm/mainnet/konstellation/chain.js +0 -10
- package/esm/mainnet/kujira/chain.js +0 -12
- package/esm/mainnet/neutron/chain.js +8 -8
- package/esm/mainnet/osmosis/chain.js +8 -8
- package/esm/mainnet/passage/chain.js +0 -12
- package/esm/mainnet/persistence/chain.js +0 -12
- package/esm/mainnet/provenance/chain.js +0 -12
- package/esm/mainnet/qorechain/asset-list.js +26 -0
- package/esm/mainnet/qorechain/chain.js +78 -0
- package/esm/mainnet/qorechain/index.js +4 -0
- package/esm/mainnet/regen/chain.js +0 -12
- package/esm/mainnet/sentinel/chain.js +0 -12
- package/esm/mainnet/sifchain/chain.js +0 -4
- package/esm/mainnet/stride/chain.js +0 -120
- package/esm/mainnet/umee/chain.js +0 -12
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/limonatatestnet/chain.js +4 -0
- package/esm/testnet/qorechaintestnet/asset-list.js +38 -0
- package/esm/testnet/qorechaintestnet/chain.js +75 -0
- package/esm/testnet/qorechaintestnet/index.js +4 -0
- package/mainnet/agoric/chain.js +0 -12
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/assetmantle/chain.js +0 -12
- package/mainnet/atomone/chain.js +0 -8
- package/mainnet/babylon/chain.js +0 -8
- package/mainnet/bandchain/chain.js +0 -12
- package/mainnet/bostrom/chain.js +6 -23
- package/mainnet/chains.js +2 -0
- package/mainnet/cheqd/chain.js +0 -12
- package/mainnet/chihuahua/chain.js +0 -12
- package/mainnet/comdex/chain.js +0 -4
- package/mainnet/composable/chain.js +0 -12
- package/mainnet/cosmoshub/chain.js +0 -8
- package/mainnet/cryptoorgchain/chain.js +0 -12
- package/mainnet/dydx/chain.js +8 -8
- package/mainnet/dymension/chain.js +0 -8
- package/mainnet/elys/chain.js +0 -8
- package/mainnet/emoney/chain.js +6 -23
- package/mainnet/fetchhub/chain.js +0 -12
- package/mainnet/gonka/chain.js +8 -0
- package/mainnet/gravitybridge/chain.js +0 -12
- package/mainnet/impacthub/chain.js +3 -18
- package/mainnet/injective/asset-list.js +26 -0
- package/mainnet/injective/chain.js +8 -0
- package/mainnet/irisnet/chain.js +0 -12
- package/mainnet/kichain/chain.js +0 -12
- package/mainnet/konstellation/chain.js +0 -10
- package/mainnet/kujira/chain.js +0 -12
- package/mainnet/neutron/chain.js +8 -8
- package/mainnet/osmosis/chain.js +8 -8
- package/mainnet/passage/chain.js +0 -12
- package/mainnet/persistence/chain.js +0 -12
- package/mainnet/provenance/chain.js +0 -12
- package/mainnet/qorechain/asset-list.d.ts +3 -0
- package/mainnet/qorechain/asset-list.js +28 -0
- package/mainnet/qorechain/chain.d.ts +3 -0
- package/mainnet/qorechain/chain.js +80 -0
- package/mainnet/qorechain/index.d.ts +2 -0
- package/mainnet/qorechain/index.js +10 -0
- package/mainnet/regen/chain.js +0 -12
- package/mainnet/sentinel/chain.js +0 -12
- package/mainnet/sifchain/chain.js +0 -4
- package/mainnet/stride/chain.js +0 -120
- package/mainnet/umee/chain.js +0 -12
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/limonatatestnet/chain.js +4 -0
- package/testnet/qorechaintestnet/asset-list.d.ts +3 -0
- package/testnet/qorechaintestnet/asset-list.js +40 -0
- package/testnet/qorechaintestnet/chain.d.ts +3 -0
- package/testnet/qorechaintestnet/chain.js +77 -0
- package/testnet/qorechaintestnet/index.d.ts +2 -0
- package/testnet/qorechaintestnet/index.js +10 -0
|
@@ -1265,6 +1265,32 @@ const info = {
|
|
|
1265
1265
|
website: 'https://agora.finance'
|
|
1266
1266
|
},
|
|
1267
1267
|
typeAsset: 'sdk.coin'
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
description: 'HELIXPOINT is the points token on Injective, launched on Trippy Pump (SHROOM Pad)',
|
|
1271
|
+
denomUnits: [{
|
|
1272
|
+
denom: 'factory/inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte/shroom_8_be9bddf36b94db69',
|
|
1273
|
+
exponent: 0
|
|
1274
|
+
}, {
|
|
1275
|
+
denom: 'HELIXPOINT',
|
|
1276
|
+
exponent: 18
|
|
1277
|
+
}],
|
|
1278
|
+
base: 'factory/inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte/shroom_8_be9bddf36b94db69',
|
|
1279
|
+
name: 'HELIXPOINT',
|
|
1280
|
+
display: 'HELIXPOINT',
|
|
1281
|
+
symbol: 'HELIXPOINT',
|
|
1282
|
+
logoURIs: {
|
|
1283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/helixpoint.png'
|
|
1284
|
+
},
|
|
1285
|
+
images: [{
|
|
1286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/helixpoint.png'
|
|
1287
|
+
}],
|
|
1288
|
+
socials: {
|
|
1289
|
+
website: 'https://wenpoints.xyz',
|
|
1290
|
+
x: 'https://x.com/helixpoints',
|
|
1291
|
+
telegram: 'https://t.me/helixpoints'
|
|
1292
|
+
},
|
|
1293
|
+
typeAsset: 'sdk.coin'
|
|
1268
1294
|
}
|
|
1269
1295
|
]
|
|
1270
1296
|
};
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
{
|
|
65
65
|
address: 'https://public.stakewolle.com/cosmos/injective/rpc',
|
|
66
66
|
provider: 'Stakewolle'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
address: 'https://injective.rpc.uquad.org:443',
|
|
70
|
+
provider: 'QUAD'
|
|
67
71
|
}
|
|
68
72
|
],
|
|
69
73
|
rest: [
|
|
@@ -86,6 +90,10 @@ const info = {
|
|
|
86
90
|
{
|
|
87
91
|
address: 'https://public.stakewolle.com/cosmos/injective/rest',
|
|
88
92
|
provider: 'Stakewolle'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://injective.rpc.uquad.org:443',
|
|
96
|
+
provider: 'QUAD'
|
|
89
97
|
}
|
|
90
98
|
],
|
|
91
99
|
grpc: [
|
|
@@ -38,10 +38,6 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
40
40
|
rpc: [
|
|
41
|
-
{
|
|
42
|
-
address: 'https://rpc-irisnet-ia.cosmosia.notional.ventures/',
|
|
43
|
-
provider: 'Notional'
|
|
44
|
-
},
|
|
45
41
|
{
|
|
46
42
|
address: 'https://rpc-irisnet-01.stakeflow.io',
|
|
47
43
|
provider: 'Stakeflow'
|
|
@@ -64,10 +60,6 @@ const info = {
|
|
|
64
60
|
}
|
|
65
61
|
],
|
|
66
62
|
rest: [
|
|
67
|
-
{
|
|
68
|
-
address: 'https://api-irisnet-ia.cosmosia.notional.ventures/',
|
|
69
|
-
provider: 'Notional'
|
|
70
|
-
},
|
|
71
63
|
{
|
|
72
64
|
address: 'https://api-irisnet-01.stakeflow.io',
|
|
73
65
|
provider: 'Stakeflow'
|
|
@@ -90,10 +82,6 @@ const info = {
|
|
|
90
82
|
}
|
|
91
83
|
],
|
|
92
84
|
grpc: [
|
|
93
|
-
{
|
|
94
|
-
address: 'grpc-irisnet-ia.cosmosia.notional.ventures:443',
|
|
95
|
-
provider: 'Notional'
|
|
96
|
-
},
|
|
97
85
|
{
|
|
98
86
|
address: 'grpc-irisnet-01.stakeflow.io:1902',
|
|
99
87
|
provider: 'Stakeflow'
|
|
@@ -48,10 +48,6 @@ const info = {
|
|
|
48
48
|
address: 'https://kichain-rpc.polkachu.com',
|
|
49
49
|
provider: 'Polkachu'
|
|
50
50
|
},
|
|
51
|
-
{
|
|
52
|
-
address: 'https://rpc-kichain-ia.cosmosia.notional.ventures/',
|
|
53
|
-
provider: 'Notional'
|
|
54
|
-
},
|
|
55
51
|
{
|
|
56
52
|
address: 'https://kichain-mainnet-rpc.autostake.com:443',
|
|
57
53
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -78,10 +74,6 @@ const info = {
|
|
|
78
74
|
address: 'https://api-mainnet.blockchain.ki',
|
|
79
75
|
provider: 'kifoundation'
|
|
80
76
|
},
|
|
81
|
-
{
|
|
82
|
-
address: 'https://api-kichain-ia.cosmosia.notional.ventures/',
|
|
83
|
-
provider: 'Notional'
|
|
84
|
-
},
|
|
85
77
|
{
|
|
86
78
|
address: 'https://kichain.api.m.stavr.tech',
|
|
87
79
|
provider: '🔥STAVR🔥'
|
|
@@ -112,10 +104,6 @@ const info = {
|
|
|
112
104
|
}
|
|
113
105
|
],
|
|
114
106
|
grpc: [
|
|
115
|
-
{
|
|
116
|
-
address: 'grpc-kichain-ia.cosmosia.notional.ventures:443',
|
|
117
|
-
provider: 'Notional'
|
|
118
|
-
},
|
|
119
107
|
{
|
|
120
108
|
address: 'kichain-mainnet-grpc.autostake.com:443',
|
|
121
109
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -38,24 +38,14 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
40
40
|
rpc: [{
|
|
41
|
-
address: 'https://rpc-konstellation-ia.cosmosia.notional.ventures/',
|
|
42
|
-
provider: 'Notional'
|
|
43
|
-
}, {
|
|
44
41
|
address: 'https://konstellation-rpc.stakerhouse.com',
|
|
45
42
|
provider: 'StakerHouse'
|
|
46
43
|
}],
|
|
47
44
|
rest: [{
|
|
48
|
-
address: 'https://api-konstellation-ia.cosmosia.notional.ventures/',
|
|
49
|
-
provider: 'Notional'
|
|
50
|
-
}, {
|
|
51
45
|
address: 'https://konstellation-rest.stakerhouse.com',
|
|
52
46
|
provider: 'StakerHouse'
|
|
53
47
|
}],
|
|
54
48
|
grpc: [
|
|
55
|
-
{
|
|
56
|
-
address: 'grpc-konstellation-ia.cosmosia.notional.ventures:443',
|
|
57
|
-
provider: 'Notional'
|
|
58
|
-
},
|
|
59
49
|
{
|
|
60
50
|
address: 'konstellation-grpc.polkachu.com:13390',
|
|
61
51
|
provider: 'Polkachu'
|
|
@@ -172,10 +172,6 @@ const info = {
|
|
|
172
172
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
173
173
|
provider: 'Lavender.Five Nodes 🐝'
|
|
174
174
|
},
|
|
175
|
-
{
|
|
176
|
-
address: 'https://rpc-kujira-ia.cosmosia.notional.ventures/',
|
|
177
|
-
provider: 'Notional'
|
|
178
|
-
},
|
|
179
175
|
{
|
|
180
176
|
address: 'https://kujira.ibs.team:443/rpc',
|
|
181
177
|
provider: 'Inter Blockchain Services'
|
|
@@ -238,10 +234,6 @@ const info = {
|
|
|
238
234
|
address: 'https://kujira-api.polkachu.com/',
|
|
239
235
|
provider: 'polkachu'
|
|
240
236
|
},
|
|
241
|
-
{
|
|
242
|
-
address: 'https://api-kujira-ia.cosmosia.notional.ventures/',
|
|
243
|
-
provider: 'Notional'
|
|
244
|
-
},
|
|
245
237
|
{
|
|
246
238
|
address: 'https://kujira-lcd.wildsage.io/',
|
|
247
239
|
provider: 'WildSage Labs'
|
|
@@ -292,10 +284,6 @@ const info = {
|
|
|
292
284
|
}
|
|
293
285
|
],
|
|
294
286
|
grpc: [
|
|
295
|
-
{
|
|
296
|
-
address: 'grpc-kujira-ia.cosmosia.notional.ventures:443',
|
|
297
|
-
provider: 'Notional'
|
|
298
|
-
},
|
|
299
287
|
{
|
|
300
288
|
address: 'kujira.lavenderfive.com:443',
|
|
301
289
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -127,10 +127,6 @@ const info = {
|
|
|
127
127
|
address: 'https://neutron-rpc.publicnode.com:443',
|
|
128
128
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
129
129
|
},
|
|
130
|
-
{
|
|
131
|
-
address: 'https://community.nuxian-node.ch:6797/neutron/trpc',
|
|
132
|
-
provider: 'PRO Delegators'
|
|
133
|
-
},
|
|
134
130
|
{
|
|
135
131
|
address: 'https://rpc.neutron.bronbro.io:443',
|
|
136
132
|
provider: 'Bro_n_Bro'
|
|
@@ -142,6 +138,10 @@ const info = {
|
|
|
142
138
|
{
|
|
143
139
|
address: 'https://neutron.drpc.org',
|
|
144
140
|
provider: 'dRPC'
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
address: 'https://neutron.rpc.uquad.org:443',
|
|
144
|
+
provider: 'QUAD'
|
|
145
145
|
}
|
|
146
146
|
],
|
|
147
147
|
rest: [
|
|
@@ -186,10 +186,6 @@ const info = {
|
|
|
186
186
|
address: 'https://neutron-rest.publicnode.com',
|
|
187
187
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
188
188
|
},
|
|
189
|
-
{
|
|
190
|
-
address: 'https://community.nuxian-node.ch:6797/neutron/crpc',
|
|
191
|
-
provider: 'PRO Delegators'
|
|
192
|
-
},
|
|
193
189
|
{
|
|
194
190
|
address: 'https://lcd.neutron.bronbro.io:443',
|
|
195
191
|
provider: 'Bro_n_Bro'
|
|
@@ -197,6 +193,10 @@ const info = {
|
|
|
197
193
|
{
|
|
198
194
|
address: 'https://api.neutron.quokkastake.io',
|
|
199
195
|
provider: '🐹 Quokka Stake'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'https://neutron.rpc.uquad.org:443',
|
|
199
|
+
provider: 'QUAD'
|
|
200
200
|
}
|
|
201
201
|
],
|
|
202
202
|
grpc: [
|
|
@@ -599,10 +599,6 @@ const info = {
|
|
|
599
599
|
address: 'https://osmosis-rpc.publicnode.com:443',
|
|
600
600
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
601
601
|
},
|
|
602
|
-
{
|
|
603
|
-
address: 'https://community.nuxian-node.ch:6797/osmosis/trpc',
|
|
604
|
-
provider: 'PRO Delegators'
|
|
605
|
-
},
|
|
606
602
|
{
|
|
607
603
|
address: 'http://rpc-osmosis.freshstaking.com:31657',
|
|
608
604
|
provider: 'FreshSTAKING'
|
|
@@ -642,6 +638,10 @@ const info = {
|
|
|
642
638
|
{
|
|
643
639
|
address: 'https://osmosis.api.pocket.network',
|
|
644
640
|
provider: 'Pocket Network'
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
address: 'https://osmosis.rpc.uquad.org:443',
|
|
644
|
+
provider: 'QUAD'
|
|
645
645
|
}
|
|
646
646
|
],
|
|
647
647
|
rest: [
|
|
@@ -673,10 +673,6 @@ const info = {
|
|
|
673
673
|
address: 'https://osmosis-rest.publicnode.com',
|
|
674
674
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
675
675
|
},
|
|
676
|
-
{
|
|
677
|
-
address: 'https://community.nuxian-node.ch:6797/osmosis/crpc',
|
|
678
|
-
provider: 'PRO Delegators'
|
|
679
|
-
},
|
|
680
676
|
{
|
|
681
677
|
address: 'https://osmosis-api.stake-town.com',
|
|
682
678
|
provider: 'StakeTown'
|
|
@@ -708,6 +704,10 @@ const info = {
|
|
|
708
704
|
{
|
|
709
705
|
address: 'https://osmosis.api.pocket.network',
|
|
710
706
|
provider: 'Pocket Network'
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
address: 'https://osmosis.rpc.uquad.org:443',
|
|
710
|
+
provider: 'QUAD'
|
|
711
711
|
}
|
|
712
712
|
],
|
|
713
713
|
grpc: [
|
|
@@ -64,10 +64,6 @@ const info = {
|
|
|
64
64
|
address: 'https://rpc.lavenderfive.com:443/passage',
|
|
65
65
|
provider: 'Lavender.Five Nodes 🐝'
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://rpc-passage-ia.cosmosia.notional.ventures/',
|
|
69
|
-
provider: 'Notional'
|
|
70
|
-
},
|
|
71
67
|
{
|
|
72
68
|
address: 'https://rpc-passage.cosmos-spaces.cloud',
|
|
73
69
|
provider: 'Cosmos Spaces'
|
|
@@ -126,10 +122,6 @@ const info = {
|
|
|
126
122
|
address: 'https://api-passage.cosmos-spaces.cloud',
|
|
127
123
|
provider: 'Cosmos Spaces'
|
|
128
124
|
},
|
|
129
|
-
{
|
|
130
|
-
address: 'https://api-passage-ia.cosmosia.notional.ventures/',
|
|
131
|
-
provider: 'Notional'
|
|
132
|
-
},
|
|
133
125
|
{
|
|
134
126
|
address: 'https://passage-api.polkachu.com',
|
|
135
127
|
provider: 'Polkachu'
|
|
@@ -168,10 +160,6 @@ const info = {
|
|
|
168
160
|
}
|
|
169
161
|
],
|
|
170
162
|
grpc: [
|
|
171
|
-
{
|
|
172
|
-
address: 'grpc-passage-ia.cosmosia.notional.ventures:443',
|
|
173
|
-
provider: 'Notional'
|
|
174
|
-
},
|
|
175
163
|
{
|
|
176
164
|
address: 'passage.lavenderfive.com:443',
|
|
177
165
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -73,10 +73,6 @@ const info = {
|
|
|
73
73
|
address: 'https://rpc.core.persistence.one',
|
|
74
74
|
provider: 'Persistence'
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://rpc-persistent-ia.cosmosia.notional.ventures/',
|
|
78
|
-
provider: 'Notional'
|
|
79
|
-
},
|
|
80
76
|
{
|
|
81
77
|
address: 'https://persistence.rpc.m.stavr.tech',
|
|
82
78
|
provider: '🔥STAVR🔥'
|
|
@@ -163,10 +159,6 @@ const info = {
|
|
|
163
159
|
address: 'https://rest.core.persistence.one',
|
|
164
160
|
provider: 'Persistence'
|
|
165
161
|
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://api-persistent-ia.cosmosia.notional.ventures/',
|
|
168
|
-
provider: 'Notional'
|
|
169
|
-
},
|
|
170
162
|
{
|
|
171
163
|
address: 'https://persistence.api.m.stavr.tech',
|
|
172
164
|
provider: '🔥STAVR🔥'
|
|
@@ -253,10 +245,6 @@ const info = {
|
|
|
253
245
|
address: 'grpc.core.persistence.one:443',
|
|
254
246
|
provider: 'Persistence'
|
|
255
247
|
},
|
|
256
|
-
{
|
|
257
|
-
address: 'grpc-persistent-ia.cosmosia.notional.ventures:443',
|
|
258
|
-
provider: 'Notional'
|
|
259
|
-
},
|
|
260
248
|
{
|
|
261
249
|
address: 'persistence.grpc.m.stavr.tech:410',
|
|
262
250
|
provider: '🔥STAVR🔥'
|
|
@@ -70,10 +70,6 @@ const info = {
|
|
|
70
70
|
address: 'https://rpc.provenance.io/',
|
|
71
71
|
provider: 'Figure'
|
|
72
72
|
},
|
|
73
|
-
{
|
|
74
|
-
address: 'https://rpc-provenance-ia.cosmosia.notional.ventures/',
|
|
75
|
-
provider: 'Notional'
|
|
76
|
-
},
|
|
77
73
|
{
|
|
78
74
|
address: 'https://provenance-mainnet-rpc.autostake.com:443',
|
|
79
75
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -124,10 +120,6 @@ const info = {
|
|
|
124
120
|
address: 'https://provenance.api.m.stavr.tech',
|
|
125
121
|
provider: '🔥STAVR🔥'
|
|
126
122
|
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://api-provenance-ia.cosmosia.notional.ventures/',
|
|
129
|
-
provider: 'Notional'
|
|
130
|
-
},
|
|
131
123
|
{
|
|
132
124
|
address: 'https://provenance.ibs.team:443/api',
|
|
133
125
|
provider: 'Inter Blockchain Services'
|
|
@@ -166,10 +158,6 @@ const info = {
|
|
|
166
158
|
address: 'provenance-mainnet-grpc.autostake.com:443',
|
|
167
159
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
168
160
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'grpc-provenance-ia.cosmosia.notional.ventures:443',
|
|
171
|
-
provider: 'Notional'
|
|
172
|
-
},
|
|
173
161
|
{
|
|
174
162
|
address: 'provenance-grpc.panthea.eu:16780',
|
|
175
163
|
provider: 'Panthea EU'
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'qorechain',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'QOR is the native staking, gas and governance token of QoreChain, a quantum-safe Layer 1 with hybrid post-quantum (ML-DSA-87 plus secp256k1) transaction signing and unified EVM/SVM execution.',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'uqor',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'qor',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
typeAsset: 'sdk.coin',
|
|
14
|
+
base: 'uqor',
|
|
15
|
+
name: 'QoreChain',
|
|
16
|
+
display: 'qor',
|
|
17
|
+
symbol: 'QOR',
|
|
18
|
+
logoURIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
23
|
+
}]
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
export default info;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'qorechain',
|
|
4
|
+
chainType: 'cosmos',
|
|
5
|
+
chainId: 'qorechain-vladi',
|
|
6
|
+
prettyName: 'QoreChain',
|
|
7
|
+
website: 'https://www.qorechain.io',
|
|
8
|
+
status: 'live',
|
|
9
|
+
networkType: 'mainnet',
|
|
10
|
+
bech32Prefix: 'qor',
|
|
11
|
+
daemonName: 'qorechaind',
|
|
12
|
+
nodeHome: '$HOME/.qorechaind',
|
|
13
|
+
keyAlgos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
description: 'QoreChain is a quantum-safe Layer 1. Every transaction is signed with a hybrid post-quantum scheme (ML-DSA-87, FIPS 204, plus classical secp256k1), enforced by default, with SHAKE-256 as the default hash. Accounts use standard secp256k1 keys (coin type 118) and the hybrid post-quantum signature is carried alongside and verified on-chain. QoreChain also runs EVM (chain id 9801) and SVM execution over a single unified account: the 20-byte account is shared across VMs, so the bech32 address (qor1...) maps to the same bytes as the EVM 0x address, and the SVM address is those 20 bytes right-padded to 32 and base58-encoded. All VMs read one native bank balance (1 QOR = 1,000,000 uqor).',
|
|
16
|
+
fees: {
|
|
17
|
+
feeTokens: [{
|
|
18
|
+
denom: 'uqor',
|
|
19
|
+
fixedMinGasPrice: 0.1,
|
|
20
|
+
lowGasPrice: 0.1,
|
|
21
|
+
averageGasPrice: 0.15,
|
|
22
|
+
highGasPrice: 0.25
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'uqor'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
codebase: {
|
|
31
|
+
gitRepo: 'https://github.com/qorechain/qorechain-core',
|
|
32
|
+
recommendedVersion: 'v3.1.82',
|
|
33
|
+
compatibleVersions: ['v3.1.82'],
|
|
34
|
+
consensus: {
|
|
35
|
+
type: 'cometbft',
|
|
36
|
+
version: '0.38.19'
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
logoURIs: {
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
41
|
+
},
|
|
42
|
+
images: [{
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qorechain/images/qorechain.png'
|
|
44
|
+
}],
|
|
45
|
+
apis: {
|
|
46
|
+
rpc: [{
|
|
47
|
+
address: 'https://rpc.qore.host',
|
|
48
|
+
provider: 'QoreChain'
|
|
49
|
+
}],
|
|
50
|
+
rest: [{
|
|
51
|
+
address: 'https://api.qore.host',
|
|
52
|
+
provider: 'QoreChain'
|
|
53
|
+
}],
|
|
54
|
+
wss: [{
|
|
55
|
+
address: 'wss://rpc.qore.host/websocket',
|
|
56
|
+
provider: 'QoreChain'
|
|
57
|
+
}],
|
|
58
|
+
evmHttpJsonrpc: [{
|
|
59
|
+
address: 'https://evm.qore.host',
|
|
60
|
+
provider: 'QoreChain'
|
|
61
|
+
}]
|
|
62
|
+
},
|
|
63
|
+
explorers: [{
|
|
64
|
+
kind: 'QoreChain Explorer',
|
|
65
|
+
url: 'https://explore.qore.network',
|
|
66
|
+
txPage: 'https://explore.qore.network/tx/${txHash}',
|
|
67
|
+
accountPage: 'https://explore.qore.network/address/${accountAddress}'
|
|
68
|
+
}],
|
|
69
|
+
keywords: [
|
|
70
|
+
'mainnet',
|
|
71
|
+
'quantum-safe',
|
|
72
|
+
'post-quantum',
|
|
73
|
+
'pqc',
|
|
74
|
+
'evm',
|
|
75
|
+
'svm'
|
|
76
|
+
]
|
|
77
|
+
};
|
|
78
|
+
export default info;
|
|
@@ -75,10 +75,6 @@ const info = {
|
|
|
75
75
|
address: 'http://rpc.regen.forbole.com:80',
|
|
76
76
|
provider: 'forbole'
|
|
77
77
|
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://rpc-regen-ia.cosmosia.notional.ventures/',
|
|
80
|
-
provider: 'Notional'
|
|
81
|
-
},
|
|
82
78
|
{
|
|
83
79
|
address: 'https://regen-mainnet-rpc.autostake.com:443',
|
|
84
80
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -113,10 +109,6 @@ const info = {
|
|
|
113
109
|
address: 'https://regen.api.m.stavr.tech',
|
|
114
110
|
provider: '🔥STAVR🔥'
|
|
115
111
|
},
|
|
116
|
-
{
|
|
117
|
-
address: 'https://api-regen-ia.cosmosia.notional.ventures/',
|
|
118
|
-
provider: 'Notional'
|
|
119
|
-
},
|
|
120
112
|
{
|
|
121
113
|
address: 'https://regen-mainnet-lcd.autostake.com:443',
|
|
122
114
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -143,10 +135,6 @@ const info = {
|
|
|
143
135
|
}
|
|
144
136
|
],
|
|
145
137
|
grpc: [
|
|
146
|
-
{
|
|
147
|
-
address: 'grpc-regen-ia.cosmosia.notional.ventures:443',
|
|
148
|
-
provider: 'Notional'
|
|
149
|
-
},
|
|
150
138
|
{
|
|
151
139
|
address: 'regen-mainnet-grpc.autostake.com:443',
|
|
152
140
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -48,10 +48,6 @@ const info = {
|
|
|
48
48
|
address: 'https://rpc-sentinel.busurnode.com',
|
|
49
49
|
provider: 'Busurnode'
|
|
50
50
|
},
|
|
51
|
-
{
|
|
52
|
-
address: 'https://rpc-sentinel-ia.cosmosia.notional.ventures/',
|
|
53
|
-
provider: 'Notional'
|
|
54
|
-
},
|
|
55
51
|
{
|
|
56
52
|
address: 'https://rpc.sentinel.chaintools.tech/',
|
|
57
53
|
provider: 'ChainTools'
|
|
@@ -130,10 +126,6 @@ const info = {
|
|
|
130
126
|
address: 'https://api-sentinel.busurnode.com',
|
|
131
127
|
provider: 'Busurnode'
|
|
132
128
|
},
|
|
133
|
-
{
|
|
134
|
-
address: 'https://api-sentinel-ia.cosmosia.notional.ventures/',
|
|
135
|
-
provider: 'Notional'
|
|
136
|
-
},
|
|
137
129
|
{
|
|
138
130
|
address: 'https://api.sentinel.quokkastake.io',
|
|
139
131
|
provider: '🐹 Quokka Stake'
|
|
@@ -196,10 +188,6 @@ const info = {
|
|
|
196
188
|
}
|
|
197
189
|
],
|
|
198
190
|
grpc: [
|
|
199
|
-
{
|
|
200
|
-
address: 'grpc-sentinel-ia.cosmosia.notional.ventures:443',
|
|
201
|
-
provider: 'Notional'
|
|
202
|
-
},
|
|
203
191
|
{
|
|
204
192
|
address: 'sentinel.grpcui.chaintools.host:443',
|
|
205
193
|
provider: 'ChainTools'
|