chain-registry 1.69.405 → 1.69.406

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/devnet/assets.js CHANGED
@@ -24,6 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const _bitcannadevnet2 = __importStar(require("./bitcannadevnet2"));
27
+ const _bitwaydevnet = __importStar(require("./bitwaydevnet"));
27
28
  const _celestiatestnet2 = __importStar(require("./celestiatestnet2"));
28
29
  const _impacthubdevnet = __importStar(require("./impacthubdevnet"));
29
30
  const _kyvedevnet = __importStar(require("./kyvedevnet"));
@@ -37,6 +38,7 @@ const _prysmdevnet = __importStar(require("./prysmdevnet"));
37
38
  const _seidevnet3 = __importStar(require("./seidevnet3"));
38
39
  const assets = [
39
40
  _bitcannadevnet2.assets,
41
+ _bitwaydevnet.assets,
40
42
  _celestiatestnet2.assets,
41
43
  _impacthubdevnet.assets,
42
44
  _kyvedevnet.assets,
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,126 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chain_name: 'bitwaydevnet',
6
+ assets: [
7
+ {
8
+ description: 'The native token of Bitway Devnet.',
9
+ denom_units: [{
10
+ denom: 'ubtw',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'btw',
14
+ exponent: 6
15
+ }],
16
+ base: 'ubtw',
17
+ name: 'Bitway Devnet native token',
18
+ display: 'btw',
19
+ symbol: 'BTW',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
23
+ },
24
+ traces: [{
25
+ type: 'test-mintage',
26
+ counterparty: {
27
+ chain_name: 'bitway',
28
+ base_denom: 'ubtw'
29
+ },
30
+ provider: 'Bitway'
31
+ }],
32
+ images: [{
33
+ image_sync: {
34
+ chain_name: 'bitway',
35
+ base_denom: 'ubtw'
36
+ },
37
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
38
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
39
+ }],
40
+ socials: {
41
+ website: 'https://devnet.bitway.com',
42
+ x: 'https://x.com/BitwayOfficial'
43
+ },
44
+ type_asset: 'sdk.coin'
45
+ },
46
+ {
47
+ description: 'BTC-pegged token on Bitway Devnet.',
48
+ extended_description: 'BTCT is the native token of the Bitway Devnet, fully pegged 1:1 to BTC held in a vault secured by 21 TSS signers on the Bitcoin testnet. As a synthetic asset, BTCT enables Bitcoin liquidity to seamlessly flow into the Bitway and the broader Cosmos ecosystem.',
49
+ denom_units: [{
50
+ denom: 'sat',
51
+ exponent: 0
52
+ }, {
53
+ denom: 'BTCT',
54
+ exponent: 8
55
+ }],
56
+ base: 'sat',
57
+ name: 'Bitway Devnet Bitcoin',
58
+ display: 'BTCT',
59
+ symbol: 'BTCT',
60
+ traces: [{
61
+ type: 'bridge',
62
+ counterparty: {
63
+ chain_name: 'bitcointestnet',
64
+ base_denom: 'sat'
65
+ },
66
+ provider: 'Bitway'
67
+ }],
68
+ images: [{
69
+ image_sync: {
70
+ chain_name: 'bitway',
71
+ base_denom: 'sat'
72
+ },
73
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/BTCT.svg',
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/BTCT.png'
75
+ }],
76
+ socials: {
77
+ website: 'https://devnet.bitway.com',
78
+ x: 'https://x.com/BitwayOfficial'
79
+ },
80
+ type_asset: 'sdk.coin'
81
+ },
82
+ {
83
+ description: 'Noble Testnet USDC on Bitway Devnet.',
84
+ denom_units: [{
85
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
86
+ exponent: 0
87
+ }, {
88
+ denom: 'usdc',
89
+ exponent: 6
90
+ }],
91
+ type_asset: 'ics20',
92
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
93
+ name: 'Noble Testnet USDC',
94
+ display: 'usdc',
95
+ symbol: 'USDC',
96
+ traces: [{
97
+ type: 'ibc',
98
+ counterparty: {
99
+ chain_name: 'nobletestnet',
100
+ base_denom: 'uusdc',
101
+ channel_id: 'channel-774'
102
+ },
103
+ chain: {
104
+ channel_id: 'channel-2',
105
+ path: 'transfer/channel-2/uusdc'
106
+ }
107
+ }],
108
+ images: [{
109
+ image_sync: {
110
+ chain_name: 'nobletestnet',
111
+ base_denom: 'uusdc'
112
+ },
113
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
114
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
115
+ theme: {
116
+ circle: true
117
+ }
118
+ }],
119
+ logo_URIs: {
120
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
121
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
122
+ }
123
+ }
124
+ ]
125
+ };
126
+ 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,91 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'bitwaydevnet',
6
+ status: 'live',
7
+ network_type: 'devnet',
8
+ website: 'https://devnet.bitway.com/',
9
+ pretty_name: 'BitwayDevnet',
10
+ chain_type: 'cosmos',
11
+ chain_id: 'bitway-devnet-1',
12
+ bech32_prefix: 'bitway',
13
+ daemon_name: 'bitwayd',
14
+ node_home: '$HOME/.bitway',
15
+ key_algos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'ubtw',
20
+ fixed_min_gas_price: 0.0006,
21
+ low_gas_price: 0.0006,
22
+ average_gas_price: 0.0008,
23
+ high_gas_price: 0.001
24
+ }, {
25
+ denom: 'sat',
26
+ fixed_min_gas_price: 0.000001,
27
+ low_gas_price: 0.000001,
28
+ average_gas_price: 0.0000015,
29
+ high_gas_price: 0.000002
30
+ }]
31
+ },
32
+ staking: {
33
+ staking_tokens: [{
34
+ denom: 'ubtw'
35
+ }]
36
+ },
37
+ codebase: {
38
+ git_repo: 'https://github.com/bitwaylabs/bitway',
39
+ recommended_version: 'v2.0.1',
40
+ compatible_versions: ['v2.0.1'],
41
+ consensus: {
42
+ type: 'cometbft',
43
+ version: 'v0.38.12'
44
+ },
45
+ genesis: {
46
+ genesis_url: 'https://github.com/bitwaylabs/networks/raw/main/devnet/bitway-devnet-1/genesis.json'
47
+ },
48
+ sdk: {
49
+ type: 'cosmos',
50
+ version: 'v0.50.14'
51
+ },
52
+ ibc: {
53
+ type: 'go',
54
+ version: 'v8.5.3'
55
+ },
56
+ cosmwasm: {
57
+ version: 'v0.53.0',
58
+ enabled: true
59
+ },
60
+ tag: 'v2.0.1'
61
+ },
62
+ logo_URIs: {
63
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
64
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
65
+ },
66
+ description: 'Devnet for Bitway',
67
+ apis: {
68
+ rpc: [{
69
+ address: 'http://45.77.249.30:26657',
70
+ provider: 'Bitway Labs'
71
+ }],
72
+ rest: [{
73
+ address: 'http://45.77.249.30:1317',
74
+ provider: 'Bitway Labs'
75
+ }],
76
+ grpc: [{
77
+ address: '45.77.249.30:9090',
78
+ provider: 'Bitway Labs'
79
+ }]
80
+ },
81
+ explorers: [],
82
+ images: [{
83
+ image_sync: {
84
+ chain_name: 'bitway',
85
+ base_denom: 'ubtw'
86
+ },
87
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
88
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
89
+ }]
90
+ };
91
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'bitwaydevnet',
7
+ chain_id: 'bitway-devnet-1',
8
+ client_id: '07-tendermint-4',
9
+ connection_id: 'connection-2'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'nobletestnet',
13
+ chain_id: 'grand-1',
14
+ client_id: '07-tendermint-592',
15
+ connection_id: 'connection-537'
16
+ },
17
+ channels: [{
18
+ chain_1: {
19
+ channel_id: 'channel-2',
20
+ port_id: 'transfer'
21
+ },
22
+ chain_2: {
23
+ channel_id: 'channel-774',
24
+ port_id: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
10
+ exports.assets = assets_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
package/devnet/chains.js CHANGED
@@ -24,6 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const _bitcannadevnet2 = __importStar(require("./bitcannadevnet2"));
27
+ const _bitwaydevnet = __importStar(require("./bitwaydevnet"));
27
28
  const _celestiatestnet2 = __importStar(require("./celestiatestnet2"));
28
29
  const _impacthubdevnet = __importStar(require("./impacthubdevnet"));
29
30
  const _kyvedevnet = __importStar(require("./kyvedevnet"));
@@ -37,6 +38,7 @@ const _prysmdevnet = __importStar(require("./prysmdevnet"));
37
38
  const _seidevnet3 = __importStar(require("./seidevnet3"));
38
39
  const chains = [
39
40
  _bitcannadevnet2.chain,
41
+ _bitwaydevnet.chain,
40
42
  _celestiatestnet2.chain,
41
43
  _impacthubdevnet.chain,
42
44
  _kyvedevnet.chain,
package/devnet/ibc.js CHANGED
@@ -23,9 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
+ const _bitwaydevnet = __importStar(require("./bitwaydevnet"));
26
27
  const _outbedevnet = __importStar(require("./outbedevnet"));
27
28
  const _prysmdevnet = __importStar(require("./prysmdevnet"));
28
29
  const ibc = [
30
+ ..._bitwaydevnet.ibc,
29
31
  ..._outbedevnet.ibc,
30
32
  ..._prysmdevnet.ibc
31
33
  ];
package/devnet/named.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * as bitcannadevnet2 from './bitcannadevnet2';
2
+ export * as bitwaydevnet from './bitwaydevnet';
2
3
  export * as celestiatestnet2 from './celestiatestnet2';
3
4
  export * as impacthubdevnet from './impacthubdevnet';
4
5
  export * as kyvedevnet from './kyvedevnet';
package/devnet/named.js CHANGED
@@ -23,8 +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.seidevnet3 = exports.prysmdevnet = exports.outbedevnet = exports.nibirudevnet3 = exports.nibirudevnet2 = exports.nibirudevnet = exports.neuradevnet = exports.manifestdevnet = exports.kyvedevnet = exports.impacthubdevnet = exports.celestiatestnet2 = exports.bitcannadevnet2 = void 0;
26
+ exports.seidevnet3 = exports.prysmdevnet = exports.outbedevnet = exports.nibirudevnet3 = exports.nibirudevnet2 = exports.nibirudevnet = exports.neuradevnet = exports.manifestdevnet = exports.kyvedevnet = exports.impacthubdevnet = exports.celestiatestnet2 = exports.bitwaydevnet = exports.bitcannadevnet2 = void 0;
27
27
  exports.bitcannadevnet2 = __importStar(require("./bitcannadevnet2"));
28
+ exports.bitwaydevnet = __importStar(require("./bitwaydevnet"));
28
29
  exports.celestiatestnet2 = __importStar(require("./celestiatestnet2"));
29
30
  exports.impacthubdevnet = __importStar(require("./impacthubdevnet"));
30
31
  exports.kyvedevnet = __importStar(require("./kyvedevnet"));
@@ -1,4 +1,5 @@
1
1
  import * as _bitcannadevnet2 from './bitcannadevnet2';
2
+ import * as _bitwaydevnet from './bitwaydevnet';
2
3
  import * as _celestiatestnet2 from './celestiatestnet2';
3
4
  import * as _impacthubdevnet from './impacthubdevnet';
4
5
  import * as _kyvedevnet from './kyvedevnet';
@@ -12,6 +13,7 @@ import * as _prysmdevnet from './prysmdevnet';
12
13
  import * as _seidevnet3 from './seidevnet3';
13
14
  const assets = [
14
15
  _bitcannadevnet2.assets,
16
+ _bitwaydevnet.assets,
15
17
  _celestiatestnet2.assets,
16
18
  _impacthubdevnet.assets,
17
19
  _kyvedevnet.assets,
@@ -0,0 +1,124 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'bitwaydevnet',
4
+ assets: [
5
+ {
6
+ description: 'The native token of Bitway Devnet.',
7
+ denom_units: [{
8
+ denom: 'ubtw',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'btw',
12
+ exponent: 6
13
+ }],
14
+ base: 'ubtw',
15
+ name: 'Bitway Devnet native token',
16
+ display: 'btw',
17
+ symbol: 'BTW',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
21
+ },
22
+ traces: [{
23
+ type: 'test-mintage',
24
+ counterparty: {
25
+ chain_name: 'bitway',
26
+ base_denom: 'ubtw'
27
+ },
28
+ provider: 'Bitway'
29
+ }],
30
+ images: [{
31
+ image_sync: {
32
+ chain_name: 'bitway',
33
+ base_denom: 'ubtw'
34
+ },
35
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
36
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
37
+ }],
38
+ socials: {
39
+ website: 'https://devnet.bitway.com',
40
+ x: 'https://x.com/BitwayOfficial'
41
+ },
42
+ type_asset: 'sdk.coin'
43
+ },
44
+ {
45
+ description: 'BTC-pegged token on Bitway Devnet.',
46
+ extended_description: 'BTCT is the native token of the Bitway Devnet, fully pegged 1:1 to BTC held in a vault secured by 21 TSS signers on the Bitcoin testnet. As a synthetic asset, BTCT enables Bitcoin liquidity to seamlessly flow into the Bitway and the broader Cosmos ecosystem.',
47
+ denom_units: [{
48
+ denom: 'sat',
49
+ exponent: 0
50
+ }, {
51
+ denom: 'BTCT',
52
+ exponent: 8
53
+ }],
54
+ base: 'sat',
55
+ name: 'Bitway Devnet Bitcoin',
56
+ display: 'BTCT',
57
+ symbol: 'BTCT',
58
+ traces: [{
59
+ type: 'bridge',
60
+ counterparty: {
61
+ chain_name: 'bitcointestnet',
62
+ base_denom: 'sat'
63
+ },
64
+ provider: 'Bitway'
65
+ }],
66
+ images: [{
67
+ image_sync: {
68
+ chain_name: 'bitway',
69
+ base_denom: 'sat'
70
+ },
71
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/BTCT.svg',
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/BTCT.png'
73
+ }],
74
+ socials: {
75
+ website: 'https://devnet.bitway.com',
76
+ x: 'https://x.com/BitwayOfficial'
77
+ },
78
+ type_asset: 'sdk.coin'
79
+ },
80
+ {
81
+ description: 'Noble Testnet USDC on Bitway Devnet.',
82
+ denom_units: [{
83
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
84
+ exponent: 0
85
+ }, {
86
+ denom: 'usdc',
87
+ exponent: 6
88
+ }],
89
+ type_asset: 'ics20',
90
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
91
+ name: 'Noble Testnet USDC',
92
+ display: 'usdc',
93
+ symbol: 'USDC',
94
+ traces: [{
95
+ type: 'ibc',
96
+ counterparty: {
97
+ chain_name: 'nobletestnet',
98
+ base_denom: 'uusdc',
99
+ channel_id: 'channel-774'
100
+ },
101
+ chain: {
102
+ channel_id: 'channel-2',
103
+ path: 'transfer/channel-2/uusdc'
104
+ }
105
+ }],
106
+ images: [{
107
+ image_sync: {
108
+ chain_name: 'nobletestnet',
109
+ base_denom: 'uusdc'
110
+ },
111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
112
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
113
+ theme: {
114
+ circle: true
115
+ }
116
+ }],
117
+ logo_URIs: {
118
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
119
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
120
+ }
121
+ }
122
+ ]
123
+ };
124
+ export default info;
@@ -0,0 +1,89 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'bitwaydevnet',
4
+ status: 'live',
5
+ network_type: 'devnet',
6
+ website: 'https://devnet.bitway.com/',
7
+ pretty_name: 'BitwayDevnet',
8
+ chain_type: 'cosmos',
9
+ chain_id: 'bitway-devnet-1',
10
+ bech32_prefix: 'bitway',
11
+ daemon_name: 'bitwayd',
12
+ node_home: '$HOME/.bitway',
13
+ key_algos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'ubtw',
18
+ fixed_min_gas_price: 0.0006,
19
+ low_gas_price: 0.0006,
20
+ average_gas_price: 0.0008,
21
+ high_gas_price: 0.001
22
+ }, {
23
+ denom: 'sat',
24
+ fixed_min_gas_price: 0.000001,
25
+ low_gas_price: 0.000001,
26
+ average_gas_price: 0.0000015,
27
+ high_gas_price: 0.000002
28
+ }]
29
+ },
30
+ staking: {
31
+ staking_tokens: [{
32
+ denom: 'ubtw'
33
+ }]
34
+ },
35
+ codebase: {
36
+ git_repo: 'https://github.com/bitwaylabs/bitway',
37
+ recommended_version: 'v2.0.1',
38
+ compatible_versions: ['v2.0.1'],
39
+ consensus: {
40
+ type: 'cometbft',
41
+ version: 'v0.38.12'
42
+ },
43
+ genesis: {
44
+ genesis_url: 'https://github.com/bitwaylabs/networks/raw/main/devnet/bitway-devnet-1/genesis.json'
45
+ },
46
+ sdk: {
47
+ type: 'cosmos',
48
+ version: 'v0.50.14'
49
+ },
50
+ ibc: {
51
+ type: 'go',
52
+ version: 'v8.5.3'
53
+ },
54
+ cosmwasm: {
55
+ version: 'v0.53.0',
56
+ enabled: true
57
+ },
58
+ tag: 'v2.0.1'
59
+ },
60
+ logo_URIs: {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
63
+ },
64
+ description: 'Devnet for Bitway',
65
+ apis: {
66
+ rpc: [{
67
+ address: 'http://45.77.249.30:26657',
68
+ provider: 'Bitway Labs'
69
+ }],
70
+ rest: [{
71
+ address: 'http://45.77.249.30:1317',
72
+ provider: 'Bitway Labs'
73
+ }],
74
+ grpc: [{
75
+ address: '45.77.249.30:9090',
76
+ provider: 'Bitway Labs'
77
+ }]
78
+ },
79
+ explorers: [],
80
+ images: [{
81
+ image_sync: {
82
+ chain_name: 'bitway',
83
+ base_denom: 'ubtw'
84
+ },
85
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
86
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
87
+ }]
88
+ };
89
+ export default info;
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'bitwaydevnet',
5
+ chain_id: 'bitway-devnet-1',
6
+ client_id: '07-tendermint-4',
7
+ connection_id: 'connection-2'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'nobletestnet',
11
+ chain_id: 'grand-1',
12
+ client_id: '07-tendermint-592',
13
+ connection_id: 'connection-537'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-2',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-774',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ import _ibc from './ibc';
4
+ export const assets = _assets;
5
+ export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -1,4 +1,5 @@
1
1
  import * as _bitcannadevnet2 from './bitcannadevnet2';
2
+ import * as _bitwaydevnet from './bitwaydevnet';
2
3
  import * as _celestiatestnet2 from './celestiatestnet2';
3
4
  import * as _impacthubdevnet from './impacthubdevnet';
4
5
  import * as _kyvedevnet from './kyvedevnet';
@@ -12,6 +13,7 @@ import * as _prysmdevnet from './prysmdevnet';
12
13
  import * as _seidevnet3 from './seidevnet3';
13
14
  const chains = [
14
15
  _bitcannadevnet2.chain,
16
+ _bitwaydevnet.chain,
15
17
  _celestiatestnet2.chain,
16
18
  _impacthubdevnet.chain,
17
19
  _kyvedevnet.chain,
package/esm/devnet/ibc.js CHANGED
@@ -1,6 +1,8 @@
1
+ import * as _bitwaydevnet from './bitwaydevnet';
1
2
  import * as _outbedevnet from './outbedevnet';
2
3
  import * as _prysmdevnet from './prysmdevnet';
3
4
  const ibc = [
5
+ ..._bitwaydevnet.ibc,
4
6
  ..._outbedevnet.ibc,
5
7
  ..._prysmdevnet.ibc
6
8
  ];
@@ -1,4 +1,5 @@
1
1
  export * as bitcannadevnet2 from './bitcannadevnet2';
2
+ export * as bitwaydevnet from './bitwaydevnet';
2
3
  export * as celestiatestnet2 from './celestiatestnet2';
3
4
  export * as impacthubdevnet from './impacthubdevnet';
4
5
  export * as kyvedevnet from './kyvedevnet';
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../../ibc_data.schema.json',
66
+ chain_1: {
67
+ chain_name: 'bitwaydevnet',
68
+ chain_id: 'bitway-devnet-1',
69
+ client_id: '07-tendermint-4',
70
+ connection_id: 'connection-2'
71
+ },
72
+ chain_2: {
73
+ chain_name: 'nobletestnet',
74
+ chain_id: 'grand-1',
75
+ client_id: '07-tendermint-592',
76
+ connection_id: 'connection-537'
77
+ },
78
+ channels: [{
79
+ chain_1: {
80
+ channel_id: 'channel-2',
81
+ port_id: 'transfer'
82
+ },
83
+ chain_2: {
84
+ channel_id: 'channel-774',
85
+ port_id: 'transfer'
86
+ },
87
+ ordering: 'unordered',
88
+ version: 'ics20-1',
89
+ tags: {
90
+ preferred: true,
91
+ status: 'ACTIVE'
92
+ }
93
+ }]
94
+ },
64
95
  {
65
96
  $schema: '../../ibc_data.schema.json',
66
97
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.405",
3
+ "version": "1.69.406",
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,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.259"
32
+ "@chain-registry/types": "^0.50.260"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "6276a7bdc45ffbaeba336e7687b073df98e524a3"
42
+ "gitHead": "e990ab192de3a6824ea54ec550ff6c4c3050fd1d"
43
43
  }
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../../ibc_data.schema.json',
68
+ chain_1: {
69
+ chain_name: 'bitwaydevnet',
70
+ chain_id: 'bitway-devnet-1',
71
+ client_id: '07-tendermint-4',
72
+ connection_id: 'connection-2'
73
+ },
74
+ chain_2: {
75
+ chain_name: 'nobletestnet',
76
+ chain_id: 'grand-1',
77
+ client_id: '07-tendermint-592',
78
+ connection_id: 'connection-537'
79
+ },
80
+ channels: [{
81
+ chain_1: {
82
+ channel_id: 'channel-2',
83
+ port_id: 'transfer'
84
+ },
85
+ chain_2: {
86
+ channel_id: 'channel-774',
87
+ port_id: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ preferred: true,
93
+ status: 'ACTIVE'
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../../ibc_data.schema.json',
68
99
  chain_1: {