chain-registry 1.63.55 → 1.63.56
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/testnet/xiontestnet/chain.js +10 -13
- package/package.json +4 -4
- package/testnet/xiontestnet/chain.js +10 -13
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../chain.schema.json',
|
|
3
3
|
chain_name: 'xiontestnet',
|
|
4
|
+
chain_id: 'xion-testnet-1',
|
|
5
|
+
pretty_name: 'Xion Testnet',
|
|
6
|
+
website: 'https://burnt.com',
|
|
4
7
|
status: 'live',
|
|
5
8
|
network_type: 'testnet',
|
|
6
|
-
pretty_name: 'Xion Testnet',
|
|
7
9
|
chain_type: 'cosmos',
|
|
8
|
-
chain_id: 'xion-testnet-1',
|
|
9
10
|
bech32_prefix: 'xion',
|
|
10
11
|
daemon_name: 'xiond',
|
|
11
12
|
node_home: '$HOME/.xiond',
|
|
@@ -14,8 +15,8 @@ const info = {
|
|
|
14
15
|
fees: {
|
|
15
16
|
fee_tokens: [{
|
|
16
17
|
denom: 'uxion',
|
|
17
|
-
fixed_min_gas_price: 0,
|
|
18
|
-
low_gas_price: 0,
|
|
18
|
+
fixed_min_gas_price: 0.025,
|
|
19
|
+
low_gas_price: 0.025,
|
|
19
20
|
average_gas_price: 0.025,
|
|
20
21
|
high_gas_price: 0.04
|
|
21
22
|
}]
|
|
@@ -25,11 +26,7 @@ const info = {
|
|
|
25
26
|
denom: 'uxion'
|
|
26
27
|
}]
|
|
27
28
|
},
|
|
28
|
-
codebase: {
|
|
29
|
-
cosmos_sdk_version: '0.47.10',
|
|
30
|
-
cosmwasm_enabled: true,
|
|
31
|
-
cosmwasm_version: '0.45.1'
|
|
32
|
-
},
|
|
29
|
+
codebase: {},
|
|
33
30
|
apis: {
|
|
34
31
|
rpc: [{
|
|
35
32
|
address: 'https://testnet-burnt-rpc.lavenderfive.com',
|
|
@@ -53,6 +50,9 @@ const info = {
|
|
|
53
50
|
provider: 'polkachu'
|
|
54
51
|
}]
|
|
55
52
|
},
|
|
53
|
+
images: [{
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
55
|
+
}],
|
|
56
56
|
logo_URIs: {
|
|
57
57
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
58
58
|
},
|
|
@@ -60,9 +60,6 @@ const info = {
|
|
|
60
60
|
'xion',
|
|
61
61
|
'burnt',
|
|
62
62
|
'testnet'
|
|
63
|
-
]
|
|
64
|
-
images: [{
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
66
|
-
}]
|
|
63
|
+
]
|
|
67
64
|
};
|
|
68
65
|
export default info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.56",
|
|
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.46",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.46"
|
|
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": "20e8c1418cae49e2d0153c7d8b8056c407e1b942"
|
|
47
47
|
}
|
|
@@ -3,11 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../chain.schema.json',
|
|
5
5
|
chain_name: 'xiontestnet',
|
|
6
|
+
chain_id: 'xion-testnet-1',
|
|
7
|
+
pretty_name: 'Xion Testnet',
|
|
8
|
+
website: 'https://burnt.com',
|
|
6
9
|
status: 'live',
|
|
7
10
|
network_type: 'testnet',
|
|
8
|
-
pretty_name: 'Xion Testnet',
|
|
9
11
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: 'xion-testnet-1',
|
|
11
12
|
bech32_prefix: 'xion',
|
|
12
13
|
daemon_name: 'xiond',
|
|
13
14
|
node_home: '$HOME/.xiond',
|
|
@@ -16,8 +17,8 @@ const info = {
|
|
|
16
17
|
fees: {
|
|
17
18
|
fee_tokens: [{
|
|
18
19
|
denom: 'uxion',
|
|
19
|
-
fixed_min_gas_price: 0,
|
|
20
|
-
low_gas_price: 0,
|
|
20
|
+
fixed_min_gas_price: 0.025,
|
|
21
|
+
low_gas_price: 0.025,
|
|
21
22
|
average_gas_price: 0.025,
|
|
22
23
|
high_gas_price: 0.04
|
|
23
24
|
}]
|
|
@@ -27,11 +28,7 @@ const info = {
|
|
|
27
28
|
denom: 'uxion'
|
|
28
29
|
}]
|
|
29
30
|
},
|
|
30
|
-
codebase: {
|
|
31
|
-
cosmos_sdk_version: '0.47.10',
|
|
32
|
-
cosmwasm_enabled: true,
|
|
33
|
-
cosmwasm_version: '0.45.1'
|
|
34
|
-
},
|
|
31
|
+
codebase: {},
|
|
35
32
|
apis: {
|
|
36
33
|
rpc: [{
|
|
37
34
|
address: 'https://testnet-burnt-rpc.lavenderfive.com',
|
|
@@ -55,6 +52,9 @@ const info = {
|
|
|
55
52
|
provider: 'polkachu'
|
|
56
53
|
}]
|
|
57
54
|
},
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
57
|
+
}],
|
|
58
58
|
logo_URIs: {
|
|
59
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
60
60
|
},
|
|
@@ -62,9 +62,6 @@ const info = {
|
|
|
62
62
|
'xion',
|
|
63
63
|
'burnt',
|
|
64
64
|
'testnet'
|
|
65
|
-
]
|
|
66
|
-
images: [{
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
68
|
-
}]
|
|
65
|
+
]
|
|
69
66
|
};
|
|
70
67
|
exports.default = info;
|