chain-registry 2.0.55 → 2.0.57

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/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/atomone/chain.js +18 -0
  3. package/esm/mainnet/chain4energy/chain.js +18 -0
  4. package/esm/mainnet/chains.js +2 -0
  5. package/esm/mainnet/doravota/chain.js +17 -0
  6. package/esm/mainnet/gonka/asset-list.js +38 -0
  7. package/esm/mainnet/gonka/chain.js +154 -0
  8. package/esm/mainnet/gonka/index.js +4 -0
  9. package/esm/mainnet/sunrise/asset-list.js +1 -1
  10. package/esm/mainnet/sunrise/chain.js +36 -0
  11. package/esm/mainnet/terra/asset-list.js +26 -0
  12. package/esm/mainnet/terra/chain.js +25 -41
  13. package/esm/testnet/ibc-data.js +2 -0
  14. package/esm/testnet/lumeratestnet/asset-list.js +43 -0
  15. package/esm/testnet/lumeratestnet/chain.js +3 -3
  16. package/esm/testnet/lumeratestnet/ibc-data.js +31 -0
  17. package/esm/testnet/lumeratestnet/index.js +2 -0
  18. package/esm/testnet/osmosistestnet/ibc-data.js +30 -0
  19. package/esm/testnet/sunrisetestnet/asset-list.js +1 -1
  20. package/mainnet/asset-lists.js +2 -0
  21. package/mainnet/atomone/chain.js +18 -0
  22. package/mainnet/chain4energy/chain.js +18 -0
  23. package/mainnet/chains.js +2 -0
  24. package/mainnet/doravota/chain.js +17 -0
  25. package/mainnet/gonka/asset-list.d.ts +3 -0
  26. package/mainnet/gonka/asset-list.js +40 -0
  27. package/mainnet/gonka/chain.d.ts +3 -0
  28. package/mainnet/gonka/chain.js +156 -0
  29. package/mainnet/gonka/index.d.ts +2 -0
  30. package/mainnet/gonka/index.js +10 -0
  31. package/mainnet/sunrise/asset-list.js +1 -1
  32. package/mainnet/sunrise/chain.js +36 -0
  33. package/mainnet/terra/asset-list.js +26 -0
  34. package/mainnet/terra/chain.js +25 -41
  35. package/package.json +3 -3
  36. package/testnet/ibc-data.js +2 -0
  37. package/testnet/lumeratestnet/asset-list.js +43 -0
  38. package/testnet/lumeratestnet/chain.js +3 -3
  39. package/testnet/lumeratestnet/ibc-data.d.ts +3 -0
  40. package/testnet/lumeratestnet/ibc-data.js +33 -0
  41. package/testnet/lumeratestnet/index.d.ts +1 -0
  42. package/testnet/lumeratestnet/index.js +3 -1
  43. package/testnet/osmosistestnet/ibc-data.js +30 -0
  44. package/testnet/sunrisetestnet/asset-list.js +1 -1
@@ -162,11 +162,11 @@ const info = {
162
162
  },
163
163
  codebase: {
164
164
  gitRepo: 'https://github.com/classic-terra/core',
165
- recommendedVersion: 'v2.1.1',
166
- compatibleVersions: ['v2.1.1'],
165
+ recommendedVersion: 'v3.5.0',
166
+ compatibleVersions: ['v3.5.0'],
167
167
  genesis: {
168
168
  name: '1.0.5',
169
- genesisUrl: 'https://tfl-columbus-5.s3.amazonaws.com/genesis.json'
169
+ genesisUrl: 'https://snapshots.hexxagon.io/cosmos/terra-classic/columbus-5/genesis.json'
170
170
  }
171
171
  },
172
172
  logoURIs: {
@@ -180,20 +180,16 @@ const info = {
180
180
  provider: 'Allnodes ⚡️ Nodes & Staking'
181
181
  },
182
182
  {
183
- address: 'https://rpc-terra-ia.cosmosia.notional.ventures/',
184
- provider: 'Notional'
183
+ address: 'https://rpc.terra-classic.hexxagon.io/',
184
+ provider: 'Hexxagon'
185
185
  },
186
186
  {
187
- address: 'https://terraclassic-mainnet-rpc.autostake.com:443',
188
- provider: 'AutoStake 🛡️ Slash Protected'
187
+ address: 'https://api-lunc-rpc.binodes.com',
188
+ provider: 'BInodes'
189
189
  },
190
190
  {
191
191
  address: 'https://terraclassic-rpc-server-01.stakely.io',
192
192
  provider: 'Stakely'
193
- },
194
- {
195
- address: 'https://api-lunc-rpc.binodes.com',
196
- provider: 'BInodes'
197
193
  }
198
194
  ],
199
195
  rest: [
@@ -202,17 +198,13 @@ const info = {
202
198
  provider: 'Allnodes ⚡️ Nodes & Staking'
203
199
  },
204
200
  {
205
- address: 'https://api-terra-ia.cosmosia.notional.ventures/',
206
- provider: 'Notional'
201
+ address: 'https://lcd.terra-classic.hexxagon.io/',
202
+ provider: 'Hexxagon'
207
203
  },
208
204
  {
209
205
  address: 'https://terraclassic-mainnet-lcd.autostake.com:443',
210
206
  provider: 'AutoStake 🛡️ Slash Protected'
211
207
  },
212
- {
213
- address: 'https://terraclassic-lcd-server-01.stakely.io',
214
- provider: 'Stakely'
215
- },
216
208
  {
217
209
  address: 'https://api-lunc-lcd.binodes.com',
218
210
  provider: 'BInodes'
@@ -220,21 +212,13 @@ const info = {
220
212
  ],
221
213
  grpc: [
222
214
  {
223
- address: 'grpc.terrarebels.net',
224
- provider: 'Terra Rebels'
215
+ address: 'grpc.terra-classic.hexxagon.io/',
216
+ provider: 'Hexxagon'
225
217
  },
226
218
  {
227
219
  address: 'terra-classic-grpc.publicnode.com:443',
228
220
  provider: 'Allnodes ⚡️ Nodes & Staking'
229
221
  },
230
- {
231
- address: 'grpc-terra-ia.cosmosia.notional.ventures:443',
232
- provider: 'Notional'
233
- },
234
- {
235
- address: 'terraclassic-mainnet-grpc.autostake.com:443',
236
- provider: 'AutoStake 🛡️ Slash Protected'
237
- },
238
222
  {
239
223
  address: 'api-lunc-grpc.binodes.com:443',
240
224
  provider: 'BInodes'
@@ -243,10 +227,16 @@ const info = {
243
227
  },
244
228
  explorers: [
245
229
  {
246
- kind: 'ezstaking',
247
- url: 'https://ezstaking.app/terra',
248
- txPage: 'https://ezstaking.app/terra/txs/${txHash}',
249
- accountPage: 'https://ezstaking.app/terra/account/${accountAddress}'
230
+ kind: 'hexxagon-finder',
231
+ url: 'https://finder.terra-classic.hexxagon.io/',
232
+ txPage: 'https://finder.terra-classic.hexxagon.io/mainnet/tx/${txHash}',
233
+ accountPage: 'https://finder.terra-classic.hexxagon.io/mainnet/address/${accountAddress}'
234
+ },
235
+ {
236
+ kind: 'hexxagon2-finder',
237
+ url: 'https://finder.terraclassic.community/',
238
+ txPage: 'https://finder.terraclassic.community/mainnet/tx/${txHash}',
239
+ accountPage: 'https://finder.terraclassic.community/mainnet/address/${accountAddress}'
250
240
  },
251
241
  {
252
242
  kind: 'ping.pub',
@@ -266,16 +256,10 @@ const info = {
266
256
  accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
267
257
  },
268
258
  {
269
- kind: 'finder',
270
- url: 'https://finder.terra.money/classic',
271
- txPage: 'https://finder.terra.money/classic/tx/${txHash}',
272
- accountPage: 'https://finder.terra.money/classic/address/${accountAddress}'
273
- },
274
- {
275
- kind: 'finder',
276
- url: 'https://finder.terrarebels.net/classic',
277
- txPage: 'https://finder.terrarebels.net/classic/tx/${txHash}',
278
- accountPage: 'https://finder.terrarebels.net/classic/address/${accountAddress}'
259
+ kind: 'terraport-finder',
260
+ url: 'https://finder.terraport.finance/',
261
+ txPage: 'https://finder.terraport.finance/mainnet/tx/${txHash}',
262
+ accountPage: 'https://finder.terraport.finance/mainnet/address/${accountAddress}'
279
263
  }
280
264
  ],
281
265
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.55",
3
+ "version": "2.0.57",
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.55"
32
+ "@chain-registry/types": "^2.0.57"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "63c16715ee690489a68dd9c424f07ed102ec91c6"
42
+ "gitHead": "7613a580c3e750567447c4e7b4c5cac32ea4e3cc"
43
43
  }
@@ -48,6 +48,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
48
48
  const _kyvetestnet = __importStar(require("./kyvetestnet"));
49
49
  const _lavatestnet = __importStar(require("./lavatestnet"));
50
50
  const _likecointestnet = __importStar(require("./likecointestnet"));
51
+ const _lumeratestnet = __importStar(require("./lumeratestnet"));
51
52
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
52
53
  const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
53
54
  const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
@@ -98,6 +99,7 @@ const ibcData = [
98
99
  ..._kyvetestnet.ibcData,
99
100
  ..._lavatestnet.ibcData,
100
101
  ..._likecointestnet.ibcData,
102
+ ..._lumeratestnet.ibcData,
101
103
  ..._manifesttestnet.ibcData,
102
104
  ..._mantrachaintestnet.ibcData,
103
105
  ..._mantrachaintestnet2.ibcData,
@@ -30,6 +30,49 @@ const info = {
30
30
  telegram: 'https://t.me/lumeraprotocol',
31
31
  website: 'https://lumera.io'
32
32
  }
33
+ }, {
34
+ denomUnits: [{
35
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
36
+ exponent: 0,
37
+ aliases: ['uosmo']
38
+ }, {
39
+ denom: 'osmo',
40
+ exponent: 6
41
+ }],
42
+ typeAsset: 'ics20',
43
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
44
+ name: 'Osmosis OSMO Token',
45
+ display: 'osmo',
46
+ symbol: 'OSMO',
47
+ traces: [{
48
+ type: 'ibc',
49
+ counterparty: {
50
+ chainName: 'osmosistestnet',
51
+ baseDenom: 'uosmo',
52
+ channelId: 'channel-10884'
53
+ },
54
+ chain: {
55
+ channelId: 'channel-0',
56
+ path: 'transfer/channel-0/uosmo'
57
+ }
58
+ }],
59
+ images: [{
60
+ imageSync: {
61
+ chainName: 'osmosistestnet',
62
+ baseDenom: 'uosmo'
63
+ },
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
66
+ }],
67
+ logoURIs: {
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
70
+ },
71
+ keywords: [
72
+ 'dex',
73
+ 'ibc',
74
+ 'osmosis'
75
+ ]
33
76
  }]
34
77
  };
35
78
  exports.default = info;
@@ -38,14 +38,14 @@ const info = {
38
38
  },
39
39
  codebase: {
40
40
  gitRepo: 'https://github.com/LumeraProtocol/lumera',
41
- tag: 'v0.4.3',
42
- recommendedVersion: 'v0.4.3',
41
+ tag: 'v1.7.0',
42
+ recommendedVersion: 'v1.7.0',
43
43
  language: {
44
44
  type: 'go',
45
45
  version: 'v1.24'
46
46
  },
47
47
  binaries: {
48
- "linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v0.4.3/lumera_v0.4.3_linux_amd64.tar.gz?checksum=sha256:f82f82e6350e1c8b893bc631c24342b3ac1b487bb69079cff51131ae5dc8ca15'
48
+ "linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.7.0/lumera_v1.7.0_linux_amd64.tar.gz?checksum=sha256:1a5a612e5f06a5d4c4a6a2b2b8799336093a9951fcc6e81ef0a56dcc0f913e50'
49
49
  },
50
50
  sdk: {
51
51
  type: 'cosmos',
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'lumeratestnet',
7
+ clientId: '07-tendermint-2',
8
+ connectionId: 'connection-1'
9
+ },
10
+ chain2: {
11
+ chainName: 'osmosistestnet',
12
+ clientId: '07-tendermint-4899',
13
+ connectionId: 'connection-4268'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-10884',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true,
29
+ dex: 'osmosis'
30
+ }
31
+ }]
32
+ }];
33
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -700,6 +700,36 @@ const info = [
700
700
  }
701
701
  }]
702
702
  },
703
+ {
704
+ $schema: '../../ibc_data.schema.json',
705
+ chain1: {
706
+ chainName: 'lumeratestnet',
707
+ clientId: '07-tendermint-2',
708
+ connectionId: 'connection-1'
709
+ },
710
+ chain2: {
711
+ chainName: 'osmosistestnet',
712
+ clientId: '07-tendermint-4899',
713
+ connectionId: 'connection-4268'
714
+ },
715
+ channels: [{
716
+ chain1: {
717
+ channelId: 'channel-0',
718
+ portId: 'transfer'
719
+ },
720
+ chain2: {
721
+ channelId: 'channel-10884',
722
+ portId: 'transfer'
723
+ },
724
+ ordering: 'unordered',
725
+ version: 'ics20-1',
726
+ tags: {
727
+ status: 'live',
728
+ preferred: true,
729
+ dex: 'osmosis'
730
+ }
731
+ }]
732
+ },
703
733
  {
704
734
  $schema: '../../ibc_data.schema.json',
705
735
  chain1: {
@@ -73,7 +73,7 @@ const info = {
73
73
  base: 'uusdrise',
74
74
  name: 'Sunrise USDrise',
75
75
  display: 'usdrise',
76
- symbol: 'USDRISE',
76
+ symbol: 'USDrise',
77
77
  logoURIs: {
78
78
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
79
79
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'