@hyperlane-xyz/registry 9.5.0 → 9.6.0

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.
package/README.md CHANGED
@@ -19,10 +19,6 @@ Configs and artifacts for [Hyperlane Core Contract](https://docs.hyperlane.xyz/d
19
19
 
20
20
  Address artifacts for [Warp Route](https://docs.hyperlane.xyz/docs/deploy/deploy-warp-route) token deployments.
21
21
 
22
- #### Install `gitleaks`
23
-
24
- You need `gitleaks` installed on your machine. You can download it from [official page](https://github.com/gitleaks/gitleaks) or use a package manager of your choice.
25
-
26
22
  ## Contributing
27
23
 
28
24
  This registry is maintained by the core Hyperlane team but community members are encouraged to add chain and deployment information here! See the [Contribution Guide](./CONTRIBUTING.md) for more information.
@@ -2969,6 +2969,9 @@ export const chainMetadata = {
2969
2969
  },
2970
2970
  {
2971
2971
  "http": "https://cloudflare-eth.com"
2972
+ },
2973
+ {
2974
+ "http": "https://eth.drpc.org"
2972
2975
  }
2973
2976
  ],
2974
2977
  "technicalStack": "other"
@@ -43,6 +43,9 @@ export const metadata = {
43
43
  },
44
44
  {
45
45
  "http": "https://cloudflare-eth.com"
46
+ },
47
+ {
48
+ "http": "https://eth.drpc.org"
46
49
  }
47
50
  ],
48
51
  "technicalStack": "other"
@@ -43,6 +43,9 @@
43
43
  },
44
44
  {
45
45
  "http": "https://cloudflare-eth.com"
46
+ },
47
+ {
48
+ "http": "https://eth.drpc.org"
46
49
  }
47
50
  ],
48
51
  "technicalStack": "other"
@@ -30,4 +30,5 @@ rpcUrls:
30
30
  - http: https://rpc.ankr.com/eth
31
31
  - http: https://ethereum.publicnode.com
32
32
  - http: https://cloudflare-eth.com
33
+ - http: https://eth.drpc.org
33
34
  technicalStack: other
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/registry",
3
3
  "description": "A collection of configs, artifacts, and schemas for Hyperlane",
4
- "version": "9.5.0",
4
+ "version": "9.6.0",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"
@@ -70,8 +70,7 @@
70
70
  "test:unit": "yarn build && mocha --config .mocharc.json './test/unit/*.test.ts' --exit",
71
71
  "test:health": "yarn build && mocha --config .mocharc.json './test/health/*.test.ts' --exit --parallel",
72
72
  "version:prepare": "yarn changeset version && yarn install --no-immutable",
73
- "version:check": "yarn changeset status",
74
- "postinstall": "husky install"
73
+ "version:check": "yarn changeset status"
75
74
  },
76
75
  "packageManager": "yarn@4.5.1"
77
76
  }