chain-registry 2.0.11 → 2.0.13

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 (70) hide show
  1. package/esm/mainnet/asset-lists.js +4 -0
  2. package/esm/mainnet/bitsong/chain.js +7 -7
  3. package/esm/mainnet/buycex/asset-list.js +28 -0
  4. package/esm/mainnet/buycex/chain.js +49 -0
  5. package/esm/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +0 -2
  6. package/esm/mainnet/chains.js +4 -0
  7. package/esm/mainnet/manifest/asset-list.js +2 -1
  8. package/esm/mainnet/manifest/chain.js +3 -3
  9. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
  10. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  11. package/esm/mainnet/symphony/index.js +4 -0
  12. package/esm/mainnet/xion/chain.js +6 -6
  13. package/esm/noncosmos/ibc-data.js +2 -0
  14. package/esm/noncosmos/symphonytestnet3/index.js +2 -0
  15. package/esm/testnet/asset-lists.js +2 -2
  16. package/esm/testnet/chains.js +2 -2
  17. package/esm/testnet/hippoprotocoltestnet/ibc-data.js +30 -0
  18. package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
  19. package/esm/testnet/ibc-data.js +2 -2
  20. package/esm/testnet/osmosistestnet/ibc-data.js +29 -0
  21. package/esm/testnet/safrochaintestnet/asset-list.js +38 -0
  22. package/esm/testnet/safrochaintestnet/chain.js +63 -0
  23. package/esm/testnet/safrochaintestnet/index.js +4 -0
  24. package/esm/testnet/symphonytestnet/asset-list.js +14 -17
  25. package/esm/testnet/symphonytestnet/chain.js +2 -2
  26. package/esm/testnet/xiontestnet2/asset-list.js +2 -1
  27. package/esm/testnet/xiontestnet2/chain.js +6 -6
  28. package/mainnet/asset-lists.js +4 -0
  29. package/mainnet/bitsong/chain.js +7 -7
  30. package/mainnet/buycex/asset-list.js +30 -0
  31. package/mainnet/buycex/chain.js +51 -0
  32. package/{testnet/symphonytestnet3 → mainnet/buycex}/index.d.ts +0 -1
  33. package/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +1 -3
  34. package/mainnet/chains.js +4 -0
  35. package/mainnet/manifest/asset-list.js +2 -1
  36. package/mainnet/manifest/chain.js +3 -3
  37. package/mainnet/symphony/asset-list.d.ts +3 -0
  38. package/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
  39. package/mainnet/symphony/chain.d.ts +3 -0
  40. package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  41. package/mainnet/symphony/index.d.ts +2 -0
  42. package/mainnet/symphony/index.js +10 -0
  43. package/mainnet/xion/chain.js +6 -6
  44. package/noncosmos/ibc-data.js +2 -0
  45. package/noncosmos/symphonytestnet3/index.d.ts +1 -0
  46. package/noncosmos/symphonytestnet3/index.js +8 -0
  47. package/package.json +3 -3
  48. package/testnet/asset-lists.js +2 -2
  49. package/testnet/chains.js +2 -2
  50. package/testnet/hippoprotocoltestnet/ibc-data.d.ts +3 -0
  51. package/testnet/hippoprotocoltestnet/ibc-data.js +32 -0
  52. package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
  53. package/testnet/hippoprotocoltestnet/index.js +3 -1
  54. package/testnet/ibc-data.js +2 -2
  55. package/testnet/osmosistestnet/ibc-data.js +29 -0
  56. package/testnet/safrochaintestnet/asset-list.d.ts +3 -0
  57. package/testnet/safrochaintestnet/asset-list.js +40 -0
  58. package/testnet/safrochaintestnet/chain.d.ts +3 -0
  59. package/testnet/safrochaintestnet/chain.js +65 -0
  60. package/testnet/safrochaintestnet/index.d.ts +2 -0
  61. package/testnet/safrochaintestnet/index.js +10 -0
  62. package/testnet/symphonytestnet/asset-list.js +14 -17
  63. package/testnet/symphonytestnet/chain.js +2 -2
  64. package/testnet/xiontestnet2/asset-list.js +2 -1
  65. package/testnet/xiontestnet2/chain.js +6 -6
  66. /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
  67. /package/{testnet/symphonytestnet3 → mainnet/buycex}/asset-list.d.ts +0 -0
  68. /package/{testnet/symphonytestnet3 → mainnet/buycex}/chain.d.ts +0 -0
  69. /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.d.ts +0 -0
  70. /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
- $schema: '../../chain.schema.json',
5
- chainName: 'symphonytestnet3',
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'symphony',
6
6
  status: 'live',
7
- networkType: 'testnet',
8
- prettyName: 'Symphony Testnet',
7
+ networkType: 'mainnet',
8
+ prettyName: 'Symphony',
9
9
  chainType: 'cosmos',
10
- chainId: 'symphony-testnet-3',
10
+ chainId: 'symphony-1',
11
11
  bech32Prefix: 'symphony',
12
12
  daemonName: 'symphonyd',
13
13
  nodeHome: '$HOME/.symphonyd',
@@ -17,9 +17,9 @@ const info = {
17
17
  feeTokens: [{
18
18
  denom: 'note',
19
19
  fixedMinGasPrice: 0,
20
- lowGasPrice: 0.0025,
21
- averageGasPrice: 0.025,
22
- highGasPrice: 0.04
20
+ lowGasPrice: 0.00025,
21
+ averageGasPrice: 0.0025,
22
+ highGasPrice: 0.004
23
23
  }]
24
24
  },
25
25
  staking: {
@@ -29,52 +29,52 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/Orchestra-Labs/symphony',
32
- recommendedVersion: 'v23.0.5-rc1',
33
- compatibleVersions: ['v23.0.5', 'v23.0.5-rc1'],
32
+ recommendedVersion: 'v1.0.0',
33
+ compatibleVersions: ['v1.0.0'],
34
34
  consensus: {
35
- type: 'tendermint',
36
- version: '0.37.4'
35
+ type: 'cometbft',
36
+ version: '0.38.11'
37
37
  },
38
38
  genesis: {
39
- genesisUrl: 'https://rpc.testnet.symphonychain.org/genesis'
39
+ genesisUrl: 'https://raw.githubusercontent.com/Orchestra-Labs/symphony/refs/heads/main/networks/symphony-1/genesis.json'
40
40
  },
41
41
  sdk: {
42
42
  type: 'cosmos',
43
- version: '0.47.8'
43
+ version: '0.50.9'
44
44
  },
45
45
  cosmwasm: {
46
- version: '0.29',
46
+ version: '0.53.0',
47
47
  enabled: true
48
48
  }
49
49
  },
50
50
  apis: {
51
51
  rpc: [{
52
- address: 'https://symphony.test.rpc.nodeshub.online/',
52
+ address: 'https://symphony.rpc.nodeshub.online/',
53
53
  provider: 'Nodes Hub'
54
54
  }, {
55
- address: 'https://symphony-testnet-rpc.cogwheel.zone/',
55
+ address: 'https://symphony-rpc.cogwheel.zone/',
56
56
  provider: 'Cogwheel ⚙️'
57
57
  }],
58
58
  rest: [{
59
- address: 'https://symphony.test.api.nodeshub.online/',
59
+ address: 'https://symphony.api.nodeshub.online/',
60
60
  provider: 'Nodes Hub'
61
61
  }, {
62
- address: 'https://symphony-testnet-api.cogwheel.zone/',
62
+ address: 'https://symphony-api.cogwheel.zone/',
63
63
  provider: 'Cogwheel ⚙️'
64
64
  }],
65
65
  grpc: [{
66
- address: 'https://symphony.test.grpc.nodeshub.online/',
66
+ address: 'https://symphony.grpc.nodeshub.online/',
67
67
  provider: 'Nodes Hub'
68
68
  }, {
69
- address: 'https://symphony-testnet-grpc.cogwheel.zone:443',
69
+ address: 'https://symphony-grpc.cogwheel.zone:443',
70
70
  provider: 'Cogwheel ⚙️'
71
71
  }]
72
72
  },
73
73
  logoURIs: {
74
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
75
75
  },
76
76
  images: [{
77
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
78
78
  }]
79
79
  };
80
80
  exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
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.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assetList = asset_list_1.default;
10
+ exports.chain = chain_1.default;
@@ -38,17 +38,17 @@ const info = {
38
38
  },
39
39
  codebase: {
40
40
  gitRepo: 'https://github.com/burnt-labs/xion',
41
- tag: 'v19.0.1',
42
- recommendedVersion: 'v19.0.1',
41
+ tag: 'v19.0.2',
42
+ recommendedVersion: 'v19.0.2',
43
43
  language: {
44
44
  type: 'go',
45
45
  version: 'v1.23'
46
46
  },
47
47
  binaries: {
48
- "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_amd64.tar.gz?checksum=sha256:f350e2ab0cc08c18acce0d6518bd4f29ac88f1c331eb10d3ca43ec3e74103521',
49
- "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_arm64.tar.gz?checksum=sha256:9c2944de98c54f4e8517259d0782daca4c43900887b7d7c19044ba75b6e2976d',
50
- "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_amd64.tar.gz?checksum=sha256:5350ccf4fb83f086f772ceebd8a1c3788c2fa64ad1976d92052842e23a1977c3',
51
- "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_arm64.tar.gz?checksum=sha256:efed79d4b240c6edaa4488b54e7efcbff89313c0f0ed6e1682dab0f1d97315c2'
48
+ "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz?checksum=sha256:edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6',
49
+ "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz?checksum=sha256:7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8',
50
+ "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz?checksum=sha256:6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb',
51
+ "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz?checksum=sha256:0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70'
52
52
  },
53
53
  sdk: {
54
54
  type: 'cosmos',
@@ -26,11 +26,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const _picasso = __importStar(require("./picasso"));
27
27
  const _composablepolkadot = __importStar(require("./composablepolkadot"));
28
28
  const _penumbra = __importStar(require("./penumbra"));
29
+ const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
29
30
  const _cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
30
31
  const ibcData = [
31
32
  ..._picasso.ibcData,
32
33
  ..._composablepolkadot.ibcData,
33
34
  ..._penumbra.ibcData,
35
+ ..._symphonytestnet3.ibcData,
34
36
  ..._cosmoshubicstestnet.ibcData
35
37
  ];
36
38
  exports.default = ibcData;
@@ -0,0 +1 @@
1
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -0,0 +1,8 @@
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 = void 0;
7
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
8
+ exports.ibcData = ibc_data_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
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.11"
32
+ "@chain-registry/types": "^2.0.13"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "42e58517f7461b8eabb7d40e9e424c61ed68e09c"
42
+ "gitHead": "8046b7b2b11479163f1a5e96bf3be7f8baf421de"
43
43
  }
@@ -120,6 +120,7 @@ const _quasartestnet = __importStar(require("./quasartestnet"));
120
120
  const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
121
121
  const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
122
122
  const _qwoyntestnet = __importStar(require("./qwoyntestnet"));
123
+ const _safrochaintestnet = __importStar(require("./safrochaintestnet"));
123
124
  const _sagatestnet = __importStar(require("./sagatestnet"));
124
125
  const _secretnetworktestnet = __importStar(require("./secretnetworktestnet"));
125
126
  const _sedatestnet = __importStar(require("./sedatestnet"));
@@ -138,7 +139,6 @@ const _stridetestnet = __importStar(require("./stridetestnet"));
138
139
  const _sunrisetestnet = __importStar(require("./sunrisetestnet"));
139
140
  const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
140
141
  const _symphonytestnet = __importStar(require("./symphonytestnet"));
141
- const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
142
142
  const _synternettestnet = __importStar(require("./synternettestnet"));
143
143
  const _terpnettestnet = __importStar(require("./terpnettestnet"));
144
144
  const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
@@ -257,6 +257,7 @@ const assetList = [
257
257
  _qubeticstestnet.assetList,
258
258
  _quicksilvertestnet.assetList,
259
259
  _qwoyntestnet.assetList,
260
+ _safrochaintestnet.assetList,
260
261
  _sagatestnet.assetList,
261
262
  _secretnetworktestnet.assetList,
262
263
  _sedatestnet.assetList,
@@ -275,7 +276,6 @@ const assetList = [
275
276
  _sunrisetestnet.assetList,
276
277
  _swisstroniktestnet.assetList,
277
278
  _symphonytestnet.assetList,
278
- _symphonytestnet3.assetList,
279
279
  _synternettestnet.assetList,
280
280
  _terpnettestnet.assetList,
281
281
  _terpnettestnet2.assetList,
package/testnet/chains.js CHANGED
@@ -120,6 +120,7 @@ const _quasartestnet = __importStar(require("./quasartestnet"));
120
120
  const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
121
121
  const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
122
122
  const _qwoyntestnet = __importStar(require("./qwoyntestnet"));
123
+ const _safrochaintestnet = __importStar(require("./safrochaintestnet"));
123
124
  const _sagatestnet = __importStar(require("./sagatestnet"));
124
125
  const _secretnetworktestnet = __importStar(require("./secretnetworktestnet"));
125
126
  const _sedatestnet = __importStar(require("./sedatestnet"));
@@ -138,7 +139,6 @@ const _stridetestnet = __importStar(require("./stridetestnet"));
138
139
  const _sunrisetestnet = __importStar(require("./sunrisetestnet"));
139
140
  const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
140
141
  const _symphonytestnet = __importStar(require("./symphonytestnet"));
141
- const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
142
142
  const _synternettestnet = __importStar(require("./synternettestnet"));
143
143
  const _terpnettestnet = __importStar(require("./terpnettestnet"));
144
144
  const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
@@ -257,6 +257,7 @@ const chains = [
257
257
  _qubeticstestnet.chain,
258
258
  _quicksilvertestnet.chain,
259
259
  _qwoyntestnet.chain,
260
+ _safrochaintestnet.chain,
260
261
  _sagatestnet.chain,
261
262
  _secretnetworktestnet.chain,
262
263
  _sedatestnet.chain,
@@ -275,7 +276,6 @@ const chains = [
275
276
  _sunrisetestnet.chain,
276
277
  _swisstroniktestnet.chain,
277
278
  _symphonytestnet.chain,
278
- _symphonytestnet3.chain,
279
279
  _synternettestnet.chain,
280
280
  _terpnettestnet.chain,
281
281
  _terpnettestnet2.chain,
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'hippoprotocoltestnet',
7
+ clientId: '07-tendermint-0',
8
+ connectionId: 'connection-0'
9
+ },
10
+ chain2: {
11
+ chainName: 'osmosistestnet',
12
+ clientId: '07-tendermint-4754',
13
+ connectionId: 'connection-4185'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-10743',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }];
32
+ 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;
@@ -38,6 +38,7 @@ const _doravotatestnet = __importStar(require("./doravotatestnet"));
38
38
  const _dydxtestnet = __importStar(require("./dydxtestnet"));
39
39
  const _elystestnet = __importStar(require("./elystestnet"));
40
40
  const _empowertestnet = __importStar(require("./empowertestnet"));
41
+ const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
41
42
  const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
42
43
  const _injectivetestnet = __importStar(require("./injectivetestnet"));
43
44
  const _int3facetestnet = __importStar(require("./int3facetestnet"));
@@ -64,7 +65,6 @@ const _stargazetestnet = __importStar(require("./stargazetestnet"));
64
65
  const _stridetestnet = __importStar(require("./stridetestnet"));
65
66
  const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
66
67
  const _symphonytestnet = __importStar(require("./symphonytestnet"));
67
- const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
68
68
  const _synternettestnet = __importStar(require("./synternettestnet"));
69
69
  const _terra2testnet = __importStar(require("./terra2testnet"));
70
70
  const _titannettestnet = __importStar(require("./titannettestnet"));
@@ -88,6 +88,7 @@ const ibcData = [
88
88
  ..._dydxtestnet.ibcData,
89
89
  ..._elystestnet.ibcData,
90
90
  ..._empowertestnet.ibcData,
91
+ ..._hippoprotocoltestnet.ibcData,
91
92
  ..._impacthubtestnet.ibcData,
92
93
  ..._injectivetestnet.ibcData,
93
94
  ..._int3facetestnet.ibcData,
@@ -114,7 +115,6 @@ const ibcData = [
114
115
  ..._stridetestnet.ibcData,
115
116
  ..._swisstroniktestnet.ibcData,
116
117
  ..._symphonytestnet.ibcData,
117
- ..._symphonytestnet3.ibcData,
118
118
  ..._synternettestnet.ibcData,
119
119
  ..._terra2testnet.ibcData,
120
120
  ..._titannettestnet.ibcData,
@@ -432,6 +432,35 @@ const info = [
432
432
  }
433
433
  }]
434
434
  },
435
+ {
436
+ $schema: '../../ibc_data.schema.json',
437
+ chain1: {
438
+ chainName: 'hippoprotocoltestnet',
439
+ clientId: '07-tendermint-0',
440
+ connectionId: 'connection-0'
441
+ },
442
+ chain2: {
443
+ chainName: 'osmosistestnet',
444
+ clientId: '07-tendermint-4754',
445
+ connectionId: 'connection-4185'
446
+ },
447
+ channels: [{
448
+ chain1: {
449
+ channelId: 'channel-0',
450
+ portId: 'transfer'
451
+ },
452
+ chain2: {
453
+ channelId: 'channel-10743',
454
+ portId: 'transfer'
455
+ },
456
+ ordering: 'unordered',
457
+ version: 'ics20-1',
458
+ tags: {
459
+ status: 'live',
460
+ preferred: true
461
+ }
462
+ }]
463
+ },
435
464
  {
436
465
  $schema: '../../ibc_data.schema.json',
437
466
  chain1: {
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chainName: 'safrochaintestnet',
6
+ assets: [{
7
+ description: 'The native token of Safrochain testnet used for staking, governance, and fees.',
8
+ denomUnits: [
9
+ {
10
+ denom: 'saf',
11
+ exponent: 0,
12
+ aliases: ['microsaf']
13
+ },
14
+ {
15
+ denom: 'kuta',
16
+ exponent: 3,
17
+ aliases: ['millisaf']
18
+ },
19
+ {
20
+ denom: 'hela',
21
+ exponent: 6,
22
+ aliases: []
23
+ }
24
+ ],
25
+ base: 'saf',
26
+ name: 'Safrochain',
27
+ display: 'hela',
28
+ symbol: 'SAF',
29
+ logoURIs: {
30
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
31
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
32
+ },
33
+ images: [{
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
35
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
36
+ }],
37
+ typeAsset: 'sdk.coin'
38
+ }]
39
+ };
40
+ 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,65 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ chainType: 'cosmos',
5
+ $schema: '../../chain.schema.json',
6
+ chainName: 'safrochaintestnet',
7
+ status: 'live',
8
+ networkType: 'testnet',
9
+ website: 'https://safrochain.com',
10
+ prettyName: 'Safrochain Testnet',
11
+ chainId: 'safrochain-testnet',
12
+ bech32Prefix: 'addr_safro',
13
+ daemonName: 'safrochaind',
14
+ nodeHome: '.safrochaind',
15
+ keyAlgos: ['secp256k1', 'ed25519'],
16
+ slip44: 118,
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'saf',
20
+ fixedMinGasPrice: 0.001,
21
+ lowGasPrice: 0.0025,
22
+ averageGasPrice: 0.025,
23
+ highGasPrice: 0.04
24
+ }]
25
+ },
26
+ staking: {
27
+ stakingTokens: [{
28
+ denom: 'saf'
29
+ }]
30
+ },
31
+ codebase: {
32
+ gitRepo: 'https://github.com/Safrochain-Org/safrochain-node',
33
+ recommendedVersion: 'v1.0.0',
34
+ compatibleVersions: ['v1.0.0'],
35
+ binaries: {
36
+ "linux/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_linux_amd64.tar.gz',
37
+ "darwin/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_amd64.tar.gz',
38
+ "darwin/arm64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_arm64.tar.gz'
39
+ }
40
+ },
41
+ apis: {
42
+ rpc: [{
43
+ address: 'https://rpc.testnet.safrochain.com',
44
+ provider: 'Safrochain'
45
+ }],
46
+ rest: [{
47
+ address: 'https://rest.testnet.safrochain.com',
48
+ provider: 'Safrochain'
49
+ }],
50
+ grpc: [{
51
+ address: 'https://grpc.testnet.safrochain.com',
52
+ provider: 'Safrochain'
53
+ }]
54
+ },
55
+ explorers: [{
56
+ kind: 'bigdipper',
57
+ url: 'https://explorer.testnet.safrochain.com',
58
+ txPage: 'https://explorer.testnet.safrochain.com/transactions/${txHash}'
59
+ }],
60
+ logoURIs: {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
63
+ }
64
+ };
65
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
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.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assetList = asset_list_1.default;
10
+ exports.chain = chain_1.default;
@@ -21,10 +21,10 @@ const info = {
21
21
  display: 'mld',
22
22
  symbol: 'MLD',
23
23
  logoURIs: {
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
25
25
  },
26
26
  images: [{
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
28
28
  }]
29
29
  },
30
30
  {
@@ -32,11 +32,10 @@ const info = {
32
32
  denomUnits: [{
33
33
  denom: 'uusd',
34
34
  exponent: 0,
35
- aliases: []
35
+ aliases: ['microusd']
36
36
  }, {
37
37
  denom: 'husd',
38
- exponent: 6,
39
- aliases: ['harmony USD']
38
+ exponent: 6
40
39
  }],
41
40
  typeAsset: 'sdk.coin',
42
41
  base: 'uusd',
@@ -44,10 +43,10 @@ const info = {
44
43
  display: 'husd',
45
44
  symbol: 'HUSD',
46
45
  logoURIs: {
47
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
48
47
  },
49
48
  images: [{
50
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
51
50
  }]
52
51
  },
53
52
  {
@@ -55,11 +54,10 @@ const info = {
55
54
  denomUnits: [{
56
55
  denom: 'ukhd',
57
56
  exponent: 0,
58
- aliases: []
57
+ aliases: ['microhkd']
59
58
  }, {
60
59
  denom: 'hkhd',
61
- exponent: 6,
62
- aliases: ['harmony HKD']
60
+ exponent: 6
63
61
  }],
64
62
  typeAsset: 'sdk.coin',
65
63
  base: 'ukhd',
@@ -67,10 +65,10 @@ const info = {
67
65
  display: 'hkhd',
68
66
  symbol: 'HKHD',
69
67
  logoURIs: {
70
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
71
69
  },
72
70
  images: [{
73
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
74
72
  }]
75
73
  },
76
74
  {
@@ -78,11 +76,10 @@ const info = {
78
76
  denomUnits: [{
79
77
  denom: 'uvnd',
80
78
  exponent: 0,
81
- aliases: []
79
+ aliases: ['microvnd']
82
80
  }, {
83
81
  denom: 'hvnd',
84
- exponent: 6,
85
- aliases: ['harmony VND']
82
+ exponent: 6
86
83
  }],
87
84
  typeAsset: 'sdk.coin',
88
85
  base: 'uvnd',
@@ -90,10 +87,10 @@ const info = {
90
87
  display: 'hvnd',
91
88
  symbol: 'HVND',
92
89
  logoURIs: {
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
90
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
94
91
  },
95
92
  images: [{
96
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
97
94
  }]
98
95
  }
99
96
  ]
@@ -71,10 +71,10 @@ const info = {
71
71
  }]
72
72
  },
73
73
  logoURIs: {
74
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
75
75
  },
76
76
  images: [{
77
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
78
78
  }]
79
79
  };
80
80
  exports.default = info;
@@ -32,7 +32,8 @@ const info = {
32
32
  twitter: 'https://x.com/burnt_xion',
33
33
  website: 'https://xion.burnt.com'
34
34
  },
35
- typeAsset: 'sdk.coin'
35
+ typeAsset: 'sdk.coin',
36
+ coingeckoId: 'xion-2'
36
37
  },
37
38
  {
38
39
  denomUnits: [{