chain-registry 2.0.1 → 2.0.3

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 (51) hide show
  1. package/README.md +42 -10
  2. package/esm/mainnet/cosmoshub/asset-list.js +85 -0
  3. package/esm/mainnet/ethereum/asset-list.js +20 -0
  4. package/esm/mainnet/juno/asset-list.js +1 -1
  5. package/esm/mainnet/noble/chain.js +3 -3
  6. package/esm/mainnet/omniflixhub/asset-list.js +6 -0
  7. package/esm/mainnet/osmosis/asset-list.js +53 -1
  8. package/esm/mainnet/osmosis/ibc-data.js +14 -0
  9. package/esm/mainnet/pryzm/asset-list.js +334 -0
  10. package/esm/mainnet/stargaze/asset-list.js +1 -0
  11. package/esm/mainnet/terra2/asset-list.js +94 -57
  12. package/esm/mainnet/terra2/chain.js +18 -12
  13. package/esm/mainnet/xion/chain.js +8 -8
  14. package/esm/mainnet/xion/ibc-data.js +14 -0
  15. package/esm/testnet/asset-lists.js +2 -0
  16. package/esm/testnet/chains.js +2 -0
  17. package/esm/testnet/hippoprotocoltestnet/asset-list.js +28 -0
  18. package/esm/testnet/hippoprotocoltestnet/chain.js +86 -0
  19. package/esm/testnet/hippoprotocoltestnet/index.js +4 -0
  20. package/esm/testnet/osmosistestnet/ibc-data.js +14 -0
  21. package/esm/testnet/xarchaintestnet/chain.js +2 -2
  22. package/esm/testnet/xiontestnet2/chain.js +8 -8
  23. package/esm/testnet/xiontestnet2/ibc-data.js +14 -0
  24. package/esm/testnet/zenrocktestnet/chain.js +1 -1
  25. package/mainnet/cosmoshub/asset-list.js +85 -0
  26. package/mainnet/ethereum/asset-list.js +20 -0
  27. package/mainnet/juno/asset-list.js +1 -1
  28. package/mainnet/noble/chain.js +3 -3
  29. package/mainnet/omniflixhub/asset-list.js +6 -0
  30. package/mainnet/osmosis/asset-list.js +53 -1
  31. package/mainnet/osmosis/ibc-data.js +14 -0
  32. package/mainnet/pryzm/asset-list.js +334 -0
  33. package/mainnet/stargaze/asset-list.js +1 -0
  34. package/mainnet/terra2/asset-list.js +94 -57
  35. package/mainnet/terra2/chain.js +18 -12
  36. package/mainnet/xion/chain.js +8 -8
  37. package/mainnet/xion/ibc-data.js +14 -0
  38. package/package.json +3 -3
  39. package/testnet/asset-lists.js +2 -0
  40. package/testnet/chains.js +2 -0
  41. package/testnet/hippoprotocoltestnet/asset-list.d.ts +3 -0
  42. package/testnet/hippoprotocoltestnet/asset-list.js +30 -0
  43. package/testnet/hippoprotocoltestnet/chain.d.ts +3 -0
  44. package/testnet/hippoprotocoltestnet/chain.js +88 -0
  45. package/testnet/hippoprotocoltestnet/index.d.ts +2 -0
  46. package/testnet/hippoprotocoltestnet/index.js +10 -0
  47. package/testnet/osmosistestnet/ibc-data.js +14 -0
  48. package/testnet/xarchaintestnet/chain.js +2 -2
  49. package/testnet/xiontestnet2/chain.js +8 -8
  50. package/testnet/xiontestnet2/ibc-data.js +14 -0
  51. package/testnet/zenrocktestnet/chain.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
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.1"
32
+ "@chain-registry/types": "^2.0.3"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "305d26dcd259fd31a0e30444f02273abaf40e298"
42
+ "gitHead": "4975fbb0b7340e960f93e5eb25294b04357cc660"
43
43
  }
@@ -69,6 +69,7 @@ const _finschiatestnet = __importStar(require("./finschiatestnet"));
69
69
  const _galacticatestnet = __importStar(require("./galacticatestnet"));
70
70
  const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
71
71
  const _hedgetestnet = __importStar(require("./hedgetestnet"));
72
+ const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
72
73
  const _humanstestnet = __importStar(require("./humanstestnet"));
73
74
  const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
74
75
  const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
@@ -205,6 +206,7 @@ const assetList = [
205
206
  _galacticatestnet.assetList,
206
207
  _gitopiatestnet.assetList,
207
208
  _hedgetestnet.assetList,
209
+ _hippoprotocoltestnet.assetList,
208
210
  _humanstestnet.assetList,
209
211
  _hypersigntestnet.assetList,
210
212
  _impacthubtestnet.assetList,
package/testnet/chains.js CHANGED
@@ -69,6 +69,7 @@ const _finschiatestnet = __importStar(require("./finschiatestnet"));
69
69
  const _galacticatestnet = __importStar(require("./galacticatestnet"));
70
70
  const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
71
71
  const _hedgetestnet = __importStar(require("./hedgetestnet"));
72
+ const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
72
73
  const _humanstestnet = __importStar(require("./humanstestnet"));
73
74
  const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
74
75
  const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
@@ -205,6 +206,7 @@ const chains = [
205
206
  _galacticatestnet.chain,
206
207
  _gitopiatestnet.chain,
207
208
  _hedgetestnet.chain,
209
+ _hippoprotocoltestnet.chain,
208
210
  _humanstestnet.chain,
209
211
  _hypersigntestnet.chain,
210
212
  _impacthubtestnet.chain,
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chainName: 'hippoprotocoltestnet',
6
+ assets: [{
7
+ description: 'The native token of Hippo Protocol.',
8
+ denomUnits: [{
9
+ denom: 'ahp',
10
+ exponent: 0
11
+ }],
12
+ typeAsset: 'sdk.coin',
13
+ base: 'ahp',
14
+ name: 'Hippo',
15
+ display: 'ahp',
16
+ symbol: 'HP',
17
+ logoURIs: {
18
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
19
+ },
20
+ images: [{
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
22
+ }],
23
+ coingeckoId: 'hippo-protocol',
24
+ socials: {
25
+ website: 'https://hippoprotocol.ai/',
26
+ twitter: 'https://x.com/Hippo_Protocol'
27
+ }
28
+ }]
29
+ };
30
+ 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,88 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chainName: 'hippoprotocoltestnet',
6
+ status: 'live',
7
+ website: 'https://hippoprotocol.ai/',
8
+ networkType: 'testnet',
9
+ prettyName: 'Hippo Protocol Testnet',
10
+ chainType: 'cosmos',
11
+ chainId: 'hippo-protocol-testnet-1',
12
+ bech32Prefix: 'hippo',
13
+ slip44: 118,
14
+ daemonName: 'hippod',
15
+ nodeHome: '$HOME/.hippod',
16
+ keyAlgos: ['secp256k1'],
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'ahp',
20
+ lowGasPrice: 4000000000000,
21
+ averageGasPrice: 5000000000000,
22
+ highGasPrice: 10000000000000
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'ahp'
28
+ }],
29
+ lockDuration: {
30
+ time: '1814400s'
31
+ }
32
+ },
33
+ codebase: {
34
+ gitRepo: 'https://github.com/hippo-protocol/hippo-protocol',
35
+ recommendedVersion: 'v1.0.0',
36
+ compatibleVersions: ['v1.0.0'],
37
+ genesis: {
38
+ genesisUrl: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-testnet-1/genesis.json'
39
+ },
40
+ consensus: {
41
+ type: 'cometbft',
42
+ repo: 'https://github.com/cometbft/cometbft',
43
+ version: 'v0.38.17',
44
+ tag: 'v0.38.17'
45
+ },
46
+ sdk: {
47
+ type: 'cosmos',
48
+ repo: 'https://github.com/cosmos/cosmos-sdk',
49
+ version: 'v0.50.13',
50
+ tag: 'v0.50.13'
51
+ },
52
+ ibc: {
53
+ type: 'go',
54
+ repo: 'https://github.com/cosmos/ibc-go',
55
+ version: 'v8.7.0',
56
+ tag: 'v8.7.0'
57
+ },
58
+ language: {
59
+ type: 'go',
60
+ version: '1.23.0'
61
+ }
62
+ },
63
+ logoURIs: {
64
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
65
+ },
66
+ apis: {
67
+ rpc: [{
68
+ address: 'https://rpc.testnet.hippo-protocol.com/',
69
+ provider: 'Hippo Protocol'
70
+ }],
71
+ rest: [{
72
+ address: 'https://api.testnet.hippo-protocol.com/',
73
+ provider: 'Hippo Protocol'
74
+ }],
75
+ grpc: []
76
+ },
77
+ explorers: [{
78
+ kind: 'Hippo River Testnet',
79
+ url: 'https://river-testnet.hippoprotocol.ai/',
80
+ txPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
81
+ accountPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
82
+ }],
83
+ images: [{
84
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
85
+ }],
86
+ description: 'One Protocol. Every Patient. Infinite Possibility.'
87
+ };
88
+ 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;
@@ -1310,6 +1310,20 @@ const info = [
1310
1310
  status: 'live',
1311
1311
  preferred: true
1312
1312
  }
1313
+ }, {
1314
+ chain1: {
1315
+ channelId: 'channel-10381',
1316
+ portId: 'icqhost'
1317
+ },
1318
+ chain2: {
1319
+ channelId: 'channel-10',
1320
+ portId: 'feeabs'
1321
+ },
1322
+ ordering: 'unordered',
1323
+ version: 'icq-1',
1324
+ tags: {
1325
+ status: 'live'
1326
+ }
1313
1327
  }]
1314
1328
  },
1315
1329
  {
@@ -64,11 +64,11 @@ const info = {
64
64
  description: 'Arcana\'s Chain Abstraction provides a unified balance on apps to spend on any chain, without swapping, bridging, or refuelling gas',
65
65
  apis: {
66
66
  rpc: [{
67
- address: 'https://cosmos01-dev.arcana.network',
67
+ address: 'https://cosmos01-dev.arcana.network:26650',
68
68
  provider: 'arcana'
69
69
  }],
70
70
  rest: [{
71
- address: 'https://cosmos01-dev.arcana.network:26650',
71
+ address: 'https://cosmos01-dev.arcana.network',
72
72
  provider: 'arcana'
73
73
  }],
74
74
  grpc: [{
@@ -38,21 +38,21 @@ const info = {
38
38
  },
39
39
  codebase: {
40
40
  gitRepo: 'https://github.com/burnt-labs/xion',
41
- tag: 'v18.0.0',
42
- recommendedVersion: 'v18.0.0',
41
+ tag: 'v19.0.1',
42
+ recommendedVersion: 'v19.0.1',
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/v18.0.0/xiond_18.0.0_darwin_amd64.zip?checksum=sha256:bf8fa7743d7aab33396d9122ab3817224d41bbbcf410424c993b1d25911faee6',
49
- "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_arm64.zip?checksum=sha256:1f8799dc21ff348ca71e25864e12b1b07c2d9be66359eab9c420887178403d9d',
50
- "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_amd64.zip?checksum=sha256:361ff8194f0f2601fd8a0759eb218b27d62d236618ca7c623481c64ec7c85a8c',
51
- "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_arm64.zip?checksum=sha256:1f49577bd44ea2a4072d88e6934e124d44594489b76d33922c4a8803db08303c'
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'
52
52
  },
53
53
  sdk: {
54
54
  type: 'cosmos',
55
- version: 'v0.50.13'
55
+ version: 'v0.53.0'
56
56
  },
57
57
  consensus: {
58
58
  type: 'cometbft',
@@ -67,7 +67,7 @@ const info = {
67
67
  version: 'v8.7.0'
68
68
  },
69
69
  genesis: {
70
- genesisUrl: 'https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/config/genesis.json'
70
+ genesisUrl: 'https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/main/config/genesis.json'
71
71
  }
72
72
  },
73
73
  apis: {
@@ -55,6 +55,20 @@ const info = [{
55
55
  status: 'live',
56
56
  preferred: true
57
57
  }
58
+ }, {
59
+ chain1: {
60
+ channelId: 'channel-10381',
61
+ portId: 'icqhost'
62
+ },
63
+ chain2: {
64
+ channelId: 'channel-10',
65
+ portId: 'feeabs'
66
+ },
67
+ ordering: 'unordered',
68
+ version: 'icq-1',
69
+ tags: {
70
+ status: 'live'
71
+ }
58
72
  }]
59
73
  }];
60
74
  exports.default = info;
@@ -8,7 +8,7 @@ const info = {
8
8
  networkType: 'testnet',
9
9
  chainType: 'cosmos',
10
10
  prettyName: 'Zenrock Gardia Testnet',
11
- chainId: 'gardia-5',
11
+ chainId: 'gardia-9',
12
12
  bech32Prefix: 'zen',
13
13
  daemonName: 'zenrockd',
14
14
  nodeHome: '$HOME/.zenrockd',