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.
@@ -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.0.1',
32
- compatible_versions: ['v1.0.0', 'v1.0.1'],
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.0.1/atomoned-v1.0.1-linux-amd64',
35
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-linux-arm64',
36
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-amd64',
37
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-arm64',
38
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-amd64.exe',
39
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-arm64.exe'
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'
@@ -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.0.1',
32
- compatible_versions: ['v1.0.0', 'v1.0.1'],
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.0.1/atomoned-v1.0.1-linux-amd64',
35
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-linux-arm64',
36
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-amd64',
37
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-arm64',
38
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-amd64.exe',
39
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-arm64.exe'
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'
@@ -15,7 +15,10 @@ const info = {
15
15
  key_algos: ['secp256k1'],
16
16
  fees: {
17
17
  fee_tokens: [{
18
- denom: 'ubbn'
18
+ denom: 'ubbn',
19
+ low_gas_price: 0.007,
20
+ average_gas_price: 0.007,
21
+ high_gas_price: 0.01
19
22
  }]
20
23
  },
21
24
  staking: {
@@ -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;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -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,
@@ -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';
@@ -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.0.1',
34
- compatible_versions: ['v1.0.0', 'v1.0.1'],
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.0.1/atomoned-v1.0.1-linux-amd64',
37
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-linux-arm64',
38
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-arm64',
40
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-amd64.exe',
41
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-arm64.exe'
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.145",
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.89",
32
+ "@chain-registry/utils": "^1.51.90",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.89"
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": "cd9f31799fe64323b846df3c5cc5685f9d00c267"
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.0.1',
34
- compatible_versions: ['v1.0.0', 'v1.0.1'],
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.0.1/atomoned-v1.0.1-linux-amd64',
37
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-linux-arm64',
38
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-arm64',
40
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-amd64.exe',
41
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-arm64.exe'
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'
@@ -17,7 +17,10 @@ const info = {
17
17
  key_algos: ['secp256k1'],
18
18
  fees: {
19
19
  fee_tokens: [{
20
- denom: 'ubbn'
20
+ denom: 'ubbn',
21
+ low_gas_price: 0.007,
22
+ average_gas_price: 0.007,
23
+ high_gas_price: 0.01
21
24
  }]
22
25
  },
23
26
  staking: {
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -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,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export 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,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -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,
@@ -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.jackaltestnet = 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.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.stargazetestnet = 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 = 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 = 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"));