chain-registry 2.0.219 → 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/elys/asset-list.js +12 -8
- 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/elys/asset-list.js +12 -8
- 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
|
@@ -74,10 +74,6 @@ const info = {
|
|
|
74
74
|
address: 'https://akash-mainnet-rpc.cosmonautstakes.com:443',
|
|
75
75
|
provider: 'Cosmonaut Stakes'
|
|
76
76
|
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://akash-rpc.w3coins.io',
|
|
79
|
-
provider: 'w3coins'
|
|
80
|
-
},
|
|
81
77
|
{
|
|
82
78
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
83
79
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -108,18 +104,10 @@ const info = {
|
|
|
108
104
|
address: 'https://akash-api.kleomedes.network',
|
|
109
105
|
provider: 'Kleomedes'
|
|
110
106
|
},
|
|
111
|
-
{
|
|
112
|
-
address: 'https://api-akash-01.stakeflow.io',
|
|
113
|
-
provider: 'Stakeflow'
|
|
114
|
-
},
|
|
115
107
|
{
|
|
116
108
|
address: 'https://akash-mainnet-rest.cosmonautstakes.com:443',
|
|
117
109
|
provider: 'Cosmonaut Stakes'
|
|
118
110
|
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://akash-api.w3coins.io',
|
|
121
|
-
provider: 'w3coins'
|
|
122
|
-
},
|
|
123
111
|
{
|
|
124
112
|
address: 'https://akash-rest.publicnode.com',
|
|
125
113
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -70,10 +70,6 @@ const info = {
|
|
|
70
70
|
},
|
|
71
71
|
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.',
|
|
72
72
|
apis: {
|
|
73
|
-
grpcWeb: [{
|
|
74
|
-
address: 'axelar-grpcweb.chainode.tech',
|
|
75
|
-
provider: 'Chainode'
|
|
76
|
-
}],
|
|
77
73
|
rpc: [
|
|
78
74
|
{
|
|
79
75
|
address: 'https://rpc-axelar.imperator.co:443',
|
|
@@ -83,10 +79,6 @@ const info = {
|
|
|
83
79
|
address: 'https://axelar-rpc.quickapi.com:443',
|
|
84
80
|
provider: 'chainlayer'
|
|
85
81
|
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://rpc-axelar.cosmos-spaces.cloud',
|
|
88
|
-
provider: 'Cosmos Spaces'
|
|
89
|
-
},
|
|
90
82
|
{
|
|
91
83
|
address: 'https://axelar-rpc.pops.one:443',
|
|
92
84
|
provider: 'p-ops'
|
|
@@ -99,10 +91,6 @@ const info = {
|
|
|
99
91
|
address: 'https://rpc-1.axelar.nodes.guru:443',
|
|
100
92
|
provider: 'nodes.guru'
|
|
101
93
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rpc-axelar-ia.cosmosia.notional.ventures/',
|
|
104
|
-
provider: 'Notional'
|
|
105
|
-
},
|
|
106
94
|
{
|
|
107
95
|
address: 'https://axelar-rpc.polkachu.com',
|
|
108
96
|
provider: 'Polkachu'
|
|
@@ -111,18 +99,6 @@ const info = {
|
|
|
111
99
|
address: 'https://axelar.rpc.stakin-nodes.com',
|
|
112
100
|
provider: 'Stakin'
|
|
113
101
|
},
|
|
114
|
-
{
|
|
115
|
-
address: 'https://rpc.axelar.bh.rocks',
|
|
116
|
-
provider: 'BlockHunters 🎯'
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
address: 'https://axelar-rpc.validatrium.club',
|
|
120
|
-
provider: 'Validatrium'
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://rpc-axelar.whispernode.com:443',
|
|
124
|
-
provider: 'WhisperNode 🤐'
|
|
125
|
-
},
|
|
126
102
|
{
|
|
127
103
|
address: 'https://axelar.rpc.quantnode.xyz/',
|
|
128
104
|
provider: 'QuantNode'
|
|
@@ -139,18 +115,10 @@ const info = {
|
|
|
139
115
|
address: 'https://axelar.ibs.team:443/rpc',
|
|
140
116
|
provider: 'Inter Blockchain Services'
|
|
141
117
|
},
|
|
142
|
-
{
|
|
143
|
-
address: 'https://rpc-axelar-01.stakeflow.io',
|
|
144
|
-
provider: 'Stakeflow'
|
|
145
|
-
},
|
|
146
118
|
{
|
|
147
119
|
address: 'https://axelar-rpc.staketab.org:443',
|
|
148
120
|
provider: 'Staketab'
|
|
149
121
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://axelar-rpc.w3coins.io',
|
|
152
|
-
provider: 'w3coins'
|
|
153
|
-
},
|
|
154
122
|
{
|
|
155
123
|
address: 'https://axelar-rpc.publicnode.com:443',
|
|
156
124
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -169,10 +137,6 @@ const info = {
|
|
|
169
137
|
address: 'https://axelar-lcd.quickapi.com:443',
|
|
170
138
|
provider: 'chainlayer'
|
|
171
139
|
},
|
|
172
|
-
{
|
|
173
|
-
address: 'https://api-axelar.cosmos-spaces.cloud',
|
|
174
|
-
provider: 'Cosmos Spaces'
|
|
175
|
-
},
|
|
176
140
|
{
|
|
177
141
|
address: 'https://axelar-lcd.qubelabs.io:443',
|
|
178
142
|
provider: 'Qubelabs'
|
|
@@ -181,10 +145,6 @@ const info = {
|
|
|
181
145
|
address: 'https://api-1.axelar.nodes.guru:443',
|
|
182
146
|
provider: 'nodes.guru'
|
|
183
147
|
},
|
|
184
|
-
{
|
|
185
|
-
address: 'https://api-axelar-ia.cosmosia.notional.ventures/',
|
|
186
|
-
provider: 'Notional'
|
|
187
|
-
},
|
|
188
148
|
{
|
|
189
149
|
address: 'https://axelar-api.polkachu.com',
|
|
190
150
|
provider: 'Polkachu'
|
|
@@ -193,18 +153,6 @@ const info = {
|
|
|
193
153
|
address: 'https://axelar.rest.stakin-nodes.com',
|
|
194
154
|
provider: 'Stakin'
|
|
195
155
|
},
|
|
196
|
-
{
|
|
197
|
-
address: 'https://api.axelar.bh.rocks',
|
|
198
|
-
provider: 'BlockHunters 🎯'
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
address: 'https://axelar-api.validatrium.club',
|
|
202
|
-
provider: 'Validatrium'
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
address: 'https://lcd-axelar.whispernode.com:443',
|
|
206
|
-
provider: 'WhisperNode 🤐'
|
|
207
|
-
},
|
|
208
156
|
{
|
|
209
157
|
address: 'https://axelar-mainnet-lcd.autostake.com:443',
|
|
210
158
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -217,18 +165,10 @@ const info = {
|
|
|
217
165
|
address: 'https://axelar.ibs.team:443/api',
|
|
218
166
|
provider: 'Inter Blockchain Services'
|
|
219
167
|
},
|
|
220
|
-
{
|
|
221
|
-
address: 'https://api-axelar-01.stakeflow.io',
|
|
222
|
-
provider: 'Stakeflow'
|
|
223
|
-
},
|
|
224
168
|
{
|
|
225
169
|
address: 'https://axelar-rest.staketab.org',
|
|
226
170
|
provider: 'Staketab'
|
|
227
171
|
},
|
|
228
|
-
{
|
|
229
|
-
address: 'https://axelar-api.w3coins.io',
|
|
230
|
-
provider: 'w3coins'
|
|
231
|
-
},
|
|
232
172
|
{
|
|
233
173
|
address: 'https://axelar-rest.publicnode.com',
|
|
234
174
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -243,18 +183,6 @@ const info = {
|
|
|
243
183
|
address: 'axelar.grpc.quantnode.xyz:21990',
|
|
244
184
|
provider: 'Quantnode'
|
|
245
185
|
},
|
|
246
|
-
{
|
|
247
|
-
address: 'services.staketab.com:9080',
|
|
248
|
-
provider: 'Staketab'
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
address: 'grpc-axelar.cosmos-spaces.cloud:1590',
|
|
252
|
-
provider: 'Cosmos Spaces'
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
address: 'grpc-axelar-ia.cosmosia.notional.ventures:443',
|
|
256
|
-
provider: 'Notional'
|
|
257
|
-
},
|
|
258
186
|
{
|
|
259
187
|
address: 'axelar-grpc.polkachu.com:15190',
|
|
260
188
|
provider: 'Polkachu'
|
|
@@ -267,18 +195,6 @@ const info = {
|
|
|
267
195
|
address: 'axelar-mainnet-grpc.autostake.com:443',
|
|
268
196
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
269
197
|
},
|
|
270
|
-
{
|
|
271
|
-
address: 'grpc-axelar-01.stakeflow.io:1602',
|
|
272
|
-
provider: 'Stakeflow'
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
address: 'axelar-grpc.w3coins.io:15190',
|
|
276
|
-
provider: 'w3coins'
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
address: 'grpc-axelar.whispernode.com:443',
|
|
280
|
-
provider: 'WhisperNode 🤐'
|
|
281
|
-
},
|
|
282
198
|
{
|
|
283
199
|
address: 'axelar-grpc.publicnode.com:443',
|
|
284
200
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -301,20 +301,22 @@ const info = {
|
|
|
301
301
|
coingeckoId: 'celestia'
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
|
-
description: '
|
|
304
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
305
|
+
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.',
|
|
305
306
|
denomUnits: [{
|
|
306
307
|
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
307
308
|
exponent: 0,
|
|
308
309
|
aliases: ['uxion']
|
|
309
310
|
}, {
|
|
310
|
-
denom: '
|
|
311
|
-
exponent: 6
|
|
311
|
+
denom: 'XION',
|
|
312
|
+
exponent: 6,
|
|
313
|
+
aliases: ['xion', 'VERONA']
|
|
312
314
|
}],
|
|
313
315
|
typeAsset: 'ics20',
|
|
314
316
|
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
315
|
-
name: '
|
|
316
|
-
display: '
|
|
317
|
-
symbol: '
|
|
317
|
+
name: 'Verona',
|
|
318
|
+
display: 'VERONA',
|
|
319
|
+
symbol: 'VERONA',
|
|
318
320
|
traces: [{
|
|
319
321
|
type: 'ibc',
|
|
320
322
|
counterparty: {
|
|
@@ -332,10 +334,12 @@ const info = {
|
|
|
332
334
|
chainName: 'xion',
|
|
333
335
|
baseDenom: 'uxion'
|
|
334
336
|
},
|
|
335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
336
339
|
}],
|
|
337
340
|
logoURIs: {
|
|
338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
339
343
|
},
|
|
340
344
|
coingeckoId: 'xion-2'
|
|
341
345
|
},
|
|
@@ -1028,21 +1028,21 @@ const info = {
|
|
|
1028
1028
|
coingeckoId: 'nillion'
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
|
-
description: '
|
|
1031
|
+
description: 'Verona transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
1032
1032
|
denomUnits: [{
|
|
1033
1033
|
denom: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1034
1034
|
exponent: 0,
|
|
1035
1035
|
aliases: ['uxion']
|
|
1036
1036
|
}, {
|
|
1037
|
-
denom: '
|
|
1037
|
+
denom: 'XION',
|
|
1038
1038
|
exponent: 6,
|
|
1039
|
-
aliases: []
|
|
1039
|
+
aliases: ['xion', 'VERONA']
|
|
1040
1040
|
}],
|
|
1041
1041
|
typeAsset: 'ics20',
|
|
1042
1042
|
base: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1043
|
-
name: '
|
|
1044
|
-
display: '
|
|
1045
|
-
symbol: '
|
|
1043
|
+
name: 'Verona',
|
|
1044
|
+
display: 'VERONA',
|
|
1045
|
+
symbol: 'VERONA',
|
|
1046
1046
|
traces: [{
|
|
1047
1047
|
type: 'ibc',
|
|
1048
1048
|
counterparty: {
|
|
@@ -1060,10 +1060,12 @@ const info = {
|
|
|
1060
1060
|
chainName: 'osmosis',
|
|
1061
1061
|
baseDenom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
|
|
1062
1062
|
},
|
|
1063
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
1063
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
1064
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
1064
1065
|
}],
|
|
1065
1066
|
logoURIs: {
|
|
1066
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
1067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
1068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
1067
1069
|
},
|
|
1068
1070
|
coingeckoId: 'xion-2'
|
|
1069
1071
|
},
|
|
@@ -18356,7 +18356,8 @@ const info = {
|
|
|
18356
18356
|
}]
|
|
18357
18357
|
},
|
|
18358
18358
|
{
|
|
18359
|
-
description: '
|
|
18359
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
18360
|
+
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.',
|
|
18360
18361
|
denomUnits: [{
|
|
18361
18362
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18362
18363
|
exponent: 0,
|
|
@@ -18364,13 +18365,13 @@ const info = {
|
|
|
18364
18365
|
}, {
|
|
18365
18366
|
denom: 'XION',
|
|
18366
18367
|
exponent: 6,
|
|
18367
|
-
aliases: ['xion']
|
|
18368
|
+
aliases: ['xion', 'VERONA']
|
|
18368
18369
|
}],
|
|
18369
18370
|
typeAsset: 'ics20',
|
|
18370
18371
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18371
|
-
name: '
|
|
18372
|
-
display: '
|
|
18373
|
-
symbol: '
|
|
18372
|
+
name: 'Verona',
|
|
18373
|
+
display: 'VERONA',
|
|
18374
|
+
symbol: 'VERONA',
|
|
18374
18375
|
traces: [{
|
|
18375
18376
|
type: 'ibc',
|
|
18376
18377
|
counterparty: {
|
|
@@ -18384,14 +18385,16 @@ const info = {
|
|
|
18384
18385
|
}
|
|
18385
18386
|
}],
|
|
18386
18387
|
logoURIs: {
|
|
18387
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18389
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18388
18390
|
},
|
|
18389
18391
|
images: [{
|
|
18390
18392
|
imageSync: {
|
|
18391
18393
|
chainName: 'xion',
|
|
18392
18394
|
baseDenom: 'uxion'
|
|
18393
18395
|
},
|
|
18394
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18395
18398
|
}],
|
|
18396
18399
|
coingeckoId: 'xion-2'
|
|
18397
18400
|
},
|
|
@@ -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'
|
|
@@ -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
|
},
|
|
@@ -1030,21 +1030,21 @@ const info = {
|
|
|
1030
1030
|
coingeckoId: 'nillion'
|
|
1031
1031
|
},
|
|
1032
1032
|
{
|
|
1033
|
-
description: '
|
|
1033
|
+
description: 'Verona transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
1034
1034
|
denomUnits: [{
|
|
1035
1035
|
denom: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1036
1036
|
exponent: 0,
|
|
1037
1037
|
aliases: ['uxion']
|
|
1038
1038
|
}, {
|
|
1039
|
-
denom: '
|
|
1039
|
+
denom: 'XION',
|
|
1040
1040
|
exponent: 6,
|
|
1041
|
-
aliases: []
|
|
1041
|
+
aliases: ['xion', 'VERONA']
|
|
1042
1042
|
}],
|
|
1043
1043
|
typeAsset: 'ics20',
|
|
1044
1044
|
base: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1045
|
-
name: '
|
|
1046
|
-
display: '
|
|
1047
|
-
symbol: '
|
|
1045
|
+
name: 'Verona',
|
|
1046
|
+
display: 'VERONA',
|
|
1047
|
+
symbol: 'VERONA',
|
|
1048
1048
|
traces: [{
|
|
1049
1049
|
type: 'ibc',
|
|
1050
1050
|
counterparty: {
|
|
@@ -1062,10 +1062,12 @@ const info = {
|
|
|
1062
1062
|
chainName: 'osmosis',
|
|
1063
1063
|
baseDenom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
|
|
1064
1064
|
},
|
|
1065
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
1065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
1066
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
1066
1067
|
}],
|
|
1067
1068
|
logoURIs: {
|
|
1068
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
1069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
1070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
1069
1071
|
},
|
|
1070
1072
|
coingeckoId: 'xion-2'
|
|
1071
1073
|
},
|
|
@@ -18358,7 +18358,8 @@ const info = {
|
|
|
18358
18358
|
}]
|
|
18359
18359
|
},
|
|
18360
18360
|
{
|
|
18361
|
-
description: '
|
|
18361
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
18362
|
+
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.',
|
|
18362
18363
|
denomUnits: [{
|
|
18363
18364
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18364
18365
|
exponent: 0,
|
|
@@ -18366,13 +18367,13 @@ const info = {
|
|
|
18366
18367
|
}, {
|
|
18367
18368
|
denom: 'XION',
|
|
18368
18369
|
exponent: 6,
|
|
18369
|
-
aliases: ['xion']
|
|
18370
|
+
aliases: ['xion', 'VERONA']
|
|
18370
18371
|
}],
|
|
18371
18372
|
typeAsset: 'ics20',
|
|
18372
18373
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18373
|
-
name: '
|
|
18374
|
-
display: '
|
|
18375
|
-
symbol: '
|
|
18374
|
+
name: 'Verona',
|
|
18375
|
+
display: 'VERONA',
|
|
18376
|
+
symbol: 'VERONA',
|
|
18376
18377
|
traces: [{
|
|
18377
18378
|
type: 'ibc',
|
|
18378
18379
|
counterparty: {
|
|
@@ -18386,14 +18387,16 @@ const info = {
|
|
|
18386
18387
|
}
|
|
18387
18388
|
}],
|
|
18388
18389
|
logoURIs: {
|
|
18389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18390
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18391
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18390
18392
|
},
|
|
18391
18393
|
images: [{
|
|
18392
18394
|
imageSync: {
|
|
18393
18395
|
chainName: 'xion',
|
|
18394
18396
|
baseDenom: 'uxion'
|
|
18395
18397
|
},
|
|
18396
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18397
18400
|
}],
|
|
18398
18401
|
coingeckoId: 'xion-2'
|
|
18399
18402
|
},
|
|
@@ -5,8 +5,8 @@ const info = {
|
|
|
5
5
|
chainName: 'xion',
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
|
-
description: '
|
|
9
|
-
extendedDescription: '
|
|
8
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
9
|
+
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.',
|
|
10
10
|
denomUnits: [{
|
|
11
11
|
denom: 'uxion',
|
|
12
12
|
exponent: 0,
|
|
@@ -14,25 +14,27 @@ const info = {
|
|
|
14
14
|
}, {
|
|
15
15
|
denom: 'XION',
|
|
16
16
|
exponent: 6,
|
|
17
|
-
aliases: ['xion']
|
|
17
|
+
aliases: ['xion', 'VERONA']
|
|
18
18
|
}],
|
|
19
19
|
base: 'uxion',
|
|
20
|
-
display: '
|
|
21
|
-
name: '
|
|
22
|
-
symbol: '
|
|
20
|
+
display: 'VERONA',
|
|
21
|
+
name: 'Verona',
|
|
22
|
+
symbol: 'VERONA',
|
|
23
23
|
coingeckoId: 'xion-2',
|
|
24
24
|
typeAsset: 'sdk.coin',
|
|
25
25
|
logoURIs: {
|
|
26
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
27
28
|
},
|
|
28
29
|
images: [{
|
|
29
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
30
32
|
}],
|
|
31
33
|
socials: {
|
|
32
34
|
discord: 'https://discord.com/invite/burnt',
|
|
33
35
|
github: 'https://github.com/burnt-labs',
|
|
34
36
|
telegram: 'https://t.me/xion_announcements',
|
|
35
|
-
website: 'https://
|
|
37
|
+
website: 'https://verona.dev',
|
|
36
38
|
x: 'https://x.com/burnt_xion'
|
|
37
39
|
}
|
|
38
40
|
},
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
chainName: 'xion',
|
|
6
6
|
chainType: 'cosmos',
|
|
7
7
|
chainId: 'xion-mainnet-1',
|
|
8
|
-
prettyName: '
|
|
8
|
+
prettyName: 'Verona',
|
|
9
9
|
website: 'https://xion.burnt.com',
|
|
10
10
|
networkType: 'mainnet',
|
|
11
11
|
status: 'live',
|
|
@@ -192,13 +192,16 @@ const info = {
|
|
|
192
192
|
}
|
|
193
193
|
],
|
|
194
194
|
images: [{
|
|
195
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
196
197
|
}],
|
|
197
198
|
logoURIs: {
|
|
198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
199
201
|
},
|
|
200
|
-
description: '
|
|
202
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
201
203
|
keywords: [
|
|
204
|
+
'verona',
|
|
202
205
|
'xion',
|
|
203
206
|
'burnt',
|
|
204
207
|
'mainnet'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.220",
|
|
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.220"
|
|
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": "e505a4da06b58983e2455de6cfebb3a682ad0b10"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -137,6 +137,7 @@ const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
|
137
137
|
const _sgetestnet4 = __importStar(require("./sgetestnet4"));
|
|
138
138
|
const _shentutestnet = __importStar(require("./shentutestnet"));
|
|
139
139
|
const _sixtestnet = __importStar(require("./sixtestnet"));
|
|
140
|
+
const _skyzennet = __importStar(require("./skyzennet"));
|
|
140
141
|
const _soarchaintestnet = __importStar(require("./soarchaintestnet"));
|
|
141
142
|
const _sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
142
143
|
const _stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
@@ -283,6 +284,7 @@ const assetList = [
|
|
|
283
284
|
_sgetestnet4.assetList,
|
|
284
285
|
_shentutestnet.assetList,
|
|
285
286
|
_sixtestnet.assetList,
|
|
287
|
+
_skyzennet.assetList,
|
|
286
288
|
_soarchaintestnet.assetList,
|
|
287
289
|
_sourcetestnet.assetList,
|
|
288
290
|
_stargazetestnet.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -137,6 +137,7 @@ const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
|
137
137
|
const _sgetestnet4 = __importStar(require("./sgetestnet4"));
|
|
138
138
|
const _shentutestnet = __importStar(require("./shentutestnet"));
|
|
139
139
|
const _sixtestnet = __importStar(require("./sixtestnet"));
|
|
140
|
+
const _skyzennet = __importStar(require("./skyzennet"));
|
|
140
141
|
const _soarchaintestnet = __importStar(require("./soarchaintestnet"));
|
|
141
142
|
const _sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
142
143
|
const _stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
@@ -283,6 +284,7 @@ const chains = [
|
|
|
283
284
|
_sgetestnet4.chain,
|
|
284
285
|
_shentutestnet.chain,
|
|
285
286
|
_sixtestnet.chain,
|
|
287
|
+
_skyzennet.chain,
|
|
286
288
|
_soarchaintestnet.chain,
|
|
287
289
|
_sourcetestnet.chain,
|
|
288
290
|
_stargazetestnet.chain,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'skyzennet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native utility token of Skyzen Network',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'uskyz',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'skyz',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'uskyz',
|
|
16
|
+
name: 'Skyzen',
|
|
17
|
+
display: 'skyz',
|
|
18
|
+
symbol: 'SKYZ',
|
|
19
|
+
typeAsset: 'sdk.coin',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/skyzennet/images/skyzen-main.png'
|
|
22
|
+
}]
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
exports.default = info;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'skyzennet',
|
|
6
|
+
chainType: 'cosmos',
|
|
7
|
+
status: 'live',
|
|
8
|
+
description: 'Skyzen Network is a Proof-of-Stake (PoS) blockchain.',
|
|
9
|
+
networkType: 'testnet',
|
|
10
|
+
prettyName: 'Skyzen Network Testnet',
|
|
11
|
+
chainId: 'skyzen-1',
|
|
12
|
+
bech32Prefix: 'skyz',
|
|
13
|
+
daemonName: 'skyzennetworkd',
|
|
14
|
+
nodeHome: '$HOME/.skyzennetwork',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'uskyz',
|
|
20
|
+
fixedMinGasPrice: 0.0001,
|
|
21
|
+
lowGasPrice: 0.0001,
|
|
22
|
+
averageGasPrice: 0.0002,
|
|
23
|
+
highGasPrice: 0.0005
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
stakingTokens: [{
|
|
28
|
+
denom: 'uskyz'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
genesis: {
|
|
33
|
+
genesisUrl: 'https://github.com/skyzennetwork/testnets/raw/main/genesis/genesis.json'
|
|
34
|
+
},
|
|
35
|
+
gitRepo: 'https://github.com/skyzennetwork/testnets',
|
|
36
|
+
recommendedVersion: 'v1.0.0',
|
|
37
|
+
compatibleVersions: ['v1.0.0'],
|
|
38
|
+
binaries: {
|
|
39
|
+
"linux/amd64": 'https://github.com/skyzennetwork/testnets/releases/download/v1/skyzennetworkd'
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
apis: {
|
|
43
|
+
rpc: [{
|
|
44
|
+
address: 'https://rpc.testnet.skyzennet.xyz/',
|
|
45
|
+
provider: 'skyzennet'
|
|
46
|
+
}],
|
|
47
|
+
rest: [{
|
|
48
|
+
address: 'https://api.testnet.skyzennet.xyz/',
|
|
49
|
+
provider: 'skyzennet'
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
explorers: [{
|
|
53
|
+
kind: 'ping.pub',
|
|
54
|
+
url: 'https://explorer.skyzennet.xyz',
|
|
55
|
+
txPage: 'https://explorer.skyzennet.xyz/skyzen/tx/${txHash}',
|
|
56
|
+
accountPage: 'https://explorer.skyzennet.xyz/skyzen/account/${accountAddress}'
|
|
57
|
+
}],
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/skyzennet/images/skyzen-main.png'
|
|
60
|
+
}]
|
|
61
|
+
};
|
|
62
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|