chain-registry 2.0.107 → 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.
Files changed (35) hide show
  1. package/devnet/asset-lists.js +2 -0
  2. package/devnet/bitwaydevnet/asset-list.d.ts +3 -0
  3. package/devnet/bitwaydevnet/asset-list.js +126 -0
  4. package/devnet/bitwaydevnet/chain.d.ts +3 -0
  5. package/devnet/bitwaydevnet/chain.js +91 -0
  6. package/devnet/bitwaydevnet/ibc-data.d.ts +3 -0
  7. package/devnet/bitwaydevnet/ibc-data.js +34 -0
  8. package/devnet/bitwaydevnet/index.d.ts +3 -0
  9. package/devnet/bitwaydevnet/index.js +12 -0
  10. package/devnet/chains.js +2 -0
  11. package/devnet/ibc-data.js +2 -0
  12. package/esm/devnet/asset-lists.js +2 -0
  13. package/esm/devnet/bitwaydevnet/asset-list.js +124 -0
  14. package/esm/devnet/bitwaydevnet/chain.js +89 -0
  15. package/esm/devnet/bitwaydevnet/ibc-data.js +32 -0
  16. package/esm/devnet/bitwaydevnet/index.js +6 -0
  17. package/esm/devnet/chains.js +2 -0
  18. package/esm/devnet/ibc-data.js +2 -0
  19. package/esm/mainnet/atomone/chain.js +10 -10
  20. package/esm/mainnet/chihuahua/chain.js +0 -8
  21. package/esm/mainnet/dydx/chain.js +0 -8
  22. package/esm/mainnet/empowerchain/chain.js +0 -8
  23. package/esm/mainnet/injective/chain.js +0 -8
  24. package/esm/mainnet/teritori/chain.js +0 -8
  25. package/esm/testnet/kyvetestnet/chain.js +6 -20
  26. package/esm/testnet/nobletestnet/ibc-data.js +31 -0
  27. package/mainnet/atomone/chain.js +10 -10
  28. package/mainnet/chihuahua/chain.js +0 -8
  29. package/mainnet/dydx/chain.js +0 -8
  30. package/mainnet/empowerchain/chain.js +0 -8
  31. package/mainnet/injective/chain.js +0 -8
  32. package/mainnet/teritori/chain.js +0 -8
  33. package/package.json +3 -3
  34. package/testnet/kyvetestnet/chain.js +6 -20
  35. package/testnet/nobletestnet/ibc-data.js +31 -0
@@ -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
  ];
@@ -34,28 +34,28 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/atomone-hub/atomone',
37
- recommendedVersion: 'v2.0.0',
38
- compatibleVersions: ['v2.0.0'],
37
+ recommendedVersion: 'v3.0.3',
38
+ compatibleVersions: ['v3.0.3'],
39
39
  binaries: {
40
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-amd64',
41
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-arm64',
42
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-amd64',
43
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-arm64',
44
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-amd64.exe',
45
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-arm64.exe'
40
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64',
41
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-arm64',
42
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-amd64',
43
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-arm64',
44
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-amd64.exe',
45
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-arm64.exe'
46
46
  },
47
47
  genesis: {
48
48
  genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
49
49
  },
50
50
  consensus: {
51
51
  type: 'cometbft',
52
- version: 'v0.37.15'
52
+ version: 'v0.37.16'
53
53
  },
54
54
  sdk: {
55
55
  type: 'cosmos',
56
56
  version: 'v0.47.17'
57
57
  },
58
- tag: 'v2.0.0'
58
+ tag: 'v3.0.3'
59
59
  },
60
60
  logoURIs: {
61
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
@@ -61,10 +61,6 @@ const info = {
61
61
  address: 'https://rpc.chihuahua.wtf',
62
62
  provider: 'Chihuahua'
63
63
  },
64
- {
65
- address: 'https://rpc-chihuahua.ecostake.com',
66
- provider: 'ecostake'
67
- },
68
64
  {
69
65
  address: 'https://chihua.rpc.m.stavr.tech',
70
66
  provider: '🔥STAVR🔥'
@@ -119,10 +115,6 @@ const info = {
119
115
  address: 'https://api.chihuahua.wtf',
120
116
  provider: 'Chihuahua'
121
117
  },
122
- {
123
- address: 'https://rest-chihuahua.ecostake.com',
124
- provider: 'ecostake'
125
- },
126
118
  {
127
119
  address: 'https://chihua.api.m.stavr.tech',
128
120
  provider: '🔥STAVR🔥'
@@ -87,10 +87,6 @@ const info = {
87
87
  address: 'https://dydx-mainnet-rpc.autostake.com:443',
88
88
  provider: 'AutoStake 🛡️ Slash Protected'
89
89
  },
90
- {
91
- address: 'https://rpc-dydx.ecostake.com:443',
92
- provider: 'ecostake'
93
- },
94
90
  {
95
91
  address: 'https://rpc-dydx.cosmos-spaces.cloud',
96
92
  provider: 'Cosmos Spaces'
@@ -145,10 +141,6 @@ const info = {
145
141
  address: 'https://dydx-mainnet-lcd.autostake.com:443',
146
142
  provider: 'AutoStake 🛡️ Slash Protected'
147
143
  },
148
- {
149
- address: 'https://rest-dydx.ecostake.com:443',
150
- provider: 'ecostake'
151
- },
152
144
  {
153
145
  address: 'https://api-dydx.cosmos-spaces.cloud',
154
146
  provider: 'Cosmos Spaces'
@@ -39,10 +39,6 @@ const info = {
39
39
  },
40
40
  apis: {
41
41
  rpc: [
42
- {
43
- address: 'https://rpc-empowerchain.ecostake.com:443',
44
- provider: 'ecostake'
45
- },
46
42
  {
47
43
  address: 'https://empowerchain-mainnet-rpc.autostake.com:443',
48
44
  provider: 'AutoStake 🛡️ Slash Protected'
@@ -97,10 +93,6 @@ const info = {
97
93
  }
98
94
  ],
99
95
  rest: [
100
- {
101
- address: 'https://rest-empowerchain.ecostake.com:443',
102
- provider: 'ecostake'
103
- },
104
96
  {
105
97
  address: 'https://empowerchain-mainnet-lcd.autostake.com:443',
106
98
  provider: 'AutoStake 🛡️ Slash Protected'
@@ -97,10 +97,6 @@ const info = {
97
97
  address: 'https://injective-rpc.noders.services',
98
98
  provider: '[NODERS]TEAM'
99
99
  },
100
- {
101
- address: 'https://rpc-injective.ecostake.com',
102
- provider: 'ecostake'
103
- },
104
100
  {
105
101
  address: 'https://rpc-injective.kewrnode.com',
106
102
  provider: 'Kewr Node'
@@ -159,10 +155,6 @@ const info = {
159
155
  address: 'https://injective-api.noders.services',
160
156
  provider: '[NODERS]TEAM'
161
157
  },
162
- {
163
- address: 'https://rest-injective.ecostake.com',
164
- provider: 'ecostake'
165
- },
166
158
  {
167
159
  address: 'https://rest-injective.kewrnode.com',
168
160
  provider: 'Kewr Node'
@@ -91,10 +91,6 @@ const info = {
91
91
  address: 'https://teritori-mainnet-rpc.autostake.com:443',
92
92
  provider: 'AutoStake 🛡️ Slash Protected'
93
93
  },
94
- {
95
- address: 'https://rpc-teritori.ecostake.com',
96
- provider: 'ecostake'
97
- },
98
94
  {
99
95
  address: 'https://teritori-rpc.publicnode.com:443',
100
96
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -149,10 +145,6 @@ const info = {
149
145
  address: 'https://teritori-mainnet-lcd.autostake.com:443',
150
146
  provider: 'AutoStake 🛡️ Slash Protected'
151
147
  },
152
- {
153
- address: 'https://rest-teritori.ecostake.com',
154
- provider: 'ecostake'
155
- },
156
148
  {
157
149
  address: 'https://teritori-rest.publicnode.com',
158
150
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -40,34 +40,20 @@ const info = {
40
40
  }
41
41
  },
42
42
  apis: {
43
- rpc: [
44
- {
43
+ rpc: [{
45
44
  address: 'https://rpc.kaon.kyve.network',
46
45
  provider: 'kyve'
47
- },
48
- {
49
- address: 'https://rpc-kyve-test.ecostake.com',
50
- provider: 'ecostake'
51
- },
52
- {
46
+ }, {
53
47
  address: 'https://kyve-testnet-rpc.ibs.team:443',
54
48
  provider: 'Inter Blockchain Services'
55
- }
56
- ],
57
- rest: [
58
- {
49
+ }],
50
+ rest: [{
59
51
  address: 'https://api.kaon.kyve.network',
60
52
  provider: 'kyve'
61
- },
62
- {
63
- address: 'https://rest-kyve-test.ecostake.com',
64
- provider: 'ecostake'
65
- },
66
- {
53
+ }, {
67
54
  address: 'https://kyve-testnet-api.ibs.team:443',
68
55
  provider: 'Inter Blockchain Services'
69
- }
70
- ]
56
+ }]
71
57
  },
72
58
  explorers: [{
73
59
  kind: 'mintscan',
@@ -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: {
@@ -36,28 +36,28 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  gitRepo: 'https://github.com/atomone-hub/atomone',
39
- recommendedVersion: 'v2.0.0',
40
- compatibleVersions: ['v2.0.0'],
39
+ recommendedVersion: 'v3.0.3',
40
+ compatibleVersions: ['v3.0.3'],
41
41
  binaries: {
42
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-amd64',
43
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-arm64',
44
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-amd64',
45
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-arm64',
46
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-amd64.exe',
47
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-arm64.exe'
42
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64',
43
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-arm64',
44
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-amd64',
45
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-arm64',
46
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-amd64.exe',
47
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-arm64.exe'
48
48
  },
49
49
  genesis: {
50
50
  genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
51
51
  },
52
52
  consensus: {
53
53
  type: 'cometbft',
54
- version: 'v0.37.15'
54
+ version: 'v0.37.16'
55
55
  },
56
56
  sdk: {
57
57
  type: 'cosmos',
58
58
  version: 'v0.47.17'
59
59
  },
60
- tag: 'v2.0.0'
60
+ tag: 'v3.0.3'
61
61
  },
62
62
  logoURIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
@@ -63,10 +63,6 @@ const info = {
63
63
  address: 'https://rpc.chihuahua.wtf',
64
64
  provider: 'Chihuahua'
65
65
  },
66
- {
67
- address: 'https://rpc-chihuahua.ecostake.com',
68
- provider: 'ecostake'
69
- },
70
66
  {
71
67
  address: 'https://chihua.rpc.m.stavr.tech',
72
68
  provider: '🔥STAVR🔥'
@@ -121,10 +117,6 @@ const info = {
121
117
  address: 'https://api.chihuahua.wtf',
122
118
  provider: 'Chihuahua'
123
119
  },
124
- {
125
- address: 'https://rest-chihuahua.ecostake.com',
126
- provider: 'ecostake'
127
- },
128
120
  {
129
121
  address: 'https://chihua.api.m.stavr.tech',
130
122
  provider: '🔥STAVR🔥'
@@ -89,10 +89,6 @@ const info = {
89
89
  address: 'https://dydx-mainnet-rpc.autostake.com:443',
90
90
  provider: 'AutoStake 🛡️ Slash Protected'
91
91
  },
92
- {
93
- address: 'https://rpc-dydx.ecostake.com:443',
94
- provider: 'ecostake'
95
- },
96
92
  {
97
93
  address: 'https://rpc-dydx.cosmos-spaces.cloud',
98
94
  provider: 'Cosmos Spaces'
@@ -147,10 +143,6 @@ const info = {
147
143
  address: 'https://dydx-mainnet-lcd.autostake.com:443',
148
144
  provider: 'AutoStake 🛡️ Slash Protected'
149
145
  },
150
- {
151
- address: 'https://rest-dydx.ecostake.com:443',
152
- provider: 'ecostake'
153
- },
154
146
  {
155
147
  address: 'https://api-dydx.cosmos-spaces.cloud',
156
148
  provider: 'Cosmos Spaces'
@@ -41,10 +41,6 @@ const info = {
41
41
  },
42
42
  apis: {
43
43
  rpc: [
44
- {
45
- address: 'https://rpc-empowerchain.ecostake.com:443',
46
- provider: 'ecostake'
47
- },
48
44
  {
49
45
  address: 'https://empowerchain-mainnet-rpc.autostake.com:443',
50
46
  provider: 'AutoStake 🛡️ Slash Protected'
@@ -99,10 +95,6 @@ const info = {
99
95
  }
100
96
  ],
101
97
  rest: [
102
- {
103
- address: 'https://rest-empowerchain.ecostake.com:443',
104
- provider: 'ecostake'
105
- },
106
98
  {
107
99
  address: 'https://empowerchain-mainnet-lcd.autostake.com:443',
108
100
  provider: 'AutoStake 🛡️ Slash Protected'
@@ -99,10 +99,6 @@ const info = {
99
99
  address: 'https://injective-rpc.noders.services',
100
100
  provider: '[NODERS]TEAM'
101
101
  },
102
- {
103
- address: 'https://rpc-injective.ecostake.com',
104
- provider: 'ecostake'
105
- },
106
102
  {
107
103
  address: 'https://rpc-injective.kewrnode.com',
108
104
  provider: 'Kewr Node'
@@ -161,10 +157,6 @@ const info = {
161
157
  address: 'https://injective-api.noders.services',
162
158
  provider: '[NODERS]TEAM'
163
159
  },
164
- {
165
- address: 'https://rest-injective.ecostake.com',
166
- provider: 'ecostake'
167
- },
168
160
  {
169
161
  address: 'https://rest-injective.kewrnode.com',
170
162
  provider: 'Kewr Node'
@@ -93,10 +93,6 @@ const info = {
93
93
  address: 'https://teritori-mainnet-rpc.autostake.com:443',
94
94
  provider: 'AutoStake 🛡️ Slash Protected'
95
95
  },
96
- {
97
- address: 'https://rpc-teritori.ecostake.com',
98
- provider: 'ecostake'
99
- },
100
96
  {
101
97
  address: 'https://teritori-rpc.publicnode.com:443',
102
98
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -151,10 +147,6 @@ const info = {
151
147
  address: 'https://teritori-mainnet-lcd.autostake.com:443',
152
148
  provider: 'AutoStake 🛡️ Slash Protected'
153
149
  },
154
- {
155
- address: 'https://rest-teritori.ecostake.com',
156
- provider: 'ecostake'
157
- },
158
150
  {
159
151
  address: 'https://teritori-rest.publicnode.com',
160
152
  provider: 'Allnodes ⚡️ Nodes & Staking'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.107",
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.107"
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": "72a544a563dedafa56bde2225c12238b14a21ead"
42
+ "gitHead": "27fd20075519966bc0d36542f8fe475225f13f3e"
43
43
  }
@@ -42,34 +42,20 @@ const info = {
42
42
  }
43
43
  },
44
44
  apis: {
45
- rpc: [
46
- {
45
+ rpc: [{
47
46
  address: 'https://rpc.kaon.kyve.network',
48
47
  provider: 'kyve'
49
- },
50
- {
51
- address: 'https://rpc-kyve-test.ecostake.com',
52
- provider: 'ecostake'
53
- },
54
- {
48
+ }, {
55
49
  address: 'https://kyve-testnet-rpc.ibs.team:443',
56
50
  provider: 'Inter Blockchain Services'
57
- }
58
- ],
59
- rest: [
60
- {
51
+ }],
52
+ rest: [{
61
53
  address: 'https://api.kaon.kyve.network',
62
54
  provider: 'kyve'
63
- },
64
- {
65
- address: 'https://rest-kyve-test.ecostake.com',
66
- provider: 'ecostake'
67
- },
68
- {
55
+ }, {
69
56
  address: 'https://kyve-testnet-api.ibs.team:443',
70
57
  provider: 'Inter Blockchain Services'
71
- }
72
- ]
58
+ }]
73
59
  },
74
60
  explorers: [{
75
61
  kind: 'mintscan',
@@ -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: {