@hyperlane-xyz/registry 1.0.4 → 1.0.6

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.
@@ -801,6 +801,7 @@ export const chainMetadata = {
801
801
  "chainId": 88002,
802
802
  "displayName": "Proteus Testnet",
803
803
  "domainId": 88002,
804
+ "isTestnet": true,
804
805
  "name": "proteustestnet",
805
806
  "nativeToken": {
806
807
  "decimals": 18,
@@ -7,6 +7,7 @@ export const metadata = {
7
7
  "chainId": 88002,
8
8
  "displayName": "Proteus Testnet",
9
9
  "domainId": 88002,
10
+ "isTestnet": true,
10
11
  "name": "proteustestnet",
11
12
  "nativeToken": {
12
13
  "decimals": 18,
@@ -7,6 +7,7 @@
7
7
  "chainId": 88002,
8
8
  "displayName": "Proteus Testnet",
9
9
  "domainId": 88002,
10
+ "isTestnet": true,
10
11
  "name": "proteustestnet",
11
12
  "nativeToken": {
12
13
  "decimals": 18,
@@ -6,6 +6,7 @@ blocks:
6
6
  chainId: 88002
7
7
  displayName: Proteus Testnet
8
8
  domainId: 88002
9
+ isTestnet: true
9
10
  name: proteustestnet
10
11
  nativeToken:
11
12
  decimals: 18
@@ -1,4 +1,4 @@
1
- export const CHAIN_FILE_REGEX = /chains\/([a-z]+)\/([a-z]+)\.yaml/;
1
+ export const CHAIN_FILE_REGEX = /chains\/([a-z0-9]+)\/([a-z]+)\.yaml/;
2
2
  export class BaseRegistry {
3
3
  logger;
4
4
  // Caches
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": "1.0.4",
4
+ "version": "1.0.6",
5
5
  "dependencies": {
6
6
  "yaml": "^2",
7
7
  "zod": "^3.21.2"