@hyperlane-xyz/registry 13.3.0 → 13.4.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.
@@ -5050,7 +5050,7 @@ export const chainMetadata = {
5050
5050
  "name": "KYVE",
5051
5051
  "symbol": "KYVE"
5052
5052
  },
5053
- "protocol": "cosmos",
5053
+ "protocol": "cosmosnative",
5054
5054
  "restUrls": [
5055
5055
  {
5056
5056
  "http": "https://api.kaon.kyve.network"
@@ -5939,8 +5939,8 @@ export const chainMetadata = {
5939
5939
  },
5940
5940
  "chainId": 919,
5941
5941
  "deployer": {
5942
- "name": "guy93354",
5943
- "url": "https://github.com/guy93354"
5942
+ "name": "Abacus Works",
5943
+ "url": "https://www.hyperlane.xyz"
5944
5944
  },
5945
5945
  "displayName": "Mode Testnet",
5946
5946
  "domainId": 919,
@@ -6914,7 +6914,10 @@ export const chainMetadata = {
6914
6914
  "http": "https://polygon-rpc.com"
6915
6915
  },
6916
6916
  {
6917
- "http": "https://rpc.ankr.com/polygon"
6917
+ "http": "https://polygon.drpc.org"
6918
+ },
6919
+ {
6920
+ "http": "https://polygon-pokt.nodies.app"
6918
6921
  }
6919
6922
  ],
6920
6923
  "technicalStack": "other"
@@ -43,7 +43,7 @@ export const metadata = {
43
43
  "name": "KYVE",
44
44
  "symbol": "KYVE"
45
45
  },
46
- "protocol": "cosmos",
46
+ "protocol": "cosmosnative",
47
47
  "restUrls": [
48
48
  {
49
49
  "http": "https://api.kaon.kyve.network"
@@ -43,7 +43,7 @@
43
43
  "name": "KYVE",
44
44
  "symbol": "KYVE"
45
45
  },
46
- "protocol": "cosmos",
46
+ "protocol": "cosmosnative",
47
47
  "restUrls": [
48
48
  {
49
49
  "http": "https://api.kaon.kyve.network"
@@ -33,7 +33,7 @@ nativeToken:
33
33
  denom: tkyve
34
34
  name: KYVE
35
35
  symbol: KYVE
36
- protocol: cosmos
36
+ protocol: cosmosnative
37
37
  restUrls:
38
38
  - http: https://api.kaon.kyve.network
39
39
  rpcUrls:
@@ -14,8 +14,8 @@ export const metadata = {
14
14
  },
15
15
  "chainId": 919,
16
16
  "deployer": {
17
- "name": "guy93354",
18
- "url": "https://github.com/guy93354"
17
+ "name": "Abacus Works",
18
+ "url": "https://www.hyperlane.xyz"
19
19
  },
20
20
  "displayName": "Mode Testnet",
21
21
  "domainId": 919,
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "chainId": 919,
16
16
  "deployer": {
17
- "name": "guy93354",
18
- "url": "https://github.com/guy93354"
17
+ "name": "Abacus Works",
18
+ "url": "https://www.hyperlane.xyz"
19
19
  },
20
20
  "displayName": "Mode Testnet",
21
21
  "domainId": 919,
@@ -10,8 +10,8 @@ blocks:
10
10
  reorgPeriod: 1
11
11
  chainId: 919
12
12
  deployer:
13
- name: guy93354
14
- url: https://github.com/guy93354
13
+ name: Abacus Works
14
+ url: https://www.hyperlane.xyz
15
15
  displayName: Mode Testnet
16
16
  domainId: 919
17
17
  isTestnet: true
@@ -36,7 +36,10 @@ export const metadata = {
36
36
  "http": "https://polygon-rpc.com"
37
37
  },
38
38
  {
39
- "http": "https://rpc.ankr.com/polygon"
39
+ "http": "https://polygon.drpc.org"
40
+ },
41
+ {
42
+ "http": "https://polygon-pokt.nodies.app"
40
43
  }
41
44
  ],
42
45
  "technicalStack": "other"
@@ -36,7 +36,10 @@
36
36
  "http": "https://polygon-rpc.com"
37
37
  },
38
38
  {
39
- "http": "https://rpc.ankr.com/polygon"
39
+ "http": "https://polygon.drpc.org"
40
+ },
41
+ {
42
+ "http": "https://polygon-pokt.nodies.app"
40
43
  }
41
44
  ],
42
45
  "technicalStack": "other"
@@ -25,5 +25,6 @@ protocol: ethereum
25
25
  rpcUrls:
26
26
  - http: https://polygon-bor.publicnode.com
27
27
  - http: https://polygon-rpc.com
28
- - http: https://rpc.ankr.com/polygon
28
+ - http: https://polygon.drpc.org
29
+ - http: https://polygon-pokt.nodies.app
29
30
  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": "13.3.0",
4
+ "version": "13.4.0",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"