chain-registry 1.63.103 → 1.63.104
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/lava/ibc.js +29 -0
- package/esm/mainnet/shentu/chain.js +9 -5
- package/esm/mainnet/stargaze/ibc.js +29 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/shentutestnet/assets.js +34 -0
- package/esm/testnet/shentutestnet/chain.js +64 -0
- package/esm/testnet/shentutestnet/index.js +4 -0
- package/mainnet/lava/ibc.js +29 -0
- package/mainnet/shentu/chain.js +9 -5
- package/mainnet/stargaze/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +3 -2
- package/testnet/shentutestnet/assets.d.ts +3 -0
- package/testnet/shentutestnet/assets.js +36 -0
- package/testnet/shentutestnet/chain.d.ts +3 -0
- package/testnet/shentutestnet/chain.js +66 -0
- package/testnet/shentutestnet/index.d.ts +2 -0
- package/testnet/shentutestnet/index.js +10 -0
package/esm/mainnet/lava/ibc.js
CHANGED
|
@@ -86,6 +86,35 @@ const info = [
|
|
|
86
86
|
dex: 'osmosis'
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
$schema: '../ibc_data.schema.json',
|
|
92
|
+
chain_1: {
|
|
93
|
+
chain_name: 'lava',
|
|
94
|
+
client_id: '07-tendermint-8',
|
|
95
|
+
connection_id: 'connection-13'
|
|
96
|
+
},
|
|
97
|
+
chain_2: {
|
|
98
|
+
chain_name: 'stargaze',
|
|
99
|
+
client_id: '07-tendermint-366',
|
|
100
|
+
connection_id: 'connection-307'
|
|
101
|
+
},
|
|
102
|
+
channels: [{
|
|
103
|
+
chain_1: {
|
|
104
|
+
channel_id: 'channel-7',
|
|
105
|
+
port_id: 'transfer'
|
|
106
|
+
},
|
|
107
|
+
chain_2: {
|
|
108
|
+
channel_id: 'channel-391',
|
|
109
|
+
port_id: 'transfer'
|
|
110
|
+
},
|
|
111
|
+
ordering: 'unordered',
|
|
112
|
+
version: 'ics20-1',
|
|
113
|
+
tags: {
|
|
114
|
+
status: 'live',
|
|
115
|
+
preferred: true
|
|
116
|
+
}
|
|
117
|
+
}]
|
|
89
118
|
}
|
|
90
119
|
];
|
|
91
120
|
export default info;
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chain_name: 'shentu',
|
|
4
4
|
status: 'live',
|
|
5
5
|
network_type: 'mainnet',
|
|
6
|
-
website: 'https://www.shentu.
|
|
6
|
+
website: 'https://www.shentu.org/',
|
|
7
7
|
pretty_name: 'Shentu',
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'shentu-2.2',
|
|
@@ -33,7 +33,7 @@ const info = {
|
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [
|
|
35
35
|
{
|
|
36
|
-
address: 'https://
|
|
36
|
+
address: 'https://rpc.shentu.org:443',
|
|
37
37
|
provider: 'Shentu'
|
|
38
38
|
},
|
|
39
39
|
{
|
|
@@ -71,7 +71,7 @@ const info = {
|
|
|
71
71
|
],
|
|
72
72
|
rest: [
|
|
73
73
|
{
|
|
74
|
-
address: 'https://rest.
|
|
74
|
+
address: 'https://rest.shentu.org/',
|
|
75
75
|
provider: 'Shentu'
|
|
76
76
|
},
|
|
77
77
|
{
|
|
@@ -112,6 +112,10 @@ const info = {
|
|
|
112
112
|
}
|
|
113
113
|
],
|
|
114
114
|
grpc: [
|
|
115
|
+
{
|
|
116
|
+
address: 'grpc.shentu.org:443',
|
|
117
|
+
provider: 'Shentu'
|
|
118
|
+
},
|
|
115
119
|
{
|
|
116
120
|
address: 'shentu-grpc.polkachu.com:14090',
|
|
117
121
|
provider: 'Polkachu'
|
|
@@ -163,8 +167,8 @@ const info = {
|
|
|
163
167
|
},
|
|
164
168
|
{
|
|
165
169
|
kind: 'Shentu Explorer',
|
|
166
|
-
url: 'https://explorer.shentu.
|
|
167
|
-
tx_page: 'https://explorer.shentu.
|
|
170
|
+
url: 'https://explorer.shentu.org/?chain=shentu-2.2',
|
|
171
|
+
tx_page: 'https://explorer.shentu.org/transactions/${txHash}?chain=shentu-2.2'
|
|
168
172
|
},
|
|
169
173
|
{
|
|
170
174
|
kind: 'ping.pub',
|
|
@@ -336,6 +336,35 @@ const info = [
|
|
|
336
336
|
}
|
|
337
337
|
}]
|
|
338
338
|
},
|
|
339
|
+
{
|
|
340
|
+
$schema: '../ibc_data.schema.json',
|
|
341
|
+
chain_1: {
|
|
342
|
+
chain_name: 'lava',
|
|
343
|
+
client_id: '07-tendermint-8',
|
|
344
|
+
connection_id: 'connection-13'
|
|
345
|
+
},
|
|
346
|
+
chain_2: {
|
|
347
|
+
chain_name: 'stargaze',
|
|
348
|
+
client_id: '07-tendermint-366',
|
|
349
|
+
connection_id: 'connection-307'
|
|
350
|
+
},
|
|
351
|
+
channels: [{
|
|
352
|
+
chain_1: {
|
|
353
|
+
channel_id: 'channel-7',
|
|
354
|
+
port_id: 'transfer'
|
|
355
|
+
},
|
|
356
|
+
chain_2: {
|
|
357
|
+
channel_id: 'channel-391',
|
|
358
|
+
port_id: 'transfer'
|
|
359
|
+
},
|
|
360
|
+
ordering: 'unordered',
|
|
361
|
+
version: 'ics20-1',
|
|
362
|
+
tags: {
|
|
363
|
+
status: 'live',
|
|
364
|
+
preferred: true
|
|
365
|
+
}
|
|
366
|
+
}]
|
|
367
|
+
},
|
|
339
368
|
{
|
|
340
369
|
$schema: '../ibc_data.schema.json',
|
|
341
370
|
chain_1: {
|
package/esm/testnet/assets.js
CHANGED
|
@@ -90,6 +90,7 @@ import * as _seitestnet2 from './seitestnet2';
|
|
|
90
90
|
import * as _selfchaindevnet from './selfchaindevnet';
|
|
91
91
|
import * as _sgetestnet from './sgetestnet';
|
|
92
92
|
import * as _sgetestnet4 from './sgetestnet4';
|
|
93
|
+
import * as _shentutestnet from './shentutestnet';
|
|
93
94
|
import * as _sixtestnet from './sixtestnet';
|
|
94
95
|
import * as _soarchaintestnet from './soarchaintestnet';
|
|
95
96
|
import * as _sourcetestnet from './sourcetestnet';
|
|
@@ -208,6 +209,7 @@ const assets = [
|
|
|
208
209
|
_selfchaindevnet.assets,
|
|
209
210
|
_sgetestnet.assets,
|
|
210
211
|
_sgetestnet4.assets,
|
|
212
|
+
_shentutestnet.assets,
|
|
211
213
|
_sixtestnet.assets,
|
|
212
214
|
_soarchaintestnet.assets,
|
|
213
215
|
_sourcetestnet.assets,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -90,6 +90,7 @@ import * as _seitestnet2 from './seitestnet2';
|
|
|
90
90
|
import * as _selfchaindevnet from './selfchaindevnet';
|
|
91
91
|
import * as _sgetestnet from './sgetestnet';
|
|
92
92
|
import * as _sgetestnet4 from './sgetestnet4';
|
|
93
|
+
import * as _shentutestnet from './shentutestnet';
|
|
93
94
|
import * as _sixtestnet from './sixtestnet';
|
|
94
95
|
import * as _soarchaintestnet from './soarchaintestnet';
|
|
95
96
|
import * as _sourcetestnet from './sourcetestnet';
|
|
@@ -208,6 +209,7 @@ const chains = [
|
|
|
208
209
|
_selfchaindevnet.chain,
|
|
209
210
|
_sgetestnet.chain,
|
|
210
211
|
_sgetestnet4.chain,
|
|
212
|
+
_shentutestnet.chain,
|
|
211
213
|
_sixtestnet.chain,
|
|
212
214
|
_soarchaintestnet.chain,
|
|
213
215
|
_sourcetestnet.chain,
|
package/esm/testnet/named.js
CHANGED
|
@@ -90,6 +90,7 @@ export * as seitestnet2 from './seitestnet2';
|
|
|
90
90
|
export * as selfchaindevnet from './selfchaindevnet';
|
|
91
91
|
export * as sgetestnet from './sgetestnet';
|
|
92
92
|
export * as sgetestnet4 from './sgetestnet4';
|
|
93
|
+
export * as shentutestnet from './shentutestnet';
|
|
93
94
|
export * as sixtestnet from './sixtestnet';
|
|
94
95
|
export * as soarchaintestnet from './soarchaintestnet';
|
|
95
96
|
export * as sourcetestnet from './sourcetestnet';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'shentutestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of Shentu',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'uctk',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'ctk',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'uctk',
|
|
14
|
+
name: 'Shentu',
|
|
15
|
+
display: 'ctk',
|
|
16
|
+
symbol: 'CTK',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
image_sync: {
|
|
23
|
+
chain_name: 'shentu',
|
|
24
|
+
base_denom: 'uctk'
|
|
25
|
+
},
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#e4ac4c'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}]
|
|
33
|
+
};
|
|
34
|
+
export default info;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'shentutestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'testnet',
|
|
6
|
+
website: 'https://www.shentu.org/',
|
|
7
|
+
pretty_name: 'Yulei',
|
|
8
|
+
chain_type: 'cosmos',
|
|
9
|
+
chain_id: 'yulei-2.1',
|
|
10
|
+
bech32_prefix: 'shentu',
|
|
11
|
+
daemon_name: 'shentud',
|
|
12
|
+
node_home: '$HOME/.shentud',
|
|
13
|
+
key_algos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'uctk',
|
|
18
|
+
low_gas_price: 0.01,
|
|
19
|
+
average_gas_price: 0.025,
|
|
20
|
+
high_gas_price: 0.04
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
staking_tokens: [{
|
|
25
|
+
denom: 'uctk'
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
28
|
+
codebase: {},
|
|
29
|
+
logo_URIs: {
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
32
|
+
},
|
|
33
|
+
apis: {
|
|
34
|
+
rpc: [{
|
|
35
|
+
address: 'https://yulei-rpc.shentu.org:443',
|
|
36
|
+
provider: 'Shentu'
|
|
37
|
+
}],
|
|
38
|
+
rest: [{
|
|
39
|
+
address: 'https://yulei-rest.shentu.org/',
|
|
40
|
+
provider: 'Shentu'
|
|
41
|
+
}],
|
|
42
|
+
grpc: [{
|
|
43
|
+
address: 'yulei-grpc.shentu.org:443',
|
|
44
|
+
provider: 'Shentu'
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
explorers: [{
|
|
48
|
+
kind: 'Shentu Explorer',
|
|
49
|
+
url: 'https://explorer.shentu.org/?chain=yulei-2.1',
|
|
50
|
+
tx_page: 'https://explorer.shentu.org/transactions/${txHash}?chain=yulei-2.1'
|
|
51
|
+
}],
|
|
52
|
+
images: [{
|
|
53
|
+
image_sync: {
|
|
54
|
+
chain_name: 'shentutestnet',
|
|
55
|
+
base_denom: 'uctk'
|
|
56
|
+
},
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg',
|
|
59
|
+
theme: {
|
|
60
|
+
primary_color_hex: '#e4ac4c'
|
|
61
|
+
}
|
|
62
|
+
}]
|
|
63
|
+
};
|
|
64
|
+
export default info;
|
package/mainnet/lava/ibc.js
CHANGED
|
@@ -88,6 +88,35 @@ const info = [
|
|
|
88
88
|
dex: 'osmosis'
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
$schema: '../ibc_data.schema.json',
|
|
94
|
+
chain_1: {
|
|
95
|
+
chain_name: 'lava',
|
|
96
|
+
client_id: '07-tendermint-8',
|
|
97
|
+
connection_id: 'connection-13'
|
|
98
|
+
},
|
|
99
|
+
chain_2: {
|
|
100
|
+
chain_name: 'stargaze',
|
|
101
|
+
client_id: '07-tendermint-366',
|
|
102
|
+
connection_id: 'connection-307'
|
|
103
|
+
},
|
|
104
|
+
channels: [{
|
|
105
|
+
chain_1: {
|
|
106
|
+
channel_id: 'channel-7',
|
|
107
|
+
port_id: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
chain_2: {
|
|
110
|
+
channel_id: 'channel-391',
|
|
111
|
+
port_id: 'transfer'
|
|
112
|
+
},
|
|
113
|
+
ordering: 'unordered',
|
|
114
|
+
version: 'ics20-1',
|
|
115
|
+
tags: {
|
|
116
|
+
status: 'live',
|
|
117
|
+
preferred: true
|
|
118
|
+
}
|
|
119
|
+
}]
|
|
91
120
|
}
|
|
92
121
|
];
|
|
93
122
|
exports.default = info;
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
chain_name: 'shentu',
|
|
6
6
|
status: 'live',
|
|
7
7
|
network_type: 'mainnet',
|
|
8
|
-
website: 'https://www.shentu.
|
|
8
|
+
website: 'https://www.shentu.org/',
|
|
9
9
|
pretty_name: 'Shentu',
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'shentu-2.2',
|
|
@@ -35,7 +35,7 @@ const info = {
|
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [
|
|
37
37
|
{
|
|
38
|
-
address: 'https://
|
|
38
|
+
address: 'https://rpc.shentu.org:443',
|
|
39
39
|
provider: 'Shentu'
|
|
40
40
|
},
|
|
41
41
|
{
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
],
|
|
74
74
|
rest: [
|
|
75
75
|
{
|
|
76
|
-
address: 'https://rest.
|
|
76
|
+
address: 'https://rest.shentu.org/',
|
|
77
77
|
provider: 'Shentu'
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -114,6 +114,10 @@ const info = {
|
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
grpc: [
|
|
117
|
+
{
|
|
118
|
+
address: 'grpc.shentu.org:443',
|
|
119
|
+
provider: 'Shentu'
|
|
120
|
+
},
|
|
117
121
|
{
|
|
118
122
|
address: 'shentu-grpc.polkachu.com:14090',
|
|
119
123
|
provider: 'Polkachu'
|
|
@@ -165,8 +169,8 @@ const info = {
|
|
|
165
169
|
},
|
|
166
170
|
{
|
|
167
171
|
kind: 'Shentu Explorer',
|
|
168
|
-
url: 'https://explorer.shentu.
|
|
169
|
-
tx_page: 'https://explorer.shentu.
|
|
172
|
+
url: 'https://explorer.shentu.org/?chain=shentu-2.2',
|
|
173
|
+
tx_page: 'https://explorer.shentu.org/transactions/${txHash}?chain=shentu-2.2'
|
|
170
174
|
},
|
|
171
175
|
{
|
|
172
176
|
kind: 'ping.pub',
|
package/mainnet/stargaze/ibc.js
CHANGED
|
@@ -338,6 +338,35 @@ const info = [
|
|
|
338
338
|
}
|
|
339
339
|
}]
|
|
340
340
|
},
|
|
341
|
+
{
|
|
342
|
+
$schema: '../ibc_data.schema.json',
|
|
343
|
+
chain_1: {
|
|
344
|
+
chain_name: 'lava',
|
|
345
|
+
client_id: '07-tendermint-8',
|
|
346
|
+
connection_id: 'connection-13'
|
|
347
|
+
},
|
|
348
|
+
chain_2: {
|
|
349
|
+
chain_name: 'stargaze',
|
|
350
|
+
client_id: '07-tendermint-366',
|
|
351
|
+
connection_id: 'connection-307'
|
|
352
|
+
},
|
|
353
|
+
channels: [{
|
|
354
|
+
chain_1: {
|
|
355
|
+
channel_id: 'channel-7',
|
|
356
|
+
port_id: 'transfer'
|
|
357
|
+
},
|
|
358
|
+
chain_2: {
|
|
359
|
+
channel_id: 'channel-391',
|
|
360
|
+
port_id: 'transfer'
|
|
361
|
+
},
|
|
362
|
+
ordering: 'unordered',
|
|
363
|
+
version: 'ics20-1',
|
|
364
|
+
tags: {
|
|
365
|
+
status: 'live',
|
|
366
|
+
preferred: true
|
|
367
|
+
}
|
|
368
|
+
}]
|
|
369
|
+
},
|
|
341
370
|
{
|
|
342
371
|
$schema: '../ibc_data.schema.json',
|
|
343
372
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.104",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.84",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.84"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "9d1760e58d314fc174faddace71b335dbfd581a1"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -115,6 +115,7 @@ const _seitestnet2 = __importStar(require("./seitestnet2"));
|
|
|
115
115
|
const _selfchaindevnet = __importStar(require("./selfchaindevnet"));
|
|
116
116
|
const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
117
117
|
const _sgetestnet4 = __importStar(require("./sgetestnet4"));
|
|
118
|
+
const _shentutestnet = __importStar(require("./shentutestnet"));
|
|
118
119
|
const _sixtestnet = __importStar(require("./sixtestnet"));
|
|
119
120
|
const _soarchaintestnet = __importStar(require("./soarchaintestnet"));
|
|
120
121
|
const _sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
@@ -233,6 +234,7 @@ const assets = [
|
|
|
233
234
|
_selfchaindevnet.assets,
|
|
234
235
|
_sgetestnet.assets,
|
|
235
236
|
_sgetestnet4.assets,
|
|
237
|
+
_shentutestnet.assets,
|
|
236
238
|
_sixtestnet.assets,
|
|
237
239
|
_soarchaintestnet.assets,
|
|
238
240
|
_sourcetestnet.assets,
|
package/testnet/chains.js
CHANGED
|
@@ -115,6 +115,7 @@ const _seitestnet2 = __importStar(require("./seitestnet2"));
|
|
|
115
115
|
const _selfchaindevnet = __importStar(require("./selfchaindevnet"));
|
|
116
116
|
const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
117
117
|
const _sgetestnet4 = __importStar(require("./sgetestnet4"));
|
|
118
|
+
const _shentutestnet = __importStar(require("./shentutestnet"));
|
|
118
119
|
const _sixtestnet = __importStar(require("./sixtestnet"));
|
|
119
120
|
const _soarchaintestnet = __importStar(require("./soarchaintestnet"));
|
|
120
121
|
const _sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
@@ -233,6 +234,7 @@ const chains = [
|
|
|
233
234
|
_selfchaindevnet.chain,
|
|
234
235
|
_sgetestnet.chain,
|
|
235
236
|
_sgetestnet4.chain,
|
|
237
|
+
_shentutestnet.chain,
|
|
236
238
|
_sixtestnet.chain,
|
|
237
239
|
_soarchaintestnet.chain,
|
|
238
240
|
_sourcetestnet.chain,
|
package/testnet/named.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ export * as seitestnet2 from './seitestnet2';
|
|
|
90
90
|
export * as selfchaindevnet from './selfchaindevnet';
|
|
91
91
|
export * as sgetestnet from './sgetestnet';
|
|
92
92
|
export * as sgetestnet4 from './sgetestnet4';
|
|
93
|
+
export * as shentutestnet from './shentutestnet';
|
|
93
94
|
export * as sixtestnet from './sixtestnet';
|
|
94
95
|
export * as soarchaintestnet from './soarchaintestnet';
|
|
95
96
|
export * as sourcetestnet from './sourcetestnet';
|
package/testnet/named.js
CHANGED
|
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.entrypointtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet2 = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.celestiatestnet = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.babylontestnet1 = exports.babylontestnet = exports.axelartestnet = exports.auratestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.akashtestnet = exports.airchainstestnet = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.zetachaintestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.vincechaintestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.temporaltestnet = exports.synternettestnet = exports.symphonytestnet = void 0;
|
|
27
|
+
exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet2 = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.osmosistestnet4 = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumenxtestnet = exports.likecointestnet = exports.lavatestnet1 = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimatestnet = exports.kichaintestnet = void 0;
|
|
28
|
+
exports.zetachaintestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.vincechaintestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.temporaltestnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = void 0;
|
|
29
29
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
30
30
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
31
31
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
@@ -118,6 +118,7 @@ exports.seitestnet2 = __importStar(require("./seitestnet2"));
|
|
|
118
118
|
exports.selfchaindevnet = __importStar(require("./selfchaindevnet"));
|
|
119
119
|
exports.sgetestnet = __importStar(require("./sgetestnet"));
|
|
120
120
|
exports.sgetestnet4 = __importStar(require("./sgetestnet4"));
|
|
121
|
+
exports.shentutestnet = __importStar(require("./shentutestnet"));
|
|
121
122
|
exports.sixtestnet = __importStar(require("./sixtestnet"));
|
|
122
123
|
exports.soarchaintestnet = __importStar(require("./soarchaintestnet"));
|
|
123
124
|
exports.sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'shentutestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of Shentu',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'uctk',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'ctk',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'uctk',
|
|
16
|
+
name: 'Shentu',
|
|
17
|
+
display: 'ctk',
|
|
18
|
+
symbol: 'CTK',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
image_sync: {
|
|
25
|
+
chain_name: 'shentu',
|
|
26
|
+
base_denom: 'uctk'
|
|
27
|
+
},
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg',
|
|
30
|
+
theme: {
|
|
31
|
+
primary_color_hex: '#e4ac4c'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
}]
|
|
35
|
+
};
|
|
36
|
+
exports.default = info;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'shentutestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'testnet',
|
|
8
|
+
website: 'https://www.shentu.org/',
|
|
9
|
+
pretty_name: 'Yulei',
|
|
10
|
+
chain_type: 'cosmos',
|
|
11
|
+
chain_id: 'yulei-2.1',
|
|
12
|
+
bech32_prefix: 'shentu',
|
|
13
|
+
daemon_name: 'shentud',
|
|
14
|
+
node_home: '$HOME/.shentud',
|
|
15
|
+
key_algos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'uctk',
|
|
20
|
+
low_gas_price: 0.01,
|
|
21
|
+
average_gas_price: 0.025,
|
|
22
|
+
high_gas_price: 0.04
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
staking_tokens: [{
|
|
27
|
+
denom: 'uctk'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
codebase: {},
|
|
31
|
+
logo_URIs: {
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
34
|
+
},
|
|
35
|
+
apis: {
|
|
36
|
+
rpc: [{
|
|
37
|
+
address: 'https://yulei-rpc.shentu.org:443',
|
|
38
|
+
provider: 'Shentu'
|
|
39
|
+
}],
|
|
40
|
+
rest: [{
|
|
41
|
+
address: 'https://yulei-rest.shentu.org/',
|
|
42
|
+
provider: 'Shentu'
|
|
43
|
+
}],
|
|
44
|
+
grpc: [{
|
|
45
|
+
address: 'yulei-grpc.shentu.org:443',
|
|
46
|
+
provider: 'Shentu'
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
49
|
+
explorers: [{
|
|
50
|
+
kind: 'Shentu Explorer',
|
|
51
|
+
url: 'https://explorer.shentu.org/?chain=yulei-2.1',
|
|
52
|
+
tx_page: 'https://explorer.shentu.org/transactions/${txHash}?chain=yulei-2.1'
|
|
53
|
+
}],
|
|
54
|
+
images: [{
|
|
55
|
+
image_sync: {
|
|
56
|
+
chain_name: 'shentutestnet',
|
|
57
|
+
base_denom: 'uctk'
|
|
58
|
+
},
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg',
|
|
61
|
+
theme: {
|
|
62
|
+
primary_color_hex: '#e4ac4c'
|
|
63
|
+
}
|
|
64
|
+
}]
|
|
65
|
+
};
|
|
66
|
+
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.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|