@hyperlane-xyz/registry 13.2.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
@@ -252,6 +252,10 @@
252
252
  ],
253
253
  "additionalProperties": false,
254
254
  "description": "Default retry settings to be used by a provider such as MultiProvider."
255
+ },
256
+ "public": {
257
+ "type": "boolean",
258
+ "description": "Flag if the RPC is publicly available."
255
259
  }
256
260
  },
257
261
  "required": [
@@ -8,9 +8,6 @@ export const warpRouteConfig = {
8
8
  "connections": [
9
9
  {
10
10
  "token": "ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
11
- },
12
- {
13
- "token": "ethereum|base|0x66477F84bd21697c7781fc3992b3163463e3B224"
14
11
  }
15
12
  ],
16
13
  "decimals": 8,
@@ -43,9 +40,6 @@ export const warpRouteConfig = {
43
40
  "coinGeckoId": "coinbase-wrapped-btc",
44
41
  "collateralAddressOrDenom": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
45
42
  "connections": [
46
- {
47
- "token": "ethereum|ethereum|0x7710d2FC9A2E0452b28a2cBf550429b579347199"
48
- },
49
43
  {
50
44
  "token": "ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
51
45
  }
@@ -8,9 +8,6 @@
8
8
  "connections": [
9
9
  {
10
10
  "token": "ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
11
- },
12
- {
13
- "token": "ethereum|base|0x66477F84bd21697c7781fc3992b3163463e3B224"
14
11
  }
15
12
  ],
16
13
  "decimals": 8,
@@ -43,9 +40,6 @@
43
40
  "coinGeckoId": "coinbase-wrapped-btc",
44
41
  "collateralAddressOrDenom": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
45
42
  "connections": [
46
- {
47
- "token": "ethereum|ethereum|0x7710d2FC9A2E0452b28a2cBf550429b579347199"
48
- },
49
43
  {
50
44
  "token": "ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
51
45
  }
@@ -6,7 +6,6 @@ tokens:
6
6
  collateralAddressOrDenom: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"
7
7
  connections:
8
8
  - token: ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484
9
- - token: ethereum|base|0x66477F84bd21697c7781fc3992b3163463e3B224
10
9
  decimals: 8
11
10
  logoURI: /deployments/warp_routes/CBBTC/logo.svg
12
11
  name: Coinbase Wrapped BTC
@@ -28,7 +27,6 @@ tokens:
28
27
  coinGeckoId: coinbase-wrapped-btc
29
28
  collateralAddressOrDenom: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
30
29
  connections:
31
- - token: ethereum|ethereum|0x7710d2FC9A2E0452b28a2cBf550429b579347199
32
30
  - token: ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484
33
31
  decimals: 8
34
32
  logoURI: /deployments/warp_routes/CBBTC/logo.svg
@@ -354,9 +354,6 @@ export const warpRouteConfigs = {
354
354
  "connections": [
355
355
  {
356
356
  "token": "ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
357
- },
358
- {
359
- "token": "ethereum|base|0x66477F84bd21697c7781fc3992b3163463e3B224"
360
357
  }
361
358
  ],
362
359
  "decimals": 8,
@@ -389,9 +386,6 @@ export const warpRouteConfigs = {
389
386
  "coinGeckoId": "coinbase-wrapped-btc",
390
387
  "collateralAddressOrDenom": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
391
388
  "connections": [
392
- {
393
- "token": "ethereum|ethereum|0x7710d2FC9A2E0452b28a2cBf550429b579347199"
394
- },
395
389
  {
396
390
  "token": "ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
397
391
  }
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.2.0",
4
+ "version": "13.4.0",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"
@@ -10,7 +10,7 @@
10
10
  "@changesets/cli": "^2.26.2",
11
11
  "@eslint/js": "^9.1.1",
12
12
  "@faker-js/faker": "^9.6.0",
13
- "@hyperlane-xyz/sdk": "11.0.0",
13
+ "@hyperlane-xyz/sdk": "12.0.0",
14
14
  "@types/chai-as-promised": "^8",
15
15
  "@types/mocha": "^10.0.1",
16
16
  "@types/node": "^16.9.1",