chain-registry 1.69.120 → 1.69.122

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 (44) hide show
  1. package/devnet/celestiatestnet2/chain.js +8 -5
  2. package/devnet/manifestdevnet/chain.js +1 -1
  3. package/esm/devnet/celestiatestnet2/chain.js +8 -5
  4. package/esm/devnet/manifestdevnet/chain.js +1 -1
  5. package/esm/mainnet/assets.js +2 -0
  6. package/esm/mainnet/atomone/chain.js +9 -9
  7. package/esm/mainnet/celestia/chain.js +12 -10
  8. package/esm/mainnet/chains.js +2 -0
  9. package/esm/mainnet/ibc.js +2 -0
  10. package/esm/mainnet/kopi/assets.js +5 -5
  11. package/esm/mainnet/kopi/ibc.js +6 -6
  12. package/esm/mainnet/named.js +1 -0
  13. package/esm/mainnet/noble/ibc.js +29 -0
  14. package/esm/mainnet/osmosis/ibc.js +35 -6
  15. package/esm/mainnet/sidechain/assets.js +115 -0
  16. package/esm/mainnet/sidechain/chain.js +190 -0
  17. package/esm/mainnet/sidechain/ibc.js +58 -0
  18. package/esm/mainnet/sidechain/index.js +6 -0
  19. package/esm/testnet/atomonetestnet/chain.js +9 -9
  20. package/esm/testnet/celestiatestnet3/chain.js +8 -5
  21. package/esm/testnet/manifesttestnet/chain.js +1 -1
  22. package/mainnet/assets.js +2 -0
  23. package/mainnet/atomone/chain.js +9 -9
  24. package/mainnet/celestia/chain.js +12 -10
  25. package/mainnet/chains.js +2 -0
  26. package/mainnet/ibc.js +2 -0
  27. package/mainnet/kopi/assets.js +5 -5
  28. package/mainnet/kopi/ibc.js +6 -6
  29. package/mainnet/named.d.ts +1 -0
  30. package/mainnet/named.js +2 -1
  31. package/mainnet/noble/ibc.js +29 -0
  32. package/mainnet/osmosis/ibc.js +35 -6
  33. package/mainnet/sidechain/assets.d.ts +3 -0
  34. package/mainnet/sidechain/assets.js +117 -0
  35. package/mainnet/sidechain/chain.d.ts +3 -0
  36. package/mainnet/sidechain/chain.js +192 -0
  37. package/mainnet/sidechain/ibc.d.ts +3 -0
  38. package/mainnet/sidechain/ibc.js +60 -0
  39. package/mainnet/sidechain/index.d.ts +3 -0
  40. package/mainnet/sidechain/index.js +12 -0
  41. package/package.json +4 -4
  42. package/testnet/atomonetestnet/chain.js +9 -9
  43. package/testnet/celestiatestnet3/chain.js +8 -5
  44. package/testnet/manifesttestnet/chain.js +1 -1
@@ -0,0 +1,192 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chain_name: 'sidechain',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ website: 'https://side.one/',
9
+ pretty_name: 'Side Chain',
10
+ chain_type: 'cosmos',
11
+ chain_id: 'sidechain-1',
12
+ bech32_prefix: 'side',
13
+ daemon_name: 'sided',
14
+ node_home: '$HOME/.side',
15
+ key_algos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'uside',
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
+ },
26
+ staking: {
27
+ staking_tokens: [{
28
+ denom: 'uside'
29
+ }]
30
+ },
31
+ codebase: {
32
+ git_repo: 'https://github.com/sideprotocol/side',
33
+ recommended_version: 'v1.0.0',
34
+ compatible_versions: ['v1.0.0'],
35
+ consensus: {
36
+ type: 'cometbft',
37
+ version: 'v0.38.11'
38
+ },
39
+ genesis: {
40
+ genesis_url: 'https://github.com/sideprotocol/networks/raw/main/mainnet/sidechain-1/genesis.json'
41
+ },
42
+ sdk: {
43
+ type: 'cosmos',
44
+ version: 'v0.50.9'
45
+ },
46
+ ibc: {
47
+ type: 'go',
48
+ version: 'v8.4.0'
49
+ },
50
+ cosmwasm: {
51
+ version: 'v0.53.0',
52
+ enabled: true
53
+ }
54
+ },
55
+ logo_URIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
58
+ },
59
+ description: 'The other side of Bitcoin, a fully Bitcoin-Compatible L1 blockchain for the BTCFi',
60
+ apis: {
61
+ rpc: [
62
+ {
63
+ address: 'https://rpc.side.one',
64
+ provider: 'Side Protocol'
65
+ },
66
+ {
67
+ address: 'https://rpc.side.nodestake.org',
68
+ provider: 'NodeStake'
69
+ },
70
+ {
71
+ address: 'https://side-rpc.synergynodes.com',
72
+ provider: 'Synergy Nodes'
73
+ },
74
+ {
75
+ address: 'https://side.publicnode.com',
76
+ provider: 'Allnodes'
77
+ },
78
+ {
79
+ address: 'https://side.rpc.kjnodes.com',
80
+ provider: 'kjnodes'
81
+ },
82
+ {
83
+ address: 'https://side-mainnet-rpc.itrocket.net',
84
+ provider: 'ITRocket'
85
+ },
86
+ {
87
+ address: 'https://rpc.side.bh.rocks',
88
+ provider: 'BlockHunters'
89
+ }
90
+ ],
91
+ rest: [
92
+ {
93
+ address: 'https://rest.side.one',
94
+ provider: 'Side Protocol'
95
+ },
96
+ {
97
+ address: 'https://api.side.nodestake.org',
98
+ provider: 'NodeStake'
99
+ },
100
+ {
101
+ address: 'https://side-api.synergynodes.com',
102
+ provider: 'Synergy Nodes'
103
+ },
104
+ {
105
+ address: 'https://side-rest.publicnode.com',
106
+ provider: 'Allnodes'
107
+ },
108
+ {
109
+ address: 'https://side.api.kjnodes.com',
110
+ provider: 'kjnodes'
111
+ },
112
+ {
113
+ address: 'https://side-mainnet-api.itrocket.net',
114
+ provider: 'ITRocket'
115
+ },
116
+ {
117
+ address: 'https://api.side.bh.rocks',
118
+ provider: 'BlockHunters'
119
+ }
120
+ ],
121
+ grpc: [
122
+ {
123
+ address: 'grpc.side.one:443',
124
+ provider: 'Side Protocol'
125
+ },
126
+ {
127
+ address: 'grpc.sided.nodestake.org:443',
128
+ provider: 'NodeStake'
129
+ },
130
+ {
131
+ address: 'side-grpc.synergynodes.com:443',
132
+ provider: 'Synergy Nodes'
133
+ },
134
+ {
135
+ address: 'side-grpc.publicnode.com:443',
136
+ provider: 'Allnodes'
137
+ },
138
+ {
139
+ address: 'side.grpc.kjnodes.com:443',
140
+ provider: 'kjnodes'
141
+ },
142
+ {
143
+ address: 'side-mainnet-grpc.itrocket.net:443',
144
+ provider: 'ITRocket'
145
+ },
146
+ {
147
+ address: 'grpc.side.bh.rocks:443',
148
+ provider: 'BlockHunters'
149
+ }
150
+ ]
151
+ },
152
+ explorers: [
153
+ {
154
+ kind: 'Ping Pub',
155
+ url: 'https://ping.pub/side',
156
+ tx_page: 'https://ping.pub/side/tx/${txHash}',
157
+ account_page: 'https://ping.pub/side/account/${accountAddress}'
158
+ },
159
+ {
160
+ kind: 'Ping Pub',
161
+ url: 'https://explorer.nodestake.org/side',
162
+ tx_page: 'https://explorer.nodestake.org/side/tx/${txHash}',
163
+ account_page: 'https://explorer.nodestake.org/side/account/${accountAddress}'
164
+ },
165
+ {
166
+ kind: 'Ping Pub',
167
+ url: 'https://cosmosrun.info/side',
168
+ tx_page: 'https://cosmosrun.info/side/tx/${txHash}',
169
+ account_page: 'https://cosmosrun.info/side/account/${accountAddress}'
170
+ },
171
+ {
172
+ kind: 'Ping Pub',
173
+ url: 'https://explorer.kjnodes.com/side',
174
+ tx_page: 'https://explorer.kjnodes.com/side/tx/${txHash}',
175
+ account_page: 'https://explorer.kjnodes.com/side/account/${accountAddress}'
176
+ },
177
+ {
178
+ kind: 'Ping Pub',
179
+ url: 'https://bh.rocks/side',
180
+ tx_page: 'https://bh.rocks/side/tx/${txHash}',
181
+ account_page: 'https://bh.rocks/side/account/${accountAddress}'
182
+ }
183
+ ],
184
+ images: [{
185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
187
+ theme: {
188
+ primary_color_hex: '#f7771a'
189
+ }
190
+ }]
191
+ };
192
+ 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,60 @@
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: 'noble',
7
+ client_id: '07-tendermint-141',
8
+ connection_id: 'connection-136'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'sidechain',
12
+ client_id: '07-tendermint-7',
13
+ connection_id: 'connection-2'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-123',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-1',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }, {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'osmosis',
35
+ client_id: '07-tendermint-3425',
36
+ connection_id: 'connection-10585'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'sidechain',
40
+ client_id: '07-tendermint-5',
41
+ connection_id: 'connection-1'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-98081',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-0',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ }];
60
+ 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.120",
3
+ "version": "1.69.122",
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.69",
32
+ "@chain-registry/utils": "^1.51.71",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.69"
36
+ "@chain-registry/types": "^0.50.71"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "389b2ed44d161026e76ba890f907f0fd9150fd99"
46
+ "gitHead": "716c6065ce25c738cb4da5eaf2bb9c65ede73881"
47
47
  }
@@ -30,22 +30,22 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/atomone-hub/atomone',
33
- recommended_version: 'v1.0.0',
34
- compatible_versions: ['v1.0.0'],
33
+ recommended_version: 'v1.0.1',
34
+ compatible_versions: ['v1.0.0', 'v1.0.1'],
35
35
  binaries: {
36
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-amd64',
37
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-arm64',
38
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-arm64',
40
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-amd64.exe',
41
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-arm64.exe'
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'
42
42
  },
43
43
  genesis: {
44
44
  genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
45
45
  },
46
46
  consensus: {
47
47
  type: 'cometbft',
48
- version: 'v0.37.5'
48
+ version: 'v0.37.15'
49
49
  },
50
50
  sdk: {
51
51
  type: 'cosmos',
@@ -24,12 +24,15 @@ const info = {
24
24
  },
25
25
  codebase: {
26
26
  git_repo: 'https://github.com/celestiaorg/celestia-app',
27
- recommended_version: 'v2.1.2',
27
+ recommended_version: 'v3.3.1-mocha',
28
28
  compatible_versions: [
29
- 'v2.0.0',
30
- 'v2.1.0',
31
- 'v2.1.1',
32
- 'v2.1.2'
29
+ 'v3.0.0-mocha',
30
+ 'v3.0.1-mocha',
31
+ 'v3.0.2-mocha',
32
+ 'v3.1.1-mocha',
33
+ 'v3.2.0-mocha',
34
+ 'v3.3.0-mocha',
35
+ 'v3.3.1-mocha'
33
36
  ],
34
37
  genesis: {
35
38
  genesis_url: 'https://raw.githubusercontent.com/celestiaorg/networks/master/mocha-4/genesis.json'
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'umfx',
19
19
  fixed_min_gas_price: 0.001,
20
20
  low_gas_price: 0.01,
21
- average_gas_price: 0.007,
21
+ average_gas_price: 0.02,
22
22
  high_gas_price: 0.1
23
23
  }]
24
24
  },