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
package/mainnet/kava/chain.js
CHANGED
|
@@ -50,30 +50,14 @@ const info = {
|
|
|
50
50
|
address: 'https://kava-rpc.polkachu.com',
|
|
51
51
|
provider: 'Polkachu'
|
|
52
52
|
},
|
|
53
|
-
{
|
|
54
|
-
address: 'https://rpc-kava-ia.cosmosia.notional.ventures/',
|
|
55
|
-
provider: 'Notional'
|
|
56
|
-
},
|
|
57
53
|
{
|
|
58
54
|
address: 'https://kava-mainnet-rpc.autostake.com:443',
|
|
59
55
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
60
56
|
},
|
|
61
|
-
{
|
|
62
|
-
address: 'https://kava.ibs.team:443/rpc',
|
|
63
|
-
provider: 'Inter Blockchain Services'
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
address: 'https://rpc-kava-01.stakeflow.io',
|
|
67
|
-
provider: 'Stakeflow'
|
|
68
|
-
},
|
|
69
57
|
{
|
|
70
58
|
address: 'https://kava-rpc.publicnode.com:443',
|
|
71
59
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
72
60
|
},
|
|
73
|
-
{
|
|
74
|
-
address: 'https://kava.drpc.org',
|
|
75
|
-
provider: 'dRPC'
|
|
76
|
-
},
|
|
77
61
|
{
|
|
78
62
|
address: 'https://rpc.kava.nodestake.org',
|
|
79
63
|
provider: 'NodeStake'
|
|
@@ -88,10 +72,6 @@ const info = {
|
|
|
88
72
|
address: 'https://api.data.kava.io/',
|
|
89
73
|
provider: 'kava'
|
|
90
74
|
},
|
|
91
|
-
{
|
|
92
|
-
address: 'https://api-kava-ia.cosmosia.notional.ventures/',
|
|
93
|
-
provider: 'Notional'
|
|
94
|
-
},
|
|
95
75
|
{
|
|
96
76
|
address: 'https://kava-api.polkachu.com',
|
|
97
77
|
provider: 'Polkachu'
|
|
@@ -100,14 +80,6 @@ const info = {
|
|
|
100
80
|
address: 'https://kava-mainnet-lcd.autostake.com:443',
|
|
101
81
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
102
82
|
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://kava.ibs.team:443/api',
|
|
105
|
-
provider: 'Inter Blockchain Services'
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
address: 'https://api-kava-01.stakeflow.io',
|
|
109
|
-
provider: 'Stakeflow'
|
|
110
|
-
},
|
|
111
83
|
{
|
|
112
84
|
address: 'https://kava-rest.publicnode.com',
|
|
113
85
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -126,10 +98,6 @@ const info = {
|
|
|
126
98
|
address: 'grpc.data.kava.io:443',
|
|
127
99
|
provider: 'kava'
|
|
128
100
|
},
|
|
129
|
-
{
|
|
130
|
-
address: 'grpc-kava-ia.cosmosia.notional.ventures:443',
|
|
131
|
-
provider: 'Notional'
|
|
132
|
-
},
|
|
133
101
|
{
|
|
134
102
|
address: 'kava-grpc.polkachu.com:13990',
|
|
135
103
|
provider: 'Polkachu'
|
|
@@ -138,10 +106,6 @@ const info = {
|
|
|
138
106
|
address: 'kava-mainnet-grpc.autostake.com:443',
|
|
139
107
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
140
108
|
},
|
|
141
|
-
{
|
|
142
|
-
address: 'grpc-kava-01.stakeflow.io:1202',
|
|
143
|
-
provider: 'Stakeflow'
|
|
144
|
-
},
|
|
145
109
|
{
|
|
146
110
|
address: 'kava-grpc.publicnode.com:443',
|
|
147
111
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -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;
|