chain-registry 1.69.145 → 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/testnet/assets.js +2 -0
- package/esm/testnet/atomonetestnet/chain.js +8 -8
- 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/named.js +1 -0
- package/mainnet/atomone/chain.js +8 -8
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/atomonetestnet/chain.js +8 -8
- 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/named.d.ts +1 -0
- package/testnet/named.js +4 -3
|
@@ -28,15 +28,15 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
31
|
-
recommended_version: 'v1.
|
|
32
|
-
compatible_versions: ['v1.
|
|
31
|
+
recommended_version: 'v1.1.1',
|
|
32
|
+
compatible_versions: ['v1.1.1'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
35
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
34
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
35
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
36
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
37
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
38
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
39
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
package/esm/testnet/assets.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 assets = [
|
|
|
135
136
|
_autheotestnet.assets,
|
|
136
137
|
_axelartestnet.assets,
|
|
137
138
|
_babylontestnet.assets,
|
|
139
|
+
_bfhevmtestnet.assets,
|
|
138
140
|
_bitcannadevnet.assets,
|
|
139
141
|
_blockxtestnet.assets,
|
|
140
142
|
_cascadiatestnet.assets,
|
|
@@ -28,15 +28,15 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
31
|
-
recommended_version: 'v1.
|
|
32
|
-
compatible_versions: ['v1.
|
|
31
|
+
recommended_version: 'v1.1.1',
|
|
32
|
+
compatible_versions: ['v1.1.1'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
35
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
34
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
35
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
36
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
37
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
38
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
39
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|
|
@@ -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,
|
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';
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -30,15 +30,15 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
33
|
-
recommended_version: 'v1.
|
|
34
|
-
compatible_versions: ['v1.
|
|
33
|
+
recommended_version: 'v1.1.1',
|
|
34
|
+
compatible_versions: ['v1.1.1'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
40
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
41
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
37
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
40
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
41
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.146",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.90",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.90"
|
|
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": "8639731fbbfdefded9ce06324344d74f44c6ff0c"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -34,6 +34,7 @@ const _auratestnet = __importStar(require("./auratestnet"));
|
|
|
34
34
|
const _autheotestnet = __importStar(require("./autheotestnet"));
|
|
35
35
|
const _axelartestnet = __importStar(require("./axelartestnet"));
|
|
36
36
|
const _babylontestnet = __importStar(require("./babylontestnet"));
|
|
37
|
+
const _bfhevmtestnet = __importStar(require("./bfhevmtestnet"));
|
|
37
38
|
const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
38
39
|
const _blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
39
40
|
const _cascadiatestnet = __importStar(require("./cascadiatestnet"));
|
|
@@ -160,6 +161,7 @@ const assets = [
|
|
|
160
161
|
_autheotestnet.assets,
|
|
161
162
|
_axelartestnet.assets,
|
|
162
163
|
_babylontestnet.assets,
|
|
164
|
+
_bfhevmtestnet.assets,
|
|
163
165
|
_bitcannadevnet.assets,
|
|
164
166
|
_blockxtestnet.assets,
|
|
165
167
|
_cascadiatestnet.assets,
|
|
@@ -30,15 +30,15 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
33
|
-
recommended_version: 'v1.
|
|
34
|
-
compatible_versions: ['v1.
|
|
33
|
+
recommended_version: 'v1.1.1',
|
|
34
|
+
compatible_versions: ['v1.1.1'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
40
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
41
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
37
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
40
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
41
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'bfhevmtestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
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.',
|
|
8
|
+
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.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'abfh',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bfh',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'abfh',
|
|
17
|
+
name: 'BFH',
|
|
18
|
+
display: 'bfh',
|
|
19
|
+
symbol: 'BFH',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
22
|
+
}],
|
|
23
|
+
logo_URIs: {
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
25
|
+
},
|
|
26
|
+
type_asset: 'sdk.coin'
|
|
27
|
+
}]
|
|
28
|
+
};
|
|
29
|
+
exports.default = info;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'bfhevmtestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'testnet',
|
|
8
|
+
website: 'https://bfhaltruistic.com',
|
|
9
|
+
pretty_name: 'BFH-EVM',
|
|
10
|
+
chain_type: 'cosmos',
|
|
11
|
+
chain_id: 'bfhevm_777-1',
|
|
12
|
+
bech32_prefix: 'bfh',
|
|
13
|
+
daemon_name: 'bfhevmd',
|
|
14
|
+
node_home: '$HOME/.bfhevm',
|
|
15
|
+
key_algos: ['ethsecp256k1'],
|
|
16
|
+
extra_codecs: ['ethermint'],
|
|
17
|
+
slip44: 60,
|
|
18
|
+
fees: {
|
|
19
|
+
fee_tokens: [{
|
|
20
|
+
denom: 'abfh'
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
codebase: {
|
|
24
|
+
git_repo: 'https://github.com/monk07-01/bfhevm',
|
|
25
|
+
recommended_version: 'v1.0.0-tokenfactory-evm',
|
|
26
|
+
compatible_versions: ['v1.0.0-tokenfactory-evm'],
|
|
27
|
+
binaries: {
|
|
28
|
+
"linux/amd64": 'https://github.com/monk07-01/bfhevm/releases/download/v1.0.0-tokenfactory-evm/bfhevm-linux-amd64',
|
|
29
|
+
"darwin/arm64": 'https://github.com/monk07-01/bfhevm/releases/download/v1.0.0-tokenfactory-evm/bfhevm-darwin-arm64'
|
|
30
|
+
},
|
|
31
|
+
genesis: {
|
|
32
|
+
genesis_url: 'https://raw.githubusercontent.com/monk07-01/bfhevm-testnets/master/bfhevm_777-1/genesis.json'
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
logo_URIs: {
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
37
|
+
},
|
|
38
|
+
apis: {
|
|
39
|
+
rpc: [{
|
|
40
|
+
address: 'https://rpc-bfhevm.xyz:8443',
|
|
41
|
+
provider: 'bfhlabs'
|
|
42
|
+
}],
|
|
43
|
+
rest: [{
|
|
44
|
+
address: 'https://rest-testnet-bfhevm.xyz:443',
|
|
45
|
+
provider: 'bfhlabs'
|
|
46
|
+
}],
|
|
47
|
+
grpc: [{
|
|
48
|
+
address: 'https://grpc-testnet-bfhevm.xyz:4430',
|
|
49
|
+
provider: 'bfhlabs'
|
|
50
|
+
}],
|
|
51
|
+
"evm-http-jsonrpc": [{
|
|
52
|
+
address: '_',
|
|
53
|
+
provider: 'bfhlabs'
|
|
54
|
+
}]
|
|
55
|
+
},
|
|
56
|
+
explorers: [{
|
|
57
|
+
kind: 'BFH-DEXplorer',
|
|
58
|
+
url: 'https://bfhaltruistic.com',
|
|
59
|
+
tx_page: 'https://bfhaltruistic.com/blocks'
|
|
60
|
+
}],
|
|
61
|
+
images: [{
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bfhevmtestnet/images/bfhevm.png'
|
|
63
|
+
}]
|
|
64
|
+
};
|
|
65
|
+
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;
|
package/testnet/chains.js
CHANGED
|
@@ -34,6 +34,7 @@ const _auratestnet = __importStar(require("./auratestnet"));
|
|
|
34
34
|
const _autheotestnet = __importStar(require("./autheotestnet"));
|
|
35
35
|
const _axelartestnet = __importStar(require("./axelartestnet"));
|
|
36
36
|
const _babylontestnet = __importStar(require("./babylontestnet"));
|
|
37
|
+
const _bfhevmtestnet = __importStar(require("./bfhevmtestnet"));
|
|
37
38
|
const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
38
39
|
const _blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
39
40
|
const _cascadiatestnet = __importStar(require("./cascadiatestnet"));
|
|
@@ -160,6 +161,7 @@ const chains = [
|
|
|
160
161
|
_autheotestnet.chain,
|
|
161
162
|
_axelartestnet.chain,
|
|
162
163
|
_babylontestnet.chain,
|
|
164
|
+
_bfhevmtestnet.chain,
|
|
163
165
|
_bitcannadevnet.chain,
|
|
164
166
|
_blockxtestnet.chain,
|
|
165
167
|
_cascadiatestnet.chain,
|
package/testnet/named.d.ts
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';
|
package/testnet/named.js
CHANGED
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xplatestnet = exports.xiontestnet2 = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = void 0;
|
|
26
|
+
exports.iopntestnet = 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.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dymensiontestnet1 = exports.dydxtestnet = 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.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.bfhevmtestnet = exports.babylontestnet = exports.axelartestnet = exports.autheotestnet = exports.auratestnet = exports.atomonetestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.alloratestnet = exports.akashtestnet = exports.airchainstestnet = void 0;
|
|
27
|
+
exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.pelltestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumenxtestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = void 0;
|
|
28
|
+
exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xplatestnet = exports.xiontestnet2 = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = void 0;
|
|
29
29
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
30
30
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
31
31
|
exports.alloratestnet = __importStar(require("./alloratestnet"));
|
|
@@ -37,6 +37,7 @@ exports.auratestnet = __importStar(require("./auratestnet"));
|
|
|
37
37
|
exports.autheotestnet = __importStar(require("./autheotestnet"));
|
|
38
38
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
39
39
|
exports.babylontestnet = __importStar(require("./babylontestnet"));
|
|
40
|
+
exports.bfhevmtestnet = __importStar(require("./bfhevmtestnet"));
|
|
40
41
|
exports.bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
41
42
|
exports.blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
42
43
|
exports.cascadiatestnet = __importStar(require("./cascadiatestnet"));
|