chain-registry 1.69.144 → 1.69.146
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/atomone/chain.js +8 -8
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/atomonetestnet/chain.js +8 -8
- package/esm/testnet/axelartestnet/assets.js +204 -984
- package/esm/testnet/axelartestnet/ibc.js +14 -9
- package/esm/testnet/babylontestnet/chain.js +4 -1
- package/esm/testnet/bfhevmtestnet/assets.js +27 -0
- package/esm/testnet/bfhevmtestnet/chain.js +63 -0
- package/esm/testnet/bfhevmtestnet/index.js +4 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/manifesttestnet/assets.js +71 -2
- package/esm/testnet/manifesttestnet/ibc.js +28 -18
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/assets.js +204 -1531
- package/esm/testnet/osmosistestnet/ibc.js +14 -9
- package/mainnet/atomone/chain.js +8 -8
- package/mainnet/xpla/chain.js +7 -7
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/atomonetestnet/chain.js +8 -8
- package/testnet/axelartestnet/assets.js +204 -984
- package/testnet/axelartestnet/ibc.js +14 -9
- package/testnet/babylontestnet/chain.js +4 -1
- package/testnet/bfhevmtestnet/assets.d.ts +3 -0
- package/testnet/bfhevmtestnet/assets.js +29 -0
- package/testnet/bfhevmtestnet/chain.d.ts +3 -0
- package/testnet/bfhevmtestnet/chain.js +65 -0
- package/testnet/bfhevmtestnet/index.d.ts +2 -0
- package/testnet/bfhevmtestnet/index.js +10 -0
- package/testnet/chains.js +2 -0
- package/testnet/manifesttestnet/assets.js +71 -2
- package/testnet/manifesttestnet/ibc.js +28 -18
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/osmosistestnet/assets.js +204 -1531
- package/testnet/osmosistestnet/ibc.js +14 -9
|
@@ -89,27 +89,32 @@ const info = [
|
|
|
89
89
|
$schema: '../../ibc_data.schema.json',
|
|
90
90
|
chain_1: {
|
|
91
91
|
chain_name: 'axelartestnet',
|
|
92
|
-
client_id: '07-tendermint-
|
|
93
|
-
connection_id: 'connection-
|
|
92
|
+
client_id: '07-tendermint-1090',
|
|
93
|
+
connection_id: 'connection-847'
|
|
94
94
|
},
|
|
95
95
|
chain_2: {
|
|
96
96
|
chain_name: 'manifesttestnet',
|
|
97
|
-
client_id: '07-tendermint-
|
|
98
|
-
connection_id: 'connection-
|
|
97
|
+
client_id: '07-tendermint-9',
|
|
98
|
+
connection_id: 'connection-10'
|
|
99
99
|
},
|
|
100
100
|
channels: [{
|
|
101
101
|
chain_1: {
|
|
102
|
-
channel_id: 'channel-
|
|
103
|
-
port_id: 'transfer'
|
|
102
|
+
channel_id: 'channel-594',
|
|
103
|
+
port_id: 'transfer',
|
|
104
|
+
client_id: '07-tendermint-1090',
|
|
105
|
+
connection_id: 'connection-847'
|
|
104
106
|
},
|
|
105
107
|
chain_2: {
|
|
106
|
-
channel_id: 'channel-
|
|
107
|
-
port_id: 'transfer'
|
|
108
|
+
channel_id: 'channel-6',
|
|
109
|
+
port_id: 'transfer',
|
|
110
|
+
client_id: '07-tendermint-9',
|
|
111
|
+
connection_id: 'connection-10'
|
|
108
112
|
},
|
|
109
113
|
ordering: 'unordered',
|
|
110
114
|
version: 'ics20-1',
|
|
111
115
|
tags: {
|
|
112
|
-
status: 'live'
|
|
116
|
+
status: 'live',
|
|
117
|
+
preferred: true
|
|
113
118
|
}
|
|
114
119
|
}]
|
|
115
120
|
},
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'bfhevmtestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'BFH-EVM is a blockchain platform developed by BFH Fintech Innovations Ltd., designed to support DeFi, NFTs, and decentralized applications with fast and low-cost transactions.',
|
|
6
|
+
extended_description: 'BFHEVM is a blockchain platform developed by BFH Fintech Innovations Ltd. to facilitate the creation and operation of decentralized applications (dApps), decentralized finance (DeFi) protocols, and non-fungible tokens (NFTs). By utilizing the Tendermint consensus engine and the Cosmos SDK, BFHEVM offers fast and low-cost transactions while ensuring high security and scalability. The platform is EVM-compatible, allowing developers to easily port their Ethereum-based dApps to BFHEVM. The native token, BFH, is used for transaction fees, staking, and governance, providing incentives for users to contribute to the network\'s security and participate in its governance. BFHEVM aims to accelerate the adoption of DeFi and NFTs by providing a robust and efficient blockchain infrastructure.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'abfh',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bfh',
|
|
12
|
+
exponent: 18
|
|
13
|
+
}],
|
|
14
|
+
base: 'abfh',
|
|
15
|
+
name: 'BFH',
|
|
16
|
+
display: 'bfh',
|
|
17
|
+
symbol: 'BFH',
|
|
18
|
+
images: [{
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
20
|
+
}],
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
23
|
+
},
|
|
24
|
+
type_asset: 'sdk.coin'
|
|
25
|
+
}]
|
|
26
|
+
};
|
|
27
|
+
export default info;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'bfhevmtestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'testnet',
|
|
6
|
+
website: 'https://bfhaltruistic.com',
|
|
7
|
+
pretty_name: 'BFH-EVM',
|
|
8
|
+
chain_type: 'cosmos',
|
|
9
|
+
chain_id: 'bfhevm_777-1',
|
|
10
|
+
bech32_prefix: 'bfh',
|
|
11
|
+
daemon_name: 'bfhevmd',
|
|
12
|
+
node_home: '$HOME/.bfhevm',
|
|
13
|
+
key_algos: ['ethsecp256k1'],
|
|
14
|
+
extra_codecs: ['ethermint'],
|
|
15
|
+
slip44: 60,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'abfh'
|
|
19
|
+
}]
|
|
20
|
+
},
|
|
21
|
+
codebase: {
|
|
22
|
+
git_repo: 'https://github.com/monk07-01/bfhevm',
|
|
23
|
+
recommended_version: 'v1.0.0-tokenfactory-evm',
|
|
24
|
+
compatible_versions: ['v1.0.0-tokenfactory-evm'],
|
|
25
|
+
binaries: {
|
|
26
|
+
"linux/amd64": 'https://github.com/monk07-01/bfhevm/releases/download/v1.0.0-tokenfactory-evm/bfhevm-linux-amd64',
|
|
27
|
+
"darwin/arm64": 'https://github.com/monk07-01/bfhevm/releases/download/v1.0.0-tokenfactory-evm/bfhevm-darwin-arm64'
|
|
28
|
+
},
|
|
29
|
+
genesis: {
|
|
30
|
+
genesis_url: 'https://raw.githubusercontent.com/monk07-01/bfhevm-testnets/master/bfhevm_777-1/genesis.json'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
logo_URIs: {
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
35
|
+
},
|
|
36
|
+
apis: {
|
|
37
|
+
rpc: [{
|
|
38
|
+
address: 'https://rpc-bfhevm.xyz:8443',
|
|
39
|
+
provider: 'bfhlabs'
|
|
40
|
+
}],
|
|
41
|
+
rest: [{
|
|
42
|
+
address: 'https://rest-testnet-bfhevm.xyz:443',
|
|
43
|
+
provider: 'bfhlabs'
|
|
44
|
+
}],
|
|
45
|
+
grpc: [{
|
|
46
|
+
address: 'https://grpc-testnet-bfhevm.xyz:4430',
|
|
47
|
+
provider: 'bfhlabs'
|
|
48
|
+
}],
|
|
49
|
+
"evm-http-jsonrpc": [{
|
|
50
|
+
address: '_',
|
|
51
|
+
provider: 'bfhlabs'
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
54
|
+
explorers: [{
|
|
55
|
+
kind: 'BFH-DEXplorer',
|
|
56
|
+
url: 'https://bfhaltruistic.com',
|
|
57
|
+
tx_page: 'https://bfhaltruistic.com/blocks'
|
|
58
|
+
}],
|
|
59
|
+
images: [{
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
61
|
+
}]
|
|
62
|
+
};
|
|
63
|
+
export default info;
|
package/esm/testnet/chains.js
CHANGED
|
@@ -9,6 +9,7 @@ import * as _auratestnet from './auratestnet';
|
|
|
9
9
|
import * as _autheotestnet from './autheotestnet';
|
|
10
10
|
import * as _axelartestnet from './axelartestnet';
|
|
11
11
|
import * as _babylontestnet from './babylontestnet';
|
|
12
|
+
import * as _bfhevmtestnet from './bfhevmtestnet';
|
|
12
13
|
import * as _bitcannadevnet from './bitcannadevnet';
|
|
13
14
|
import * as _blockxtestnet from './blockxtestnet';
|
|
14
15
|
import * as _cascadiatestnet from './cascadiatestnet';
|
|
@@ -135,6 +136,7 @@ const chains = [
|
|
|
135
136
|
_autheotestnet.chain,
|
|
136
137
|
_axelartestnet.chain,
|
|
137
138
|
_babylontestnet.chain,
|
|
139
|
+
_bfhevmtestnet.chain,
|
|
138
140
|
_bitcannadevnet.chain,
|
|
139
141
|
_blockxtestnet.chain,
|
|
140
142
|
_cascadiatestnet.chain,
|
|
@@ -67,10 +67,10 @@ const info = {
|
|
|
67
67
|
counterparty: {
|
|
68
68
|
chain_name: 'osmosistestnet',
|
|
69
69
|
base_denom: 'uosmo',
|
|
70
|
-
channel_id: 'channel-
|
|
70
|
+
channel_id: 'channel-10183'
|
|
71
71
|
},
|
|
72
72
|
chain: {
|
|
73
|
-
channel_id: 'channel-
|
|
73
|
+
channel_id: 'channel-5',
|
|
74
74
|
path: 'transfer/channel-0/uosmo'
|
|
75
75
|
}
|
|
76
76
|
}],
|
|
@@ -1375,6 +1375,75 @@ const info = {
|
|
|
1375
1375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1376
1376
|
}],
|
|
1377
1377
|
type_asset: 'sdk.coin'
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
description: 'ADAM Token',
|
|
1381
|
+
denom_units: [{
|
|
1382
|
+
denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uadam',
|
|
1383
|
+
exponent: 0
|
|
1384
|
+
}, {
|
|
1385
|
+
denom: 'adam',
|
|
1386
|
+
exponent: 6
|
|
1387
|
+
}],
|
|
1388
|
+
base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uadam',
|
|
1389
|
+
name: 'ADAM Token',
|
|
1390
|
+
display: 'adam',
|
|
1391
|
+
symbol: 'ADAM',
|
|
1392
|
+
logo_URIs: {
|
|
1393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1395
|
+
},
|
|
1396
|
+
images: [{
|
|
1397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1399
|
+
}],
|
|
1400
|
+
type_asset: 'sdk.coin'
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
description: 'AGA Token',
|
|
1404
|
+
denom_units: [{
|
|
1405
|
+
denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uaga',
|
|
1406
|
+
exponent: 0
|
|
1407
|
+
}, {
|
|
1408
|
+
denom: 'aga',
|
|
1409
|
+
exponent: 6
|
|
1410
|
+
}],
|
|
1411
|
+
base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uaga',
|
|
1412
|
+
name: 'AGA Token',
|
|
1413
|
+
display: 'aga',
|
|
1414
|
+
symbol: 'AGA',
|
|
1415
|
+
logo_URIs: {
|
|
1416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1418
|
+
},
|
|
1419
|
+
images: [{
|
|
1420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1422
|
+
}],
|
|
1423
|
+
type_asset: 'sdk.coin'
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
description: 'GAS Token on Manifest Ledger Testnet',
|
|
1427
|
+
denom_units: [{
|
|
1428
|
+
denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ugas',
|
|
1429
|
+
exponent: 0
|
|
1430
|
+
}, {
|
|
1431
|
+
denom: 'gas',
|
|
1432
|
+
exponent: 6
|
|
1433
|
+
}],
|
|
1434
|
+
base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ugas',
|
|
1435
|
+
name: 'GAS Token',
|
|
1436
|
+
display: 'gas',
|
|
1437
|
+
symbol: 'GAS',
|
|
1438
|
+
logo_URIs: {
|
|
1439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1441
|
+
},
|
|
1442
|
+
images: [{
|
|
1443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1445
|
+
}],
|
|
1446
|
+
type_asset: 'sdk.coin'
|
|
1378
1447
|
}
|
|
1379
1448
|
]
|
|
1380
1449
|
};
|
|
@@ -2,54 +2,64 @@ const info = [{
|
|
|
2
2
|
$schema: '../../ibc_data.schema.json',
|
|
3
3
|
chain_1: {
|
|
4
4
|
chain_name: 'axelartestnet',
|
|
5
|
-
client_id: '07-tendermint-
|
|
6
|
-
connection_id: 'connection-
|
|
5
|
+
client_id: '07-tendermint-1090',
|
|
6
|
+
connection_id: 'connection-847'
|
|
7
7
|
},
|
|
8
8
|
chain_2: {
|
|
9
9
|
chain_name: 'manifesttestnet',
|
|
10
|
-
client_id: '07-tendermint-
|
|
11
|
-
connection_id: 'connection-
|
|
10
|
+
client_id: '07-tendermint-9',
|
|
11
|
+
connection_id: 'connection-10'
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain_1: {
|
|
15
|
-
channel_id: 'channel-
|
|
16
|
-
port_id: 'transfer'
|
|
15
|
+
channel_id: 'channel-594',
|
|
16
|
+
port_id: 'transfer',
|
|
17
|
+
client_id: '07-tendermint-1090',
|
|
18
|
+
connection_id: 'connection-847'
|
|
17
19
|
},
|
|
18
20
|
chain_2: {
|
|
19
|
-
channel_id: 'channel-
|
|
20
|
-
port_id: 'transfer'
|
|
21
|
+
channel_id: 'channel-6',
|
|
22
|
+
port_id: 'transfer',
|
|
23
|
+
client_id: '07-tendermint-9',
|
|
24
|
+
connection_id: 'connection-10'
|
|
21
25
|
},
|
|
22
26
|
ordering: 'unordered',
|
|
23
27
|
version: 'ics20-1',
|
|
24
28
|
tags: {
|
|
25
|
-
status: 'live'
|
|
29
|
+
status: 'live',
|
|
30
|
+
preferred: true
|
|
26
31
|
}
|
|
27
32
|
}]
|
|
28
33
|
}, {
|
|
29
34
|
$schema: '../../ibc_data.schema.json',
|
|
30
35
|
chain_1: {
|
|
31
36
|
chain_name: 'manifesttestnet',
|
|
32
|
-
client_id: '07-tendermint-
|
|
33
|
-
connection_id: 'connection-
|
|
37
|
+
client_id: '07-tendermint-8',
|
|
38
|
+
connection_id: 'connection-9'
|
|
34
39
|
},
|
|
35
40
|
chain_2: {
|
|
36
41
|
chain_name: 'osmosistestnet',
|
|
37
|
-
client_id: '07-tendermint-
|
|
38
|
-
connection_id: 'connection-
|
|
42
|
+
client_id: '07-tendermint-4456',
|
|
43
|
+
connection_id: 'connection-3898'
|
|
39
44
|
},
|
|
40
45
|
channels: [{
|
|
41
46
|
chain_1: {
|
|
42
|
-
channel_id: 'channel-
|
|
43
|
-
port_id: 'transfer'
|
|
47
|
+
channel_id: 'channel-5',
|
|
48
|
+
port_id: 'transfer',
|
|
49
|
+
client_id: '07-tendermint-8',
|
|
50
|
+
connection_id: 'connection-9'
|
|
44
51
|
},
|
|
45
52
|
chain_2: {
|
|
46
|
-
channel_id: 'channel-
|
|
47
|
-
port_id: 'transfer'
|
|
53
|
+
channel_id: 'channel-10183',
|
|
54
|
+
port_id: 'transfer',
|
|
55
|
+
client_id: '07-tendermint-4456',
|
|
56
|
+
connection_id: 'connection-3898'
|
|
48
57
|
},
|
|
49
58
|
ordering: 'unordered',
|
|
50
59
|
version: 'ics20-1',
|
|
51
60
|
tags: {
|
|
52
|
-
status: 'live'
|
|
61
|
+
status: 'live',
|
|
62
|
+
preferred: true
|
|
53
63
|
}
|
|
54
64
|
}]
|
|
55
65
|
}];
|
package/esm/testnet/named.js
CHANGED
|
@@ -9,6 +9,7 @@ export * as auratestnet from './auratestnet';
|
|
|
9
9
|
export * as autheotestnet from './autheotestnet';
|
|
10
10
|
export * as axelartestnet from './axelartestnet';
|
|
11
11
|
export * as babylontestnet from './babylontestnet';
|
|
12
|
+
export * as bfhevmtestnet from './bfhevmtestnet';
|
|
12
13
|
export * as bitcannadevnet from './bitcannadevnet';
|
|
13
14
|
export * as blockxtestnet from './blockxtestnet';
|
|
14
15
|
export * as cascadiatestnet from './cascadiatestnet';
|