chain-registry 1.69.51 → 1.69.53
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/devnet/kyvedevnet/chain.js +5 -4
- package/esm/devnet/kyvedevnet/chain.js +5 -4
- package/esm/mainnet/assets.js +4 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/canto/ibc.js +29 -0
- package/esm/mainnet/celestia/ibc.js +29 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/ibc.js +4 -0
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/kyve/chain.js +14 -2
- package/esm/mainnet/milkyway/assets.js +248 -0
- package/esm/mainnet/milkyway/chain.js +89 -0
- package/esm/mainnet/milkyway/ibc.js +59 -0
- package/esm/mainnet/milkyway/index.js +6 -0
- package/esm/mainnet/named.js +2 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +40 -0
- package/esm/mainnet/osmosis/ibc.js +59 -0
- package/esm/mainnet/pryzm/assets.js +417 -3
- package/esm/mainnet/xion/assets.js +34 -0
- package/esm/mainnet/xion/chain.js +100 -0
- package/esm/mainnet/xion/ibc.js +119 -0
- package/esm/mainnet/xion/index.js +6 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +14 -14
- package/esm/testnet/kyvetestnet/chain.js +7 -2
- package/esm/testnet/xiontestnet/assets.js +1 -0
- package/esm/testnet/xiontestnet/chain.js +22 -18
- package/mainnet/assets.js +4 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/canto/ibc.js +29 -0
- package/mainnet/celestia/ibc.js +29 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/ibc.js +4 -0
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/kyve/chain.js +14 -2
- package/mainnet/milkyway/assets.d.ts +3 -0
- package/mainnet/milkyway/assets.js +250 -0
- package/mainnet/milkyway/chain.d.ts +3 -0
- package/mainnet/milkyway/chain.js +91 -0
- package/mainnet/milkyway/ibc.d.ts +3 -0
- package/mainnet/milkyway/ibc.js +61 -0
- package/mainnet/milkyway/index.d.ts +3 -0
- package/mainnet/milkyway/index.js +12 -0
- package/mainnet/named.d.ts +2 -0
- package/mainnet/named.js +4 -2
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +40 -0
- package/mainnet/osmosis/ibc.js +59 -0
- package/mainnet/pryzm/assets.js +417 -3
- package/mainnet/xion/assets.d.ts +3 -0
- package/mainnet/xion/assets.js +36 -0
- package/mainnet/xion/chain.d.ts +3 -0
- package/mainnet/xion/chain.js +102 -0
- package/mainnet/xion/ibc.d.ts +3 -0
- package/mainnet/xion/ibc.js +121 -0
- package/mainnet/xion/index.d.ts +3 -0
- package/mainnet/xion/index.js +12 -0
- package/package.json +4 -4
- package/testnet/cosmosicsprovidertestnet/chain.js +14 -14
- package/testnet/kyvetestnet/chain.js +7 -2
- package/testnet/xiontestnet/assets.js +1 -0
- package/testnet/xiontestnet/chain.js +22 -18
|
@@ -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: 'xion',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
8
|
+
extended_description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction. Utilizing protocol-level implementations related to abstracted accounts, signatures, fees, interoperability, and more, XION empowers developers to build secure, intuitive, and seamless user experiences.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'uxion',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['microxion']
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'XION',
|
|
15
|
+
exponent: 6,
|
|
16
|
+
aliases: ['xion']
|
|
17
|
+
}],
|
|
18
|
+
base: 'uxion',
|
|
19
|
+
display: 'XION',
|
|
20
|
+
name: 'xion',
|
|
21
|
+
symbol: 'XION',
|
|
22
|
+
coingecko_id: 'xion-2',
|
|
23
|
+
type_asset: 'sdk.coin',
|
|
24
|
+
logo_URIs: {
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
26
|
+
},
|
|
27
|
+
images: [{
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://xion.burnt.com/',
|
|
32
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
33
|
+
}
|
|
34
|
+
}]
|
|
35
|
+
};
|
|
36
|
+
exports.default = info;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'xion',
|
|
6
|
+
chain_id: 'xion-mainnet-1',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
pretty_name: 'Xion Mainnet',
|
|
9
|
+
website: 'https://burnt.com',
|
|
10
|
+
network_type: 'mainnet',
|
|
11
|
+
status: 'live',
|
|
12
|
+
bech32_prefix: 'xion',
|
|
13
|
+
daemon_name: 'xiond',
|
|
14
|
+
node_home: '$HOME/.xiond',
|
|
15
|
+
key_algos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'uxion',
|
|
20
|
+
fixed_min_gas_price: 0.001,
|
|
21
|
+
low_gas_price: 0.001,
|
|
22
|
+
average_gas_price: 0.001,
|
|
23
|
+
high_gas_price: 0.01
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
staking_tokens: [{
|
|
28
|
+
denom: 'uxion'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {},
|
|
32
|
+
apis: {
|
|
33
|
+
rpc: [
|
|
34
|
+
{
|
|
35
|
+
address: 'https://rpc.xion-mainnet-1.burnt.com',
|
|
36
|
+
provider: '🔥BurntLabs🔥'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
address: 'https://xion-rpc.lavenderfive.com',
|
|
40
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
address: 'https://rpc-burnt.imperator.co/',
|
|
44
|
+
provider: 'Imperator.co'
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
address: 'https://xion-rpc.polkachu.com',
|
|
48
|
+
provider: 'Polkachu'
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
rest: [
|
|
52
|
+
{
|
|
53
|
+
address: 'https://api.xion-mainnet-1.burnt.com',
|
|
54
|
+
provider: '🔥BurntLabs🔥'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
address: 'https://xion-api.lavenderfive.com',
|
|
58
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://lcd-burnt.imperator.co/',
|
|
62
|
+
provider: 'Imperator.co'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://xion-api.polkachu.com',
|
|
66
|
+
provider: 'Polkachu'
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
grpc: [
|
|
70
|
+
{
|
|
71
|
+
address: 'grpc.xion-mainnet-1.burnt.com:443',
|
|
72
|
+
provider: '🔥BurntLabs🔥'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'xion-grpc.lavenderfive.com:443',
|
|
76
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'xion-grpc.polkachu.com:22390',
|
|
80
|
+
provider: 'Polkachu'
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
explorers: [{
|
|
85
|
+
url: 'https://explorer.burnt.com/xion-mainnet-1',
|
|
86
|
+
tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
|
|
87
|
+
account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
|
|
88
|
+
}],
|
|
89
|
+
images: [{
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
91
|
+
}],
|
|
92
|
+
logo_URIs: {
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
94
|
+
},
|
|
95
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
96
|
+
keywords: [
|
|
97
|
+
'xion',
|
|
98
|
+
'burnt',
|
|
99
|
+
'mainnet'
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
exports.default = info;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-230',
|
|
9
|
+
connection_id: 'connection-221'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'xion',
|
|
13
|
+
client_id: '07-tendermint-3',
|
|
14
|
+
connection_id: 'connection-3'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-161',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-3',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'injective',
|
|
37
|
+
client_id: '07-tendermint-279',
|
|
38
|
+
connection_id: 'connection-282'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'xion',
|
|
42
|
+
client_id: '07-tendermint-4',
|
|
43
|
+
connection_id: 'connection-4'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-387',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-4',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'noble',
|
|
66
|
+
client_id: '07-tendermint-128',
|
|
67
|
+
connection_id: 'connection-124'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'xion',
|
|
71
|
+
client_id: '07-tendermint-2',
|
|
72
|
+
connection_id: 'connection-2'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-113',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-2',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
$schema: '../ibc_data.schema.json',
|
|
93
|
+
chain_1: {
|
|
94
|
+
chain_name: 'osmosis',
|
|
95
|
+
client_id: '07-tendermint-3366',
|
|
96
|
+
connection_id: 'connection-2823'
|
|
97
|
+
},
|
|
98
|
+
chain_2: {
|
|
99
|
+
chain_name: 'xion',
|
|
100
|
+
client_id: '07-tendermint-1',
|
|
101
|
+
connection_id: 'connection-1'
|
|
102
|
+
},
|
|
103
|
+
channels: [{
|
|
104
|
+
chain_1: {
|
|
105
|
+
channel_id: 'channel-89321',
|
|
106
|
+
port_id: 'transfer'
|
|
107
|
+
},
|
|
108
|
+
chain_2: {
|
|
109
|
+
channel_id: 'channel-1',
|
|
110
|
+
port_id: 'transfer'
|
|
111
|
+
},
|
|
112
|
+
ordering: 'unordered',
|
|
113
|
+
version: 'ics20-1',
|
|
114
|
+
tags: {
|
|
115
|
+
status: 'live',
|
|
116
|
+
preferred: true
|
|
117
|
+
}
|
|
118
|
+
}]
|
|
119
|
+
}
|
|
120
|
+
];
|
|
121
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
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.ibc = exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
|
+
exports.assets = assets_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.53",
|
|
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.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.28",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.28"
|
|
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": "a0e1593fc00092fcc9def51e4942d8a0e78d3b3d"
|
|
47
47
|
}
|
|
@@ -31,55 +31,55 @@ const info = {
|
|
|
31
31
|
apis: {
|
|
32
32
|
rpc: [
|
|
33
33
|
{
|
|
34
|
-
address: 'https://rpc.provider-sentry-01.
|
|
34
|
+
address: 'https://rpc.provider-sentry-01.ics-testnet.polypore.xyz',
|
|
35
35
|
provider: 'Hypha'
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
address: 'https://rpc.provider-sentry-02.
|
|
38
|
+
address: 'https://rpc.provider-sentry-02.ics-testnet.polypore.xyz',
|
|
39
39
|
provider: 'Hypha'
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
address: 'https://rpc.provider-state-sync-01.
|
|
42
|
+
address: 'https://rpc.provider-state-sync-01.ics-testnet.polypore.xyz',
|
|
43
43
|
provider: 'Hypha'
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
address: 'https://rpc.provider-state-sync-02.
|
|
46
|
+
address: 'https://rpc.provider-state-sync-02.ics-testnet.polypore.xyz',
|
|
47
47
|
provider: 'Hypha'
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
rest: [
|
|
51
51
|
{
|
|
52
|
-
address: 'https://rest.provider-sentry-01.
|
|
52
|
+
address: 'https://rest.provider-sentry-01.ics-testnet.polypore.xyz',
|
|
53
53
|
provider: 'Hypha'
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
address: 'https://rest.provider-sentry-02.
|
|
56
|
+
address: 'https://rest.provider-sentry-02.ics-testnet.polypore.xyz',
|
|
57
57
|
provider: 'Hypha'
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
address: 'https://rest.provider-state-sync-01.
|
|
60
|
+
address: 'https://rest.provider-state-sync-01.ics-testnet.polypore.xyz',
|
|
61
61
|
provider: 'Hypha'
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
address: 'https://rest.provider-state-sync-02.
|
|
64
|
+
address: 'https://rest.provider-state-sync-02.ics-testnet.polypore.xyz',
|
|
65
65
|
provider: 'Hypha'
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
68
|
grpc: [
|
|
69
69
|
{
|
|
70
|
-
address: 'https://grpc.provider-sentry-01.
|
|
70
|
+
address: 'https://grpc.provider-sentry-01.ics-testnet.polypore.xyz',
|
|
71
71
|
provider: 'Hypha'
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
address: 'https://grpc.provider-sentry-02.
|
|
74
|
+
address: 'https://grpc.provider-sentry-02.ics-testnet.polypore.xyz',
|
|
75
75
|
provider: 'Hypha'
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
address: 'https://grpc.provider-state-sync-01.
|
|
78
|
+
address: 'https://grpc.provider-state-sync-01.ics-testnet.polypore.xyz',
|
|
79
79
|
provider: 'Hypha'
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
|
-
address: 'https://grpc.provider-state-sync-02.
|
|
82
|
+
address: 'https://grpc.provider-state-sync-02.ics-testnet.polypore.xyz',
|
|
83
83
|
provider: 'Hypha'
|
|
84
84
|
}
|
|
85
85
|
]
|
|
@@ -90,8 +90,8 @@ const info = {
|
|
|
90
90
|
tx_page: 'https://mintscan.io/ics-testnet-provider/tx/${txHash}'
|
|
91
91
|
}, {
|
|
92
92
|
kind: 'Ping.pub',
|
|
93
|
-
url: 'https://explorer.
|
|
94
|
-
tx_page: 'https://explorer.
|
|
93
|
+
url: 'https://explorer.polypore.xyz/provider',
|
|
94
|
+
tx_page: 'https://explorer.polypore.xyz/provider/tx/${txHash}'
|
|
95
95
|
}]
|
|
96
96
|
};
|
|
97
97
|
exports.default = info;
|
|
@@ -31,7 +31,7 @@ const info = {
|
|
|
31
31
|
apis: {
|
|
32
32
|
rpc: [
|
|
33
33
|
{
|
|
34
|
-
address: 'https://rpc
|
|
34
|
+
address: 'https://rpc.kaon.kyve.network',
|
|
35
35
|
provider: 'kyve'
|
|
36
36
|
},
|
|
37
37
|
{
|
|
@@ -45,7 +45,7 @@ const info = {
|
|
|
45
45
|
],
|
|
46
46
|
rest: [
|
|
47
47
|
{
|
|
48
|
-
address: 'https://api
|
|
48
|
+
address: 'https://api.kaon.kyve.network',
|
|
49
49
|
provider: 'kyve'
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -63,6 +63,11 @@ const info = {
|
|
|
63
63
|
url: 'https://mintscan.io/kyve-testnet',
|
|
64
64
|
tx_page: 'https://mintscan.io/kyve-testnet/txs/${txHash}',
|
|
65
65
|
account_page: 'https://mintscan.io/kyve-testnet/account/${accountAddress}'
|
|
66
|
+
}, {
|
|
67
|
+
kind: 'KYVE Explorer',
|
|
68
|
+
url: 'https://explorer.kyve.network/kaon',
|
|
69
|
+
tx_page: 'https://explorer.kyve.network/kaon/tx/${txHash}',
|
|
70
|
+
account_page: 'https://explorer.kyve.network/kaon/account/${accountAddress}'
|
|
66
71
|
}]
|
|
67
72
|
};
|
|
68
73
|
exports.default = info;
|
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
fee_tokens: [{
|
|
19
19
|
denom: 'uxion',
|
|
20
|
-
fixed_min_gas_price: 0,
|
|
21
|
-
low_gas_price: 0,
|
|
22
|
-
average_gas_price: 0.
|
|
23
|
-
high_gas_price: 0.
|
|
20
|
+
fixed_min_gas_price: 0.001,
|
|
21
|
+
low_gas_price: 0.001,
|
|
22
|
+
average_gas_price: 0.001,
|
|
23
|
+
high_gas_price: 0.01
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -31,13 +31,17 @@ const info = {
|
|
|
31
31
|
codebase: {},
|
|
32
32
|
apis: {
|
|
33
33
|
rpc: [
|
|
34
|
+
{
|
|
35
|
+
address: 'https://rpc.xion-testnet-1.burnt.com',
|
|
36
|
+
provider: '🔥BurntLabs🔥'
|
|
37
|
+
},
|
|
34
38
|
{
|
|
35
39
|
address: 'https://testnet-burnt-rpc.lavenderfive.com',
|
|
36
40
|
provider: 'Lavender.Five Nodes 🐝'
|
|
37
41
|
},
|
|
38
42
|
{
|
|
39
43
|
address: 'https://xion-testnet-rpc.polkachu.com',
|
|
40
|
-
provider: '
|
|
44
|
+
provider: 'Polkachu'
|
|
41
45
|
},
|
|
42
46
|
{
|
|
43
47
|
address: 'https://burnt-testnet-rpc.itrocket.net',
|
|
@@ -45,13 +49,17 @@ const info = {
|
|
|
45
49
|
}
|
|
46
50
|
],
|
|
47
51
|
rest: [
|
|
52
|
+
{
|
|
53
|
+
address: 'https://api.xion-testnet-1.burnt.com',
|
|
54
|
+
provider: '🔥BurntLabs🔥'
|
|
55
|
+
},
|
|
48
56
|
{
|
|
49
57
|
address: 'https://testnet-burnt-api.lavenderfive.com',
|
|
50
58
|
provider: 'Lavender.Five Nodes 🐝'
|
|
51
59
|
},
|
|
52
60
|
{
|
|
53
61
|
address: 'https://xion-testnet-api.polkachu.com',
|
|
54
|
-
provider: '
|
|
62
|
+
provider: 'Polkachu'
|
|
55
63
|
},
|
|
56
64
|
{
|
|
57
65
|
address: 'https://burnt-testnet-api.itrocket.net',
|
|
@@ -59,13 +67,17 @@ const info = {
|
|
|
59
67
|
}
|
|
60
68
|
],
|
|
61
69
|
grpc: [
|
|
70
|
+
{
|
|
71
|
+
address: 'grpc.xion-testnet-1.burnt.com:443',
|
|
72
|
+
provider: '🔥BurntLabs🔥'
|
|
73
|
+
},
|
|
62
74
|
{
|
|
63
75
|
address: 'testnet-burnt-grpc.lavenderfive.com:443',
|
|
64
76
|
provider: 'Lavender.Five Nodes 🐝'
|
|
65
77
|
},
|
|
66
78
|
{
|
|
67
79
|
address: 'xion-testnet-grpc.polkachu.com:22390',
|
|
68
|
-
provider: '
|
|
80
|
+
provider: 'Polkachu'
|
|
69
81
|
},
|
|
70
82
|
{
|
|
71
83
|
address: 'burnt-testnet-grpc.itrocket.net:443',
|
|
@@ -73,24 +85,16 @@ const info = {
|
|
|
73
85
|
}
|
|
74
86
|
]
|
|
75
87
|
},
|
|
76
|
-
explorers: [
|
|
77
|
-
{
|
|
88
|
+
explorers: [{
|
|
78
89
|
url: 'https://explorer.burnt.com/xion-testnet-1',
|
|
79
90
|
tx_page: 'https://explorer.burnt.com/xion-testnet-1/tx/${txHash}',
|
|
80
91
|
account_page: 'https://explorer.burnt.com/xion-testnet-1/account/${accountAddress}'
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
url: 'https://testnet.xion.explorers.guru',
|
|
84
|
-
tx_page: 'https://testnet.xion.explorers.guru/transaction/${txHash}',
|
|
85
|
-
account_page: 'https://testnet.xion.explorers.guru/account/${accountAddress}'
|
|
86
|
-
},
|
|
87
|
-
{
|
|
92
|
+
}, {
|
|
88
93
|
kind: 'ITRocket',
|
|
89
94
|
url: 'https://testnet.itrocket.net/burnt',
|
|
90
95
|
tx_page: 'https://testnet.itrocket.net/burnt/tx/${txHash}',
|
|
91
96
|
account_page: 'https://testnet.itrocket.net/burnt/account/${accountAddress}'
|
|
92
|
-
}
|
|
93
|
-
],
|
|
97
|
+
}],
|
|
94
98
|
images: [{
|
|
95
99
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
96
100
|
}],
|