chain-registry 2.0.108 → 2.0.109

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.
@@ -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 assetList = [
39
40
  _bitcannadevnet2.assetList,
41
+ _bitwaydevnet.assetList,
40
42
  _celestiatestnet2.assetList,
41
43
  _impacthubdevnet.assetList,
42
44
  _kyvedevnet.assetList,
@@ -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
+ chainName: 'bitwaydevnet',
6
+ assets: [
7
+ {
8
+ description: 'The native token of Bitway Devnet.',
9
+ denomUnits: [{
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
+ logoURIs: {
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
+ chainName: 'bitway',
28
+ baseDenom: 'ubtw'
29
+ },
30
+ provider: 'Bitway'
31
+ }],
32
+ images: [{
33
+ imageSync: {
34
+ chainName: 'bitway',
35
+ baseDenom: '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
+ typeAsset: 'sdk.coin'
45
+ },
46
+ {
47
+ description: 'BTC-pegged token on Bitway Devnet.',
48
+ extendedDescription: '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
+ denomUnits: [{
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
+ chainName: 'bitcointestnet',
64
+ baseDenom: 'sat'
65
+ },
66
+ provider: 'Bitway'
67
+ }],
68
+ images: [{
69
+ imageSync: {
70
+ chainName: 'bitway',
71
+ baseDenom: '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
+ typeAsset: 'sdk.coin'
81
+ },
82
+ {
83
+ description: 'Noble Testnet USDC on Bitway Devnet.',
84
+ denomUnits: [{
85
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
86
+ exponent: 0
87
+ }, {
88
+ denom: 'usdc',
89
+ exponent: 6
90
+ }],
91
+ typeAsset: 'ics20',
92
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
93
+ name: 'Noble Testnet USDC',
94
+ display: 'usdc',
95
+ symbol: 'USDC',
96
+ traces: [{
97
+ type: 'ibc',
98
+ counterparty: {
99
+ chainName: 'nobletestnet',
100
+ baseDenom: 'uusdc',
101
+ channelId: 'channel-774'
102
+ },
103
+ chain: {
104
+ channelId: 'channel-2',
105
+ path: 'transfer/channel-2/uusdc'
106
+ }
107
+ }],
108
+ images: [{
109
+ imageSync: {
110
+ chainName: 'nobletestnet',
111
+ baseDenom: '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
+ logoURIs: {
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
+ chainName: 'bitwaydevnet',
6
+ status: 'live',
7
+ networkType: 'devnet',
8
+ website: 'https://devnet.bitway.com/',
9
+ prettyName: 'BitwayDevnet',
10
+ chainType: 'cosmos',
11
+ chainId: 'bitway-devnet-1',
12
+ bech32Prefix: 'bitway',
13
+ daemonName: 'bitwayd',
14
+ nodeHome: '$HOME/.bitway',
15
+ keyAlgos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'ubtw',
20
+ fixedMinGasPrice: 0.0006,
21
+ lowGasPrice: 0.0006,
22
+ averageGasPrice: 0.0008,
23
+ highGasPrice: 0.001
24
+ }, {
25
+ denom: 'sat',
26
+ fixedMinGasPrice: 0.000001,
27
+ lowGasPrice: 0.000001,
28
+ averageGasPrice: 0.0000015,
29
+ highGasPrice: 0.000002
30
+ }]
31
+ },
32
+ staking: {
33
+ stakingTokens: [{
34
+ denom: 'ubtw'
35
+ }]
36
+ },
37
+ codebase: {
38
+ gitRepo: 'https://github.com/bitwaylabs/bitway',
39
+ recommendedVersion: 'v2.0.1',
40
+ compatibleVersions: ['v2.0.1'],
41
+ consensus: {
42
+ type: 'cometbft',
43
+ version: 'v0.38.12'
44
+ },
45
+ genesis: {
46
+ genesisUrl: '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
+ logoURIs: {
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
+ imageSync: {
84
+ chainName: 'bitway',
85
+ baseDenom: '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 { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
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
+ chain1: {
6
+ chainName: 'bitwaydevnet',
7
+ chainId: 'bitway-devnet-1',
8
+ clientId: '07-tendermint-4',
9
+ connectionId: 'connection-2'
10
+ },
11
+ chain2: {
12
+ chainName: 'nobletestnet',
13
+ chainId: 'grand-1',
14
+ clientId: '07-tendermint-592',
15
+ connectionId: 'connection-537'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-2',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-774',
24
+ portId: '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 assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -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.ibcData = exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
10
+ exports.assetList = asset_list_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_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,
@@ -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 ibcData = [
30
+ ..._bitwaydevnet.ibcData,
29
31
  ..._outbedevnet.ibcData,
30
32
  ..._prysmdevnet.ibcData
31
33
  ];
@@ -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 assetList = [
14
15
  _bitcannadevnet2.assetList,
16
+ _bitwaydevnet.assetList,
15
17
  _celestiatestnet2.assetList,
16
18
  _impacthubdevnet.assetList,
17
19
  _kyvedevnet.assetList,
@@ -0,0 +1,124 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chainName: 'bitwaydevnet',
4
+ assets: [
5
+ {
6
+ description: 'The native token of Bitway Devnet.',
7
+ denomUnits: [{
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
+ logoURIs: {
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
+ chainName: 'bitway',
26
+ baseDenom: 'ubtw'
27
+ },
28
+ provider: 'Bitway'
29
+ }],
30
+ images: [{
31
+ imageSync: {
32
+ chainName: 'bitway',
33
+ baseDenom: '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
+ typeAsset: 'sdk.coin'
43
+ },
44
+ {
45
+ description: 'BTC-pegged token on Bitway Devnet.',
46
+ extendedDescription: '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
+ denomUnits: [{
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
+ chainName: 'bitcointestnet',
62
+ baseDenom: 'sat'
63
+ },
64
+ provider: 'Bitway'
65
+ }],
66
+ images: [{
67
+ imageSync: {
68
+ chainName: 'bitway',
69
+ baseDenom: '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
+ typeAsset: 'sdk.coin'
79
+ },
80
+ {
81
+ description: 'Noble Testnet USDC on Bitway Devnet.',
82
+ denomUnits: [{
83
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
84
+ exponent: 0
85
+ }, {
86
+ denom: 'usdc',
87
+ exponent: 6
88
+ }],
89
+ typeAsset: 'ics20',
90
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
91
+ name: 'Noble Testnet USDC',
92
+ display: 'usdc',
93
+ symbol: 'USDC',
94
+ traces: [{
95
+ type: 'ibc',
96
+ counterparty: {
97
+ chainName: 'nobletestnet',
98
+ baseDenom: 'uusdc',
99
+ channelId: 'channel-774'
100
+ },
101
+ chain: {
102
+ channelId: 'channel-2',
103
+ path: 'transfer/channel-2/uusdc'
104
+ }
105
+ }],
106
+ images: [{
107
+ imageSync: {
108
+ chainName: 'nobletestnet',
109
+ baseDenom: '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
+ logoURIs: {
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
+ chainName: 'bitwaydevnet',
4
+ status: 'live',
5
+ networkType: 'devnet',
6
+ website: 'https://devnet.bitway.com/',
7
+ prettyName: 'BitwayDevnet',
8
+ chainType: 'cosmos',
9
+ chainId: 'bitway-devnet-1',
10
+ bech32Prefix: 'bitway',
11
+ daemonName: 'bitwayd',
12
+ nodeHome: '$HOME/.bitway',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'ubtw',
18
+ fixedMinGasPrice: 0.0006,
19
+ lowGasPrice: 0.0006,
20
+ averageGasPrice: 0.0008,
21
+ highGasPrice: 0.001
22
+ }, {
23
+ denom: 'sat',
24
+ fixedMinGasPrice: 0.000001,
25
+ lowGasPrice: 0.000001,
26
+ averageGasPrice: 0.0000015,
27
+ highGasPrice: 0.000002
28
+ }]
29
+ },
30
+ staking: {
31
+ stakingTokens: [{
32
+ denom: 'ubtw'
33
+ }]
34
+ },
35
+ codebase: {
36
+ gitRepo: 'https://github.com/bitwaylabs/bitway',
37
+ recommendedVersion: 'v2.0.1',
38
+ compatibleVersions: ['v2.0.1'],
39
+ consensus: {
40
+ type: 'cometbft',
41
+ version: 'v0.38.12'
42
+ },
43
+ genesis: {
44
+ genesisUrl: '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
+ logoURIs: {
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
+ imageSync: {
82
+ chainName: 'bitway',
83
+ baseDenom: '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
+ chain1: {
4
+ chainName: 'bitwaydevnet',
5
+ chainId: 'bitway-devnet-1',
6
+ clientId: '07-tendermint-4',
7
+ connectionId: 'connection-2'
8
+ },
9
+ chain2: {
10
+ chainName: 'nobletestnet',
11
+ chainId: 'grand-1',
12
+ clientId: '07-tendermint-592',
13
+ connectionId: 'connection-537'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-2',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-774',
22
+ portId: '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 _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ import _ibcData from './ibc-data';
4
+ export const assetList = _assetList;
5
+ export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -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,
@@ -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 ibcData = [
5
+ ..._bitwaydevnet.ibcData,
4
6
  ..._outbedevnet.ibcData,
5
7
  ..._prysmdevnet.ibcData
6
8
  ];
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../../ibc_data.schema.json',
66
+ chain1: {
67
+ chainName: 'bitwaydevnet',
68
+ chainId: 'bitway-devnet-1',
69
+ clientId: '07-tendermint-4',
70
+ connectionId: 'connection-2'
71
+ },
72
+ chain2: {
73
+ chainName: 'nobletestnet',
74
+ chainId: 'grand-1',
75
+ clientId: '07-tendermint-592',
76
+ connectionId: 'connection-537'
77
+ },
78
+ channels: [{
79
+ chain1: {
80
+ channelId: 'channel-2',
81
+ portId: 'transfer'
82
+ },
83
+ chain2: {
84
+ channelId: 'channel-774',
85
+ portId: '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
  chain1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.108",
3
+ "version": "2.0.109",
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": "^2.0.108"
32
+ "@chain-registry/types": "^2.0.109"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "38a938a80414429a6f4e6a0a7d59e1cbeec3a089"
42
+ "gitHead": "27fd20075519966bc0d36542f8fe475225f13f3e"
43
43
  }
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'bitwaydevnet',
70
+ chainId: 'bitway-devnet-1',
71
+ clientId: '07-tendermint-4',
72
+ connectionId: 'connection-2'
73
+ },
74
+ chain2: {
75
+ chainName: 'nobletestnet',
76
+ chainId: 'grand-1',
77
+ clientId: '07-tendermint-592',
78
+ connectionId: 'connection-537'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-2',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-774',
87
+ portId: '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
  chain1: {