chain-registry 1.69.37 → 1.69.38
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/blockx/chain.js +2 -2
- package/esm/mainnet/chimba/chain.js +2 -2
- package/esm/mainnet/dungeon/assets.js +1 -1
- package/esm/mainnet/medasdigital/ibc.js +4 -4
- package/esm/mainnet/neutaro/chain.js +3 -3
- package/esm/mainnet/osmosis/assets.js +5 -5
- package/esm/mainnet/osmosis/ibc.js +4 -4
- package/esm/mainnet/synternet/chain.js +2 -2
- package/esm/mainnet/terpnetwork/chain.js +2 -2
- package/esm/testnet/babylontestnet/chain.js +2 -2
- package/esm/testnet/blockxtestnet/chain.js +2 -2
- package/esm/testnet/chimbatestnet/chain.js +2 -2
- package/esm/testnet/fiammatestnet/chain.js +2 -2
- package/esm/testnet/metanovaversetestnet/chain.js +2 -2
- package/esm/testnet/ulastestnet/chain.js +2 -2
- package/mainnet/blockx/chain.js +2 -2
- package/mainnet/chimba/chain.js +2 -2
- package/mainnet/dungeon/assets.js +1 -1
- package/mainnet/medasdigital/ibc.js +4 -4
- package/mainnet/neutaro/chain.js +3 -3
- package/mainnet/osmosis/assets.js +5 -5
- package/mainnet/osmosis/ibc.js +4 -4
- package/mainnet/synternet/chain.js +2 -2
- package/mainnet/terpnetwork/chain.js +2 -2
- package/package.json +4 -4
- package/testnet/babylontestnet/chain.js +2 -2
- package/testnet/blockxtestnet/chain.js +2 -2
- package/testnet/chimbatestnet/chain.js +2 -2
- package/testnet/fiammatestnet/chain.js +2 -2
- package/testnet/metanovaversetestnet/chain.js +2 -2
- package/testnet/ulastestnet/chain.js +2 -2
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'blockx_19191-1',
|
|
10
10
|
bech32_prefix: 'blockx',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
node_home: '$HOME/.blockxd',
|
|
12
13
|
daemon_name: 'blockxd',
|
|
13
14
|
key_algos: ['ethsecp256k1'],
|
|
@@ -52,7 +53,6 @@ const info = {
|
|
|
52
53
|
},
|
|
53
54
|
images: [{
|
|
54
55
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png'
|
|
55
|
-
}]
|
|
56
|
-
slip44: 118
|
|
56
|
+
}]
|
|
57
57
|
};
|
|
58
58
|
export default info;
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'chimba',
|
|
10
10
|
bech32_prefix: 'chimba',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
daemon_name: 'chimbad',
|
|
12
13
|
node_home: '$HOME/.chimbad',
|
|
13
14
|
fees: {
|
|
@@ -50,7 +51,6 @@ const info = {
|
|
|
50
51
|
theme: {
|
|
51
52
|
primary_color_hex: '#5454a4'
|
|
52
53
|
}
|
|
53
|
-
}]
|
|
54
|
-
slip44: 118
|
|
54
|
+
}]
|
|
55
55
|
};
|
|
56
56
|
export default info;
|
|
@@ -3,12 +3,12 @@ const info = [{
|
|
|
3
3
|
chain_1: {
|
|
4
4
|
chain_name: 'medasdigital',
|
|
5
5
|
client_id: '07-tendermint-0',
|
|
6
|
-
connection_id: 'connection-
|
|
6
|
+
connection_id: 'connection-1'
|
|
7
7
|
},
|
|
8
8
|
chain_2: {
|
|
9
9
|
chain_name: 'osmosis',
|
|
10
|
-
client_id: '07-tendermint-
|
|
11
|
-
connection_id: 'connection-
|
|
10
|
+
client_id: '07-tendermint-3353',
|
|
11
|
+
connection_id: 'connection-2813'
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain_1: {
|
|
@@ -16,7 +16,7 @@ const info = [{
|
|
|
16
16
|
port_id: 'transfer'
|
|
17
17
|
},
|
|
18
18
|
chain_2: {
|
|
19
|
-
channel_id: 'channel-
|
|
19
|
+
channel_id: 'channel-87042',
|
|
20
20
|
port_id: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
ordering: 'unordered',
|
|
@@ -57,9 +57,9 @@ const info = {
|
|
|
57
57
|
},
|
|
58
58
|
explorers: [{
|
|
59
59
|
kind: 'ping.pub',
|
|
60
|
-
url: 'https://explorer.neutaro.
|
|
61
|
-
tx_page: 'https://explorer.neutaro.
|
|
62
|
-
account_page: 'https://explorer.neutaro.
|
|
60
|
+
url: 'https://explorer.neutaro.io/Neutaro',
|
|
61
|
+
tx_page: 'https://explorer.neutaro.io/Neutaro/tx/${txHash}',
|
|
62
|
+
account_page: 'https://explorer.neutaro.io/Neutaro/account/${accountAddress}'
|
|
63
63
|
}],
|
|
64
64
|
images: [{
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
@@ -21672,12 +21672,12 @@ const info = {
|
|
|
21672
21672
|
name: '$bomu',
|
|
21673
21673
|
display: 'BOMU',
|
|
21674
21674
|
symbol: 'BOMU',
|
|
21675
|
-
logo_URIs: {
|
|
21676
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BOMU.png'
|
|
21677
|
-
},
|
|
21678
21675
|
images: [{
|
|
21679
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
21680
|
-
}]
|
|
21676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21677
|
+
}],
|
|
21678
|
+
logo_URIs: {
|
|
21679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21680
|
+
}
|
|
21681
21681
|
}
|
|
21682
21682
|
]
|
|
21683
21683
|
};
|
|
@@ -2434,12 +2434,12 @@ const info = [
|
|
|
2434
2434
|
chain_1: {
|
|
2435
2435
|
chain_name: 'medasdigital',
|
|
2436
2436
|
client_id: '07-tendermint-0',
|
|
2437
|
-
connection_id: 'connection-
|
|
2437
|
+
connection_id: 'connection-1'
|
|
2438
2438
|
},
|
|
2439
2439
|
chain_2: {
|
|
2440
2440
|
chain_name: 'osmosis',
|
|
2441
|
-
client_id: '07-tendermint-
|
|
2442
|
-
connection_id: 'connection-
|
|
2441
|
+
client_id: '07-tendermint-3353',
|
|
2442
|
+
connection_id: 'connection-2813'
|
|
2443
2443
|
},
|
|
2444
2444
|
channels: [{
|
|
2445
2445
|
chain_1: {
|
|
@@ -2447,7 +2447,7 @@ const info = [
|
|
|
2447
2447
|
port_id: 'transfer'
|
|
2448
2448
|
},
|
|
2449
2449
|
chain_2: {
|
|
2450
|
-
channel_id: 'channel-
|
|
2450
|
+
channel_id: 'channel-87042',
|
|
2451
2451
|
port_id: 'transfer'
|
|
2452
2452
|
},
|
|
2453
2453
|
ordering: 'unordered',
|
|
@@ -7,6 +7,7 @@ const info = {
|
|
|
7
7
|
pretty_name: 'Synternet',
|
|
8
8
|
status: 'live',
|
|
9
9
|
network_type: 'mainnet',
|
|
10
|
+
slip44: 118,
|
|
10
11
|
bech32_prefix: 'synt',
|
|
11
12
|
daemon_name: 'syntd',
|
|
12
13
|
node_home: '$HOME/.amber',
|
|
@@ -57,7 +58,6 @@ const info = {
|
|
|
57
58
|
theme: {
|
|
58
59
|
primary_color_hex: '#272d45'
|
|
59
60
|
}
|
|
60
|
-
}]
|
|
61
|
-
slip44: 118
|
|
61
|
+
}]
|
|
62
62
|
};
|
|
63
63
|
export default info;
|
|
@@ -7,6 +7,7 @@ const info = {
|
|
|
7
7
|
chain_type: 'cosmos',
|
|
8
8
|
chain_id: 'morocco-1',
|
|
9
9
|
bech32_prefix: 'terp',
|
|
10
|
+
slip44: 118,
|
|
10
11
|
daemon_name: 'terp',
|
|
11
12
|
node_home: '$HOME/.terp',
|
|
12
13
|
codebase: {},
|
|
@@ -103,7 +104,6 @@ const info = {
|
|
|
103
104
|
theme: {
|
|
104
105
|
primary_color_hex: '#a2cd9a'
|
|
105
106
|
}
|
|
106
|
-
}]
|
|
107
|
-
slip44: 118
|
|
107
|
+
}]
|
|
108
108
|
};
|
|
109
109
|
export default info;
|
|
@@ -9,6 +9,7 @@ const info = {
|
|
|
9
9
|
chain_id: 'bbn-test3',
|
|
10
10
|
pre_fork_chain_name: 'babylontestnet1',
|
|
11
11
|
bech32_prefix: 'bbn',
|
|
12
|
+
slip44: 118,
|
|
12
13
|
daemon_name: 'babylond',
|
|
13
14
|
node_home: '$HOME/.babylond',
|
|
14
15
|
key_algos: ['secp256k1'],
|
|
@@ -47,7 +48,6 @@ const info = {
|
|
|
47
48
|
}],
|
|
48
49
|
images: [{
|
|
49
50
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
50
|
-
}]
|
|
51
|
-
slip44: 118
|
|
51
|
+
}]
|
|
52
52
|
};
|
|
53
53
|
export default info;
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
status: 'live',
|
|
9
9
|
network_type: 'testnet',
|
|
10
10
|
bech32_prefix: 'blockx',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
daemon_name: 'blockxd',
|
|
12
13
|
node_home: '$HOME/.blockxd',
|
|
13
14
|
key_algos: ['ethsecp256k1'],
|
|
@@ -15,7 +16,6 @@ const info = {
|
|
|
15
16
|
staking_tokens: [{
|
|
16
17
|
denom: 'abcx'
|
|
17
18
|
}]
|
|
18
|
-
}
|
|
19
|
-
slip44: 118
|
|
19
|
+
}
|
|
20
20
|
};
|
|
21
21
|
export default info;
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'chimba-testnet',
|
|
10
10
|
bech32_prefix: 'chimba',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
daemon_name: 'chimbad',
|
|
12
13
|
node_home: '$HOME/.chimbad',
|
|
13
14
|
fees: {
|
|
@@ -39,7 +40,6 @@ const info = {
|
|
|
39
40
|
kind: 'bigdipper',
|
|
40
41
|
url: 'https://explorer.testnet.chimba.ooo/',
|
|
41
42
|
tx_page: 'https://explorer.testnet.chimba.ooo/transactions/${txHash}'
|
|
42
|
-
}]
|
|
43
|
-
slip44: 118
|
|
43
|
+
}]
|
|
44
44
|
};
|
|
45
45
|
export default info;
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'fiamma-testnet-1',
|
|
10
10
|
bech32_prefix: 'fiamma',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
daemon_name: 'fiammad',
|
|
12
13
|
node_home: '$HOME/.fiamma',
|
|
13
14
|
key_algos: ['secp256k1'],
|
|
@@ -42,7 +43,6 @@ const info = {
|
|
|
42
43
|
}],
|
|
43
44
|
images: [{
|
|
44
45
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
45
|
-
}]
|
|
46
|
-
slip44: 118
|
|
46
|
+
}]
|
|
47
47
|
};
|
|
48
48
|
export default info;
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'mnova_10096-1',
|
|
10
10
|
bech32_prefix: 'mnova',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
node_home: '$HOME/.mnovad',
|
|
12
13
|
daemon_name: 'mnovad',
|
|
13
14
|
key_algos: ['ethsecp256k1'],
|
|
@@ -18,7 +19,6 @@ const info = {
|
|
|
18
19
|
},
|
|
19
20
|
images: [{
|
|
20
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/metanovaversetestnet/images/mnova.png'
|
|
21
|
-
}]
|
|
22
|
-
slip44: 118
|
|
22
|
+
}]
|
|
23
23
|
};
|
|
24
24
|
export default info;
|
|
@@ -7,6 +7,7 @@ const info = {
|
|
|
7
7
|
chain_type: 'cosmos',
|
|
8
8
|
chain_id: 'ulas',
|
|
9
9
|
bech32_prefix: 'ulas',
|
|
10
|
+
slip44: 118,
|
|
10
11
|
daemon_name: 'ulasd',
|
|
11
12
|
node_home: '$HOME/.ulas',
|
|
12
13
|
codebase: {},
|
|
@@ -28,7 +29,6 @@ const info = {
|
|
|
28
29
|
kind: 'ulas-scan',
|
|
29
30
|
url: 'https://testnet-explorer.ulas.network',
|
|
30
31
|
tx_page: 'https://testnet-explorer.ulas.network/ulas/tx/${txHash}'
|
|
31
|
-
}]
|
|
32
|
-
slip44: 118
|
|
32
|
+
}]
|
|
33
33
|
};
|
|
34
34
|
export default info;
|
package/mainnet/blockx/chain.js
CHANGED
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'blockx_19191-1',
|
|
12
12
|
bech32_prefix: 'blockx',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
node_home: '$HOME/.blockxd',
|
|
14
15
|
daemon_name: 'blockxd',
|
|
15
16
|
key_algos: ['ethsecp256k1'],
|
|
@@ -54,7 +55,6 @@ const info = {
|
|
|
54
55
|
},
|
|
55
56
|
images: [{
|
|
56
57
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png'
|
|
57
|
-
}]
|
|
58
|
-
slip44: 118
|
|
58
|
+
}]
|
|
59
59
|
};
|
|
60
60
|
exports.default = info;
|
package/mainnet/chimba/chain.js
CHANGED
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'chimba',
|
|
12
12
|
bech32_prefix: 'chimba',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
daemon_name: 'chimbad',
|
|
14
15
|
node_home: '$HOME/.chimbad',
|
|
15
16
|
fees: {
|
|
@@ -52,7 +53,6 @@ const info = {
|
|
|
52
53
|
theme: {
|
|
53
54
|
primary_color_hex: '#5454a4'
|
|
54
55
|
}
|
|
55
|
-
}]
|
|
56
|
-
slip44: 118
|
|
56
|
+
}]
|
|
57
57
|
};
|
|
58
58
|
exports.default = info;
|
|
@@ -5,12 +5,12 @@ const info = [{
|
|
|
5
5
|
chain_1: {
|
|
6
6
|
chain_name: 'medasdigital',
|
|
7
7
|
client_id: '07-tendermint-0',
|
|
8
|
-
connection_id: 'connection-
|
|
8
|
+
connection_id: 'connection-1'
|
|
9
9
|
},
|
|
10
10
|
chain_2: {
|
|
11
11
|
chain_name: 'osmosis',
|
|
12
|
-
client_id: '07-tendermint-
|
|
13
|
-
connection_id: 'connection-
|
|
12
|
+
client_id: '07-tendermint-3353',
|
|
13
|
+
connection_id: 'connection-2813'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain_1: {
|
|
@@ -18,7 +18,7 @@ const info = [{
|
|
|
18
18
|
port_id: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain_2: {
|
|
21
|
-
channel_id: 'channel-
|
|
21
|
+
channel_id: 'channel-87042',
|
|
22
22
|
port_id: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
package/mainnet/neutaro/chain.js
CHANGED
|
@@ -59,9 +59,9 @@ const info = {
|
|
|
59
59
|
},
|
|
60
60
|
explorers: [{
|
|
61
61
|
kind: 'ping.pub',
|
|
62
|
-
url: 'https://explorer.neutaro.
|
|
63
|
-
tx_page: 'https://explorer.neutaro.
|
|
64
|
-
account_page: 'https://explorer.neutaro.
|
|
62
|
+
url: 'https://explorer.neutaro.io/Neutaro',
|
|
63
|
+
tx_page: 'https://explorer.neutaro.io/Neutaro/tx/${txHash}',
|
|
64
|
+
account_page: 'https://explorer.neutaro.io/Neutaro/account/${accountAddress}'
|
|
65
65
|
}],
|
|
66
66
|
images: [{
|
|
67
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
@@ -21674,12 +21674,12 @@ const info = {
|
|
|
21674
21674
|
name: '$bomu',
|
|
21675
21675
|
display: 'BOMU',
|
|
21676
21676
|
symbol: 'BOMU',
|
|
21677
|
-
logo_URIs: {
|
|
21678
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BOMU.png'
|
|
21679
|
-
},
|
|
21680
21677
|
images: [{
|
|
21681
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
21682
|
-
}]
|
|
21678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21679
|
+
}],
|
|
21680
|
+
logo_URIs: {
|
|
21681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21682
|
+
}
|
|
21683
21683
|
}
|
|
21684
21684
|
]
|
|
21685
21685
|
};
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -2436,12 +2436,12 @@ const info = [
|
|
|
2436
2436
|
chain_1: {
|
|
2437
2437
|
chain_name: 'medasdigital',
|
|
2438
2438
|
client_id: '07-tendermint-0',
|
|
2439
|
-
connection_id: 'connection-
|
|
2439
|
+
connection_id: 'connection-1'
|
|
2440
2440
|
},
|
|
2441
2441
|
chain_2: {
|
|
2442
2442
|
chain_name: 'osmosis',
|
|
2443
|
-
client_id: '07-tendermint-
|
|
2444
|
-
connection_id: 'connection-
|
|
2443
|
+
client_id: '07-tendermint-3353',
|
|
2444
|
+
connection_id: 'connection-2813'
|
|
2445
2445
|
},
|
|
2446
2446
|
channels: [{
|
|
2447
2447
|
chain_1: {
|
|
@@ -2449,7 +2449,7 @@ const info = [
|
|
|
2449
2449
|
port_id: 'transfer'
|
|
2450
2450
|
},
|
|
2451
2451
|
chain_2: {
|
|
2452
|
-
channel_id: 'channel-
|
|
2452
|
+
channel_id: 'channel-87042',
|
|
2453
2453
|
port_id: 'transfer'
|
|
2454
2454
|
},
|
|
2455
2455
|
ordering: 'unordered',
|
|
@@ -9,6 +9,7 @@ const info = {
|
|
|
9
9
|
pretty_name: 'Synternet',
|
|
10
10
|
status: 'live',
|
|
11
11
|
network_type: 'mainnet',
|
|
12
|
+
slip44: 118,
|
|
12
13
|
bech32_prefix: 'synt',
|
|
13
14
|
daemon_name: 'syntd',
|
|
14
15
|
node_home: '$HOME/.amber',
|
|
@@ -59,7 +60,6 @@ const info = {
|
|
|
59
60
|
theme: {
|
|
60
61
|
primary_color_hex: '#272d45'
|
|
61
62
|
}
|
|
62
|
-
}]
|
|
63
|
-
slip44: 118
|
|
63
|
+
}]
|
|
64
64
|
};
|
|
65
65
|
exports.default = info;
|
|
@@ -9,6 +9,7 @@ const info = {
|
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
10
|
chain_id: 'morocco-1',
|
|
11
11
|
bech32_prefix: 'terp',
|
|
12
|
+
slip44: 118,
|
|
12
13
|
daemon_name: 'terp',
|
|
13
14
|
node_home: '$HOME/.terp',
|
|
14
15
|
codebase: {},
|
|
@@ -105,7 +106,6 @@ const info = {
|
|
|
105
106
|
theme: {
|
|
106
107
|
primary_color_hex: '#a2cd9a'
|
|
107
108
|
}
|
|
108
|
-
}]
|
|
109
|
-
slip44: 118
|
|
109
|
+
}]
|
|
110
110
|
};
|
|
111
111
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.38",
|
|
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.17",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.17"
|
|
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": "d99b05e851759c3e6bcd84e2574a33d297427b25"
|
|
47
47
|
}
|
|
@@ -11,6 +11,7 @@ const info = {
|
|
|
11
11
|
chain_id: 'bbn-test3',
|
|
12
12
|
pre_fork_chain_name: 'babylontestnet1',
|
|
13
13
|
bech32_prefix: 'bbn',
|
|
14
|
+
slip44: 118,
|
|
14
15
|
daemon_name: 'babylond',
|
|
15
16
|
node_home: '$HOME/.babylond',
|
|
16
17
|
key_algos: ['secp256k1'],
|
|
@@ -49,7 +50,6 @@ const info = {
|
|
|
49
50
|
}],
|
|
50
51
|
images: [{
|
|
51
52
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
52
|
-
}]
|
|
53
|
-
slip44: 118
|
|
53
|
+
}]
|
|
54
54
|
};
|
|
55
55
|
exports.default = info;
|
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
status: 'live',
|
|
11
11
|
network_type: 'testnet',
|
|
12
12
|
bech32_prefix: 'blockx',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
daemon_name: 'blockxd',
|
|
14
15
|
node_home: '$HOME/.blockxd',
|
|
15
16
|
key_algos: ['ethsecp256k1'],
|
|
@@ -17,7 +18,6 @@ const info = {
|
|
|
17
18
|
staking_tokens: [{
|
|
18
19
|
denom: 'abcx'
|
|
19
20
|
}]
|
|
20
|
-
}
|
|
21
|
-
slip44: 118
|
|
21
|
+
}
|
|
22
22
|
};
|
|
23
23
|
exports.default = info;
|
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'chimba-testnet',
|
|
12
12
|
bech32_prefix: 'chimba',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
daemon_name: 'chimbad',
|
|
14
15
|
node_home: '$HOME/.chimbad',
|
|
15
16
|
fees: {
|
|
@@ -41,7 +42,6 @@ const info = {
|
|
|
41
42
|
kind: 'bigdipper',
|
|
42
43
|
url: 'https://explorer.testnet.chimba.ooo/',
|
|
43
44
|
tx_page: 'https://explorer.testnet.chimba.ooo/transactions/${txHash}'
|
|
44
|
-
}]
|
|
45
|
-
slip44: 118
|
|
45
|
+
}]
|
|
46
46
|
};
|
|
47
47
|
exports.default = info;
|
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'fiamma-testnet-1',
|
|
12
12
|
bech32_prefix: 'fiamma',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
daemon_name: 'fiammad',
|
|
14
15
|
node_home: '$HOME/.fiamma',
|
|
15
16
|
key_algos: ['secp256k1'],
|
|
@@ -44,7 +45,6 @@ const info = {
|
|
|
44
45
|
}],
|
|
45
46
|
images: [{
|
|
46
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
47
|
-
}]
|
|
48
|
-
slip44: 118
|
|
48
|
+
}]
|
|
49
49
|
};
|
|
50
50
|
exports.default = info;
|
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'mnova_10096-1',
|
|
12
12
|
bech32_prefix: 'mnova',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
node_home: '$HOME/.mnovad',
|
|
14
15
|
daemon_name: 'mnovad',
|
|
15
16
|
key_algos: ['ethsecp256k1'],
|
|
@@ -20,7 +21,6 @@ const info = {
|
|
|
20
21
|
},
|
|
21
22
|
images: [{
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/metanovaversetestnet/images/mnova.png'
|
|
23
|
-
}]
|
|
24
|
-
slip44: 118
|
|
24
|
+
}]
|
|
25
25
|
};
|
|
26
26
|
exports.default = info;
|
|
@@ -9,6 +9,7 @@ const info = {
|
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
10
|
chain_id: 'ulas',
|
|
11
11
|
bech32_prefix: 'ulas',
|
|
12
|
+
slip44: 118,
|
|
12
13
|
daemon_name: 'ulasd',
|
|
13
14
|
node_home: '$HOME/.ulas',
|
|
14
15
|
codebase: {},
|
|
@@ -30,7 +31,6 @@ const info = {
|
|
|
30
31
|
kind: 'ulas-scan',
|
|
31
32
|
url: 'https://testnet-explorer.ulas.network',
|
|
32
33
|
tx_page: 'https://testnet-explorer.ulas.network/ulas/tx/${txHash}'
|
|
33
|
-
}]
|
|
34
|
-
slip44: 118
|
|
34
|
+
}]
|
|
35
35
|
};
|
|
36
36
|
exports.default = info;
|