chain-registry 2.0.218 → 2.0.220
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 +0 -12
- package/esm/mainnet/axelar/chain.js +0 -84
- package/esm/mainnet/cosmoshub/chain.js +0 -104
- package/esm/mainnet/elys/asset-list.js +12 -8
- package/esm/mainnet/kava/chain.js +0 -36
- package/esm/mainnet/nolus/asset-list.js +10 -8
- package/esm/mainnet/osmosis/asset-list.js +10 -7
- package/esm/mainnet/xion/asset-list.js +11 -9
- package/esm/mainnet/xion/chain.js +7 -4
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/skyzennet/asset-list.js +23 -0
- package/esm/testnet/skyzennet/chain.js +60 -0
- package/esm/testnet/skyzennet/index.js +4 -0
- package/mainnet/akash/chain.js +0 -12
- package/mainnet/axelar/chain.js +0 -84
- package/mainnet/cosmoshub/chain.js +0 -104
- package/mainnet/elys/asset-list.js +12 -8
- package/mainnet/kava/chain.js +0 -36
- package/mainnet/nolus/asset-list.js +10 -8
- package/mainnet/osmosis/asset-list.js +10 -7
- package/mainnet/xion/asset-list.js +11 -9
- package/mainnet/xion/chain.js +7 -4
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/skyzennet/asset-list.d.ts +3 -0
- package/testnet/skyzennet/asset-list.js +25 -0
- package/testnet/skyzennet/chain.d.ts +3 -0
- package/testnet/skyzennet/chain.js +62 -0
- package/testnet/skyzennet/index.d.ts +2 -0
- package/testnet/skyzennet/index.js +10 -0
|
@@ -3,8 +3,8 @@ const info = {
|
|
|
3
3
|
chainName: 'xion',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
|
-
description: '
|
|
7
|
-
extendedDescription: '
|
|
6
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
7
|
+
extendedDescription: 'Verona is the intelligence layer for AI. It makes user-verified data portable, private, and programmable, so agents can transact on information the user actually owns.',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'uxion',
|
|
10
10
|
exponent: 0,
|
|
@@ -12,25 +12,27 @@ const info = {
|
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'XION',
|
|
14
14
|
exponent: 6,
|
|
15
|
-
aliases: ['xion']
|
|
15
|
+
aliases: ['xion', 'VERONA']
|
|
16
16
|
}],
|
|
17
17
|
base: 'uxion',
|
|
18
|
-
display: '
|
|
19
|
-
name: '
|
|
20
|
-
symbol: '
|
|
18
|
+
display: 'VERONA',
|
|
19
|
+
name: 'Verona',
|
|
20
|
+
symbol: 'VERONA',
|
|
21
21
|
coingeckoId: 'xion-2',
|
|
22
22
|
typeAsset: 'sdk.coin',
|
|
23
23
|
logoURIs: {
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
25
26
|
},
|
|
26
27
|
images: [{
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
28
30
|
}],
|
|
29
31
|
socials: {
|
|
30
32
|
discord: 'https://discord.com/invite/burnt',
|
|
31
33
|
github: 'https://github.com/burnt-labs',
|
|
32
34
|
telegram: 'https://t.me/xion_announcements',
|
|
33
|
-
website: 'https://
|
|
35
|
+
website: 'https://verona.dev',
|
|
34
36
|
x: 'https://x.com/burnt_xion'
|
|
35
37
|
}
|
|
36
38
|
},
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chainName: 'xion',
|
|
4
4
|
chainType: 'cosmos',
|
|
5
5
|
chainId: 'xion-mainnet-1',
|
|
6
|
-
prettyName: '
|
|
6
|
+
prettyName: 'Verona',
|
|
7
7
|
website: 'https://xion.burnt.com',
|
|
8
8
|
networkType: 'mainnet',
|
|
9
9
|
status: 'live',
|
|
@@ -190,13 +190,16 @@ const info = {
|
|
|
190
190
|
}
|
|
191
191
|
],
|
|
192
192
|
images: [{
|
|
193
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
194
195
|
}],
|
|
195
196
|
logoURIs: {
|
|
196
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
197
199
|
},
|
|
198
|
-
description: '
|
|
200
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
199
201
|
keywords: [
|
|
202
|
+
'verona',
|
|
200
203
|
'xion',
|
|
201
204
|
'burnt',
|
|
202
205
|
'mainnet'
|
|
@@ -112,6 +112,7 @@ import * as _sgetestnet from './sgetestnet';
|
|
|
112
112
|
import * as _sgetestnet4 from './sgetestnet4';
|
|
113
113
|
import * as _shentutestnet from './shentutestnet';
|
|
114
114
|
import * as _sixtestnet from './sixtestnet';
|
|
115
|
+
import * as _skyzennet from './skyzennet';
|
|
115
116
|
import * as _soarchaintestnet from './soarchaintestnet';
|
|
116
117
|
import * as _sourcetestnet from './sourcetestnet';
|
|
117
118
|
import * as _stargazetestnet from './stargazetestnet';
|
|
@@ -258,6 +259,7 @@ const assetList = [
|
|
|
258
259
|
_sgetestnet4.assetList,
|
|
259
260
|
_shentutestnet.assetList,
|
|
260
261
|
_sixtestnet.assetList,
|
|
262
|
+
_skyzennet.assetList,
|
|
261
263
|
_soarchaintestnet.assetList,
|
|
262
264
|
_sourcetestnet.assetList,
|
|
263
265
|
_stargazetestnet.assetList,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -112,6 +112,7 @@ import * as _sgetestnet from './sgetestnet';
|
|
|
112
112
|
import * as _sgetestnet4 from './sgetestnet4';
|
|
113
113
|
import * as _shentutestnet from './shentutestnet';
|
|
114
114
|
import * as _sixtestnet from './sixtestnet';
|
|
115
|
+
import * as _skyzennet from './skyzennet';
|
|
115
116
|
import * as _soarchaintestnet from './soarchaintestnet';
|
|
116
117
|
import * as _sourcetestnet from './sourcetestnet';
|
|
117
118
|
import * as _stargazetestnet from './stargazetestnet';
|
|
@@ -258,6 +259,7 @@ const chains = [
|
|
|
258
259
|
_sgetestnet4.chain,
|
|
259
260
|
_shentutestnet.chain,
|
|
260
261
|
_sixtestnet.chain,
|
|
262
|
+
_skyzennet.chain,
|
|
261
263
|
_soarchaintestnet.chain,
|
|
262
264
|
_sourcetestnet.chain,
|
|
263
265
|
_stargazetestnet.chain,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'skyzennet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native utility token of Skyzen Network',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'uskyz',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'skyz',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'uskyz',
|
|
14
|
+
name: 'Skyzen',
|
|
15
|
+
display: 'skyz',
|
|
16
|
+
symbol: 'SKYZ',
|
|
17
|
+
typeAsset: 'sdk.coin',
|
|
18
|
+
images: [{
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/skyzennet/images/skyzen-main.png'
|
|
20
|
+
}]
|
|
21
|
+
}]
|
|
22
|
+
};
|
|
23
|
+
export default info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chainName: 'skyzennet',
|
|
4
|
+
chainType: 'cosmos',
|
|
5
|
+
status: 'live',
|
|
6
|
+
description: 'Skyzen Network is a Proof-of-Stake (PoS) blockchain.',
|
|
7
|
+
networkType: 'testnet',
|
|
8
|
+
prettyName: 'Skyzen Network Testnet',
|
|
9
|
+
chainId: 'skyzen-1',
|
|
10
|
+
bech32Prefix: 'skyz',
|
|
11
|
+
daemonName: 'skyzennetworkd',
|
|
12
|
+
nodeHome: '$HOME/.skyzennetwork',
|
|
13
|
+
keyAlgos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
fees: {
|
|
16
|
+
feeTokens: [{
|
|
17
|
+
denom: 'uskyz',
|
|
18
|
+
fixedMinGasPrice: 0.0001,
|
|
19
|
+
lowGasPrice: 0.0001,
|
|
20
|
+
averageGasPrice: 0.0002,
|
|
21
|
+
highGasPrice: 0.0005
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
stakingTokens: [{
|
|
26
|
+
denom: 'uskyz'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {
|
|
30
|
+
genesis: {
|
|
31
|
+
genesisUrl: 'https://github.com/skyzennetwork/testnets/raw/main/genesis/genesis.json'
|
|
32
|
+
},
|
|
33
|
+
gitRepo: 'https://github.com/skyzennetwork/testnets',
|
|
34
|
+
recommendedVersion: 'v1.0.0',
|
|
35
|
+
compatibleVersions: ['v1.0.0'],
|
|
36
|
+
binaries: {
|
|
37
|
+
"linux/amd64": 'https://github.com/skyzennetwork/testnets/releases/download/v1/skyzennetworkd'
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
apis: {
|
|
41
|
+
rpc: [{
|
|
42
|
+
address: 'https://rpc.testnet.skyzennet.xyz/',
|
|
43
|
+
provider: 'skyzennet'
|
|
44
|
+
}],
|
|
45
|
+
rest: [{
|
|
46
|
+
address: 'https://api.testnet.skyzennet.xyz/',
|
|
47
|
+
provider: 'skyzennet'
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
explorers: [{
|
|
51
|
+
kind: 'ping.pub',
|
|
52
|
+
url: 'https://explorer.skyzennet.xyz',
|
|
53
|
+
txPage: 'https://explorer.skyzennet.xyz/skyzen/tx/${txHash}',
|
|
54
|
+
accountPage: 'https://explorer.skyzennet.xyz/skyzen/account/${accountAddress}'
|
|
55
|
+
}],
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/skyzennet/images/skyzen-main.png'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -76,10 +76,6 @@ const info = {
|
|
|
76
76
|
address: 'https://akash-mainnet-rpc.cosmonautstakes.com:443',
|
|
77
77
|
provider: 'Cosmonaut Stakes'
|
|
78
78
|
},
|
|
79
|
-
{
|
|
80
|
-
address: 'https://akash-rpc.w3coins.io',
|
|
81
|
-
provider: 'w3coins'
|
|
82
|
-
},
|
|
83
79
|
{
|
|
84
80
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
85
81
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -110,18 +106,10 @@ const info = {
|
|
|
110
106
|
address: 'https://akash-api.kleomedes.network',
|
|
111
107
|
provider: 'Kleomedes'
|
|
112
108
|
},
|
|
113
|
-
{
|
|
114
|
-
address: 'https://api-akash-01.stakeflow.io',
|
|
115
|
-
provider: 'Stakeflow'
|
|
116
|
-
},
|
|
117
109
|
{
|
|
118
110
|
address: 'https://akash-mainnet-rest.cosmonautstakes.com:443',
|
|
119
111
|
provider: 'Cosmonaut Stakes'
|
|
120
112
|
},
|
|
121
|
-
{
|
|
122
|
-
address: 'https://akash-api.w3coins.io',
|
|
123
|
-
provider: 'w3coins'
|
|
124
|
-
},
|
|
125
113
|
{
|
|
126
114
|
address: 'https://akash-rest.publicnode.com',
|
|
127
115
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/mainnet/axelar/chain.js
CHANGED
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
},
|
|
73
73
|
description: 'Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.',
|
|
74
74
|
apis: {
|
|
75
|
-
grpcWeb: [{
|
|
76
|
-
address: 'axelar-grpcweb.chainode.tech',
|
|
77
|
-
provider: 'Chainode'
|
|
78
|
-
}],
|
|
79
75
|
rpc: [
|
|
80
76
|
{
|
|
81
77
|
address: 'https://rpc-axelar.imperator.co:443',
|
|
@@ -85,10 +81,6 @@ const info = {
|
|
|
85
81
|
address: 'https://axelar-rpc.quickapi.com:443',
|
|
86
82
|
provider: 'chainlayer'
|
|
87
83
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://rpc-axelar.cosmos-spaces.cloud',
|
|
90
|
-
provider: 'Cosmos Spaces'
|
|
91
|
-
},
|
|
92
84
|
{
|
|
93
85
|
address: 'https://axelar-rpc.pops.one:443',
|
|
94
86
|
provider: 'p-ops'
|
|
@@ -101,10 +93,6 @@ const info = {
|
|
|
101
93
|
address: 'https://rpc-1.axelar.nodes.guru:443',
|
|
102
94
|
provider: 'nodes.guru'
|
|
103
95
|
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://rpc-axelar-ia.cosmosia.notional.ventures/',
|
|
106
|
-
provider: 'Notional'
|
|
107
|
-
},
|
|
108
96
|
{
|
|
109
97
|
address: 'https://axelar-rpc.polkachu.com',
|
|
110
98
|
provider: 'Polkachu'
|
|
@@ -113,18 +101,6 @@ const info = {
|
|
|
113
101
|
address: 'https://axelar.rpc.stakin-nodes.com',
|
|
114
102
|
provider: 'Stakin'
|
|
115
103
|
},
|
|
116
|
-
{
|
|
117
|
-
address: 'https://rpc.axelar.bh.rocks',
|
|
118
|
-
provider: 'BlockHunters 🎯'
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
address: 'https://axelar-rpc.validatrium.club',
|
|
122
|
-
provider: 'Validatrium'
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
address: 'https://rpc-axelar.whispernode.com:443',
|
|
126
|
-
provider: 'WhisperNode 🤐'
|
|
127
|
-
},
|
|
128
104
|
{
|
|
129
105
|
address: 'https://axelar.rpc.quantnode.xyz/',
|
|
130
106
|
provider: 'QuantNode'
|
|
@@ -141,18 +117,10 @@ const info = {
|
|
|
141
117
|
address: 'https://axelar.ibs.team:443/rpc',
|
|
142
118
|
provider: 'Inter Blockchain Services'
|
|
143
119
|
},
|
|
144
|
-
{
|
|
145
|
-
address: 'https://rpc-axelar-01.stakeflow.io',
|
|
146
|
-
provider: 'Stakeflow'
|
|
147
|
-
},
|
|
148
120
|
{
|
|
149
121
|
address: 'https://axelar-rpc.staketab.org:443',
|
|
150
122
|
provider: 'Staketab'
|
|
151
123
|
},
|
|
152
|
-
{
|
|
153
|
-
address: 'https://axelar-rpc.w3coins.io',
|
|
154
|
-
provider: 'w3coins'
|
|
155
|
-
},
|
|
156
124
|
{
|
|
157
125
|
address: 'https://axelar-rpc.publicnode.com:443',
|
|
158
126
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -171,10 +139,6 @@ const info = {
|
|
|
171
139
|
address: 'https://axelar-lcd.quickapi.com:443',
|
|
172
140
|
provider: 'chainlayer'
|
|
173
141
|
},
|
|
174
|
-
{
|
|
175
|
-
address: 'https://api-axelar.cosmos-spaces.cloud',
|
|
176
|
-
provider: 'Cosmos Spaces'
|
|
177
|
-
},
|
|
178
142
|
{
|
|
179
143
|
address: 'https://axelar-lcd.qubelabs.io:443',
|
|
180
144
|
provider: 'Qubelabs'
|
|
@@ -183,10 +147,6 @@ const info = {
|
|
|
183
147
|
address: 'https://api-1.axelar.nodes.guru:443',
|
|
184
148
|
provider: 'nodes.guru'
|
|
185
149
|
},
|
|
186
|
-
{
|
|
187
|
-
address: 'https://api-axelar-ia.cosmosia.notional.ventures/',
|
|
188
|
-
provider: 'Notional'
|
|
189
|
-
},
|
|
190
150
|
{
|
|
191
151
|
address: 'https://axelar-api.polkachu.com',
|
|
192
152
|
provider: 'Polkachu'
|
|
@@ -195,18 +155,6 @@ const info = {
|
|
|
195
155
|
address: 'https://axelar.rest.stakin-nodes.com',
|
|
196
156
|
provider: 'Stakin'
|
|
197
157
|
},
|
|
198
|
-
{
|
|
199
|
-
address: 'https://api.axelar.bh.rocks',
|
|
200
|
-
provider: 'BlockHunters 🎯'
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
address: 'https://axelar-api.validatrium.club',
|
|
204
|
-
provider: 'Validatrium'
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
address: 'https://lcd-axelar.whispernode.com:443',
|
|
208
|
-
provider: 'WhisperNode 🤐'
|
|
209
|
-
},
|
|
210
158
|
{
|
|
211
159
|
address: 'https://axelar-mainnet-lcd.autostake.com:443',
|
|
212
160
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -219,18 +167,10 @@ const info = {
|
|
|
219
167
|
address: 'https://axelar.ibs.team:443/api',
|
|
220
168
|
provider: 'Inter Blockchain Services'
|
|
221
169
|
},
|
|
222
|
-
{
|
|
223
|
-
address: 'https://api-axelar-01.stakeflow.io',
|
|
224
|
-
provider: 'Stakeflow'
|
|
225
|
-
},
|
|
226
170
|
{
|
|
227
171
|
address: 'https://axelar-rest.staketab.org',
|
|
228
172
|
provider: 'Staketab'
|
|
229
173
|
},
|
|
230
|
-
{
|
|
231
|
-
address: 'https://axelar-api.w3coins.io',
|
|
232
|
-
provider: 'w3coins'
|
|
233
|
-
},
|
|
234
174
|
{
|
|
235
175
|
address: 'https://axelar-rest.publicnode.com',
|
|
236
176
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -245,18 +185,6 @@ const info = {
|
|
|
245
185
|
address: 'axelar.grpc.quantnode.xyz:21990',
|
|
246
186
|
provider: 'Quantnode'
|
|
247
187
|
},
|
|
248
|
-
{
|
|
249
|
-
address: 'services.staketab.com:9080',
|
|
250
|
-
provider: 'Staketab'
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
address: 'grpc-axelar.cosmos-spaces.cloud:1590',
|
|
254
|
-
provider: 'Cosmos Spaces'
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
address: 'grpc-axelar-ia.cosmosia.notional.ventures:443',
|
|
258
|
-
provider: 'Notional'
|
|
259
|
-
},
|
|
260
188
|
{
|
|
261
189
|
address: 'axelar-grpc.polkachu.com:15190',
|
|
262
190
|
provider: 'Polkachu'
|
|
@@ -269,18 +197,6 @@ const info = {
|
|
|
269
197
|
address: 'axelar-mainnet-grpc.autostake.com:443',
|
|
270
198
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
271
199
|
},
|
|
272
|
-
{
|
|
273
|
-
address: 'grpc-axelar-01.stakeflow.io:1602',
|
|
274
|
-
provider: 'Stakeflow'
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
address: 'axelar-grpc.w3coins.io:15190',
|
|
278
|
-
provider: 'w3coins'
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
address: 'grpc-axelar.whispernode.com:443',
|
|
282
|
-
provider: 'WhisperNode 🤐'
|
|
283
|
-
},
|
|
284
200
|
{
|
|
285
201
|
address: 'axelar-grpc.publicnode.com:443',
|
|
286
202
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -79,14 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'https://cosmos-rpc.quickapi.com:443',
|
|
80
80
|
provider: 'Chainlayer'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://cosmos-rpc.onivalidator.com',
|
|
84
|
-
provider: 'Oni Validator ⛩️'
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://rpc-cosmoshub.whispernode.com:443',
|
|
88
|
-
provider: 'WhisperNode 🤐'
|
|
89
|
-
},
|
|
90
82
|
{
|
|
91
83
|
address: 'https://rpc.lavenderfive.com:443/cosmoshub',
|
|
92
84
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -99,14 +91,6 @@ const info = {
|
|
|
99
91
|
address: 'https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a',
|
|
100
92
|
provider: 'GetBlock RPC Nodes'
|
|
101
93
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rpc-cosmoshub.pupmos.network',
|
|
104
|
-
provider: 'PUPMØS'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'https://rpc-cosmoshub.cosmos-spaces.cloud',
|
|
108
|
-
provider: 'Cosmos Spaces'
|
|
109
|
-
},
|
|
110
94
|
{
|
|
111
95
|
address: 'https://cosmos-rpc.polkachu.com',
|
|
112
96
|
provider: 'Polkachu'
|
|
@@ -115,14 +99,6 @@ const info = {
|
|
|
115
99
|
address: 'https://cosmos-rpc.staketab.org:443',
|
|
116
100
|
provider: 'Staketab'
|
|
117
101
|
},
|
|
118
|
-
{
|
|
119
|
-
address: 'https://rpc-cosmoshub-ia.cosmosia.notional.ventures/',
|
|
120
|
-
provider: 'Notional'
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://rpc-cosmoshub.architectnodes.com',
|
|
124
|
-
provider: 'Architect Nodes'
|
|
125
|
-
},
|
|
126
102
|
{
|
|
127
103
|
address: 'https://rpc.cosmos.dragonstake.io',
|
|
128
104
|
provider: 'DragonStake'
|
|
@@ -131,10 +107,6 @@ const info = {
|
|
|
131
107
|
address: 'https://cosmoshub.rpc.stakin-nodes.com',
|
|
132
108
|
provider: 'Stakin'
|
|
133
109
|
},
|
|
134
|
-
{
|
|
135
|
-
address: 'https://rpc.cosmos.bh.rocks',
|
|
136
|
-
provider: 'BlockHunters 🎯'
|
|
137
|
-
},
|
|
138
110
|
{
|
|
139
111
|
address: 'https://cosmos-rpc.rockrpc.net',
|
|
140
112
|
provider: 'RockawayX Infra'
|
|
@@ -151,10 +123,6 @@ const info = {
|
|
|
151
123
|
address: 'https://rpc.cosmos.nodestake.org',
|
|
152
124
|
provider: 'NodeStake'
|
|
153
125
|
},
|
|
154
|
-
{
|
|
155
|
-
address: 'https://cosmos.rpc.silknodes.io',
|
|
156
|
-
provider: 'Silk Nodes'
|
|
157
|
-
},
|
|
158
126
|
{
|
|
159
127
|
address: 'https://cosmos-rpc.publicnode.com:443',
|
|
160
128
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -167,18 +135,10 @@ const info = {
|
|
|
167
135
|
address: 'https://rpc.cosmoshub.goldenratiostaking.net',
|
|
168
136
|
provider: 'Golden Ratio Staking'
|
|
169
137
|
},
|
|
170
|
-
{
|
|
171
|
-
address: 'https://rpc-cosmos-hub-01.stakeflow.io',
|
|
172
|
-
provider: 'Stakeflow'
|
|
173
|
-
},
|
|
174
138
|
{
|
|
175
139
|
address: 'https://cosmos-rpc.w3coins.io',
|
|
176
140
|
provider: 'w3coins'
|
|
177
141
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'https://rpc-cosmoshub.mms.team',
|
|
180
|
-
provider: 'MMS'
|
|
181
|
-
},
|
|
182
142
|
{
|
|
183
143
|
address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
|
|
184
144
|
provider: 'PRO Delegators'
|
|
@@ -199,10 +159,6 @@ const info = {
|
|
|
199
159
|
address: 'https://public.stakewolle.com/cosmos/cosmoshub/rpc',
|
|
200
160
|
provider: 'Stakewolle'
|
|
201
161
|
},
|
|
202
|
-
{
|
|
203
|
-
address: 'https://rpc-cosmos.kewrnode.com',
|
|
204
|
-
provider: 'Kewr Node'
|
|
205
|
-
},
|
|
206
162
|
{
|
|
207
163
|
address: 'https://rpc.cosmoshub-4.citizenweb3.com',
|
|
208
164
|
provider: 'Citizen Web3'
|
|
@@ -266,18 +222,6 @@ const info = {
|
|
|
266
222
|
address: 'https://rest.lavenderfive.com:443/cosmoshub',
|
|
267
223
|
provider: 'Lavender.Five Nodes 🐝'
|
|
268
224
|
},
|
|
269
|
-
{
|
|
270
|
-
address: 'https://api-cosmoshub.pupmos.network',
|
|
271
|
-
provider: 'PUPMØS'
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
address: 'https://api-cosmoshub.cosmos-spaces.cloud',
|
|
275
|
-
provider: 'Cosmos Spaces'
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
address: 'https://api-cosmoshub-ia.cosmosia.notional.ventures/',
|
|
279
|
-
provider: 'Notional'
|
|
280
|
-
},
|
|
281
225
|
{
|
|
282
226
|
address: 'https://cosmos-rest.staketab.org',
|
|
283
227
|
provider: 'Staketab'
|
|
@@ -290,18 +234,10 @@ const info = {
|
|
|
290
234
|
address: 'https://cosmoshub.rest.stakin-nodes.com',
|
|
291
235
|
provider: 'Stakin'
|
|
292
236
|
},
|
|
293
|
-
{
|
|
294
|
-
address: 'https://rest-cosmoshub.architectnodes.com',
|
|
295
|
-
provider: 'Architect Nodes'
|
|
296
|
-
},
|
|
297
237
|
{
|
|
298
238
|
address: 'https://rest-cosmoshub.ecostake.com',
|
|
299
239
|
provider: 'ecostake'
|
|
300
240
|
},
|
|
301
|
-
{
|
|
302
|
-
address: 'https://lcd-cosmoshub.whispernode.com:443',
|
|
303
|
-
provider: 'WhisperNode 🤐'
|
|
304
|
-
},
|
|
305
241
|
{
|
|
306
242
|
address: 'https://cosmos-lcd.easy2stake.com',
|
|
307
243
|
provider: 'Easy 2 Stake'
|
|
@@ -322,18 +258,10 @@ const info = {
|
|
|
322
258
|
address: 'https://cosmoshub.api.kjnodes.com',
|
|
323
259
|
provider: 'kjnodes'
|
|
324
260
|
},
|
|
325
|
-
{
|
|
326
|
-
address: 'https://api-cosmos-hub-01.stakeflow.io',
|
|
327
|
-
provider: 'Stakeflow'
|
|
328
|
-
},
|
|
329
261
|
{
|
|
330
262
|
address: 'https://cosmos-api.w3coins.io',
|
|
331
263
|
provider: 'w3coins'
|
|
332
264
|
},
|
|
333
|
-
{
|
|
334
|
-
address: 'https://api-cosmoshub.mms.team',
|
|
335
|
-
provider: 'MMS'
|
|
336
|
-
},
|
|
337
265
|
{
|
|
338
266
|
address: 'https://community.nuxian-node.ch:6797/gaia/crpc',
|
|
339
267
|
provider: 'PRO Delegators'
|
|
@@ -354,10 +282,6 @@ const info = {
|
|
|
354
282
|
address: 'https://public.stakewolle.com/cosmos/cosmoshub/rest',
|
|
355
283
|
provider: 'Stakewolle'
|
|
356
284
|
},
|
|
357
|
-
{
|
|
358
|
-
address: 'https://rest-cosmos.kewrnode.com',
|
|
359
|
-
provider: 'Kewr Node'
|
|
360
|
-
},
|
|
361
285
|
{
|
|
362
286
|
address: 'https://cosmos-api.stakeandrelax.net',
|
|
363
287
|
provider: 'Stake&Relax 🦥'
|
|
@@ -409,10 +333,6 @@ const info = {
|
|
|
409
333
|
address: 'cosmoshub.lavenderfive.com:443',
|
|
410
334
|
provider: 'Lavender.Five Nodes 🐝'
|
|
411
335
|
},
|
|
412
|
-
{
|
|
413
|
-
address: 'grpc-cosmoshub-ia.cosmosia.notional.ventures:443',
|
|
414
|
-
provider: 'Notional'
|
|
415
|
-
},
|
|
416
336
|
{
|
|
417
337
|
address: 'cosmos-grpc.polkachu.com:14990',
|
|
418
338
|
provider: 'Polkachu'
|
|
@@ -421,10 +341,6 @@ const info = {
|
|
|
421
341
|
address: 'grpc.cosmos.interbloc.org:443',
|
|
422
342
|
provider: 'Interbloc'
|
|
423
343
|
},
|
|
424
|
-
{
|
|
425
|
-
address: 'services.staketab.com:9030',
|
|
426
|
-
provider: 'Staketab'
|
|
427
|
-
},
|
|
428
344
|
{
|
|
429
345
|
address: 'grpc.cosmos.dragonstake.io:443',
|
|
430
346
|
provider: 'DragonStake'
|
|
@@ -441,38 +357,18 @@ const info = {
|
|
|
441
357
|
address: 'cosmos-grpc.publicnode.com:443',
|
|
442
358
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
443
359
|
},
|
|
444
|
-
{
|
|
445
|
-
address: 'grpc-cosmoshub.cosmos-spaces.cloud:3910',
|
|
446
|
-
provider: 'Cosmos Spaces'
|
|
447
|
-
},
|
|
448
360
|
{
|
|
449
361
|
address: 'cosmoshub.grpc.kjnodes.com:11390',
|
|
450
362
|
provider: 'kjnodes'
|
|
451
363
|
},
|
|
452
|
-
{
|
|
453
|
-
address: 'grpc-cosmos-hub-01.stakeflow.io:9090',
|
|
454
|
-
provider: 'Stakeflow'
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
address: 'grpc-cosmoshub.whispernode.com:443',
|
|
458
|
-
provider: 'WhisperNode 🤐'
|
|
459
|
-
},
|
|
460
364
|
{
|
|
461
365
|
address: 'cosmos-grpc.w3coins.io:14990',
|
|
462
366
|
provider: 'w3coins'
|
|
463
367
|
},
|
|
464
|
-
{
|
|
465
|
-
address: 'grpc-cosmoshub.mms.team:443',
|
|
466
|
-
provider: 'MMS'
|
|
467
|
-
},
|
|
468
368
|
{
|
|
469
369
|
address: 'cosmoshub-mainnet.grpc.l0vd.com:80',
|
|
470
370
|
provider: 'L0vd.com ❤️'
|
|
471
371
|
},
|
|
472
|
-
{
|
|
473
|
-
address: 'https://grpc-cosmos.nodeist.net',
|
|
474
|
-
provider: 'Nodeist'
|
|
475
|
-
},
|
|
476
372
|
{
|
|
477
373
|
address: 'cosmos-grpc.stakeandrelax.net:15090',
|
|
478
374
|
provider: 'Stake&Relax 🦥'
|
|
@@ -303,20 +303,22 @@ const info = {
|
|
|
303
303
|
coingeckoId: 'celestia'
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
|
-
description: '
|
|
306
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
307
|
+
extendedDescription: 'Verona is the intelligence layer for AI. It makes user-verified data portable, private, and programmable, so agents can transact on information the user actually owns.',
|
|
307
308
|
denomUnits: [{
|
|
308
309
|
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
309
310
|
exponent: 0,
|
|
310
311
|
aliases: ['uxion']
|
|
311
312
|
}, {
|
|
312
|
-
denom: '
|
|
313
|
-
exponent: 6
|
|
313
|
+
denom: 'XION',
|
|
314
|
+
exponent: 6,
|
|
315
|
+
aliases: ['xion', 'VERONA']
|
|
314
316
|
}],
|
|
315
317
|
typeAsset: 'ics20',
|
|
316
318
|
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
317
|
-
name: '
|
|
318
|
-
display: '
|
|
319
|
-
symbol: '
|
|
319
|
+
name: 'Verona',
|
|
320
|
+
display: 'VERONA',
|
|
321
|
+
symbol: 'VERONA',
|
|
320
322
|
traces: [{
|
|
321
323
|
type: 'ibc',
|
|
322
324
|
counterparty: {
|
|
@@ -334,10 +336,12 @@ const info = {
|
|
|
334
336
|
chainName: 'xion',
|
|
335
337
|
baseDenom: 'uxion'
|
|
336
338
|
},
|
|
337
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
338
341
|
}],
|
|
339
342
|
logoURIs: {
|
|
340
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
341
345
|
},
|
|
342
346
|
coingeckoId: 'xion-2'
|
|
343
347
|
},
|