@hyperlane-xyz/registry 4.5.0 → 4.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.
@@ -4044,10 +4044,7 @@ export const chainMetadata = {
4044
4044
  {
4045
4045
  "http": "https://mycrypto.rsk.co"
4046
4046
  }
4047
- ],
4048
- "transactionOverrides": {
4049
- "gasLimit": 6800000
4050
- }
4047
+ ]
4051
4048
  },
4052
4049
  "rootstocktestnet": {
4053
4050
  "blockExplorers": [
@@ -4082,10 +4079,7 @@ export const chainMetadata = {
4082
4079
  {
4083
4080
  "http": "https://rpc.testnet.rootstock.io/YZIZHxGCQAryubOWH7LjdtjNkSDb5J-T"
4084
4081
  }
4085
- ],
4086
- "transactionOverrides": {
4087
- "gasLimit": 6800000
4088
- }
4082
+ ]
4089
4083
  },
4090
4084
  "saakuru": {
4091
4085
  "blockExplorers": [
@@ -37,8 +37,5 @@ export const metadata = {
37
37
  {
38
38
  "http": "https://mycrypto.rsk.co"
39
39
  }
40
- ],
41
- "transactionOverrides": {
42
- "gasLimit": 6800000
43
- }
40
+ ]
44
41
  };
@@ -37,8 +37,5 @@
37
37
  {
38
38
  "http": "https://mycrypto.rsk.co"
39
39
  }
40
- ],
41
- "transactionOverrides": {
42
- "gasLimit": 6800000
43
- }
40
+ ]
44
41
  }
@@ -29,7 +29,3 @@ rpcUrls:
29
29
  - http: https://rpc.mainnet.rootstock.io/kXhXHf6TnnfW1POvr4UT0YUvujmuju-M
30
30
  - http: https://public-node.rsk.co
31
31
  - http: https://mycrypto.rsk.co
32
- transactionOverrides:
33
- # Maximum gas the operation can afford. It's an upper limit the user sets to prevent losing gas.
34
- # Reference: https://dev.rootstock.io/concepts/rbtc/gas/
35
- gasLimit: 6800000
@@ -31,8 +31,5 @@ export const metadata = {
31
31
  {
32
32
  "http": "https://rpc.testnet.rootstock.io/YZIZHxGCQAryubOWH7LjdtjNkSDb5J-T"
33
33
  }
34
- ],
35
- "transactionOverrides": {
36
- "gasLimit": 6800000
37
- }
34
+ ]
38
35
  };
@@ -31,8 +31,5 @@
31
31
  {
32
32
  "http": "https://rpc.testnet.rootstock.io/YZIZHxGCQAryubOWH7LjdtjNkSDb5J-T"
33
33
  }
34
- ],
35
- "transactionOverrides": {
36
- "gasLimit": 6800000
37
- }
34
+ ]
38
35
  }
@@ -26,5 +26,3 @@ rpcUrls:
26
26
  # Recommended way is to get a new APIKEY whoever wants to run Hyperlane on Rootstock.
27
27
  # RPC API Dashboard: https://dashboard.rpc.rootstock.io
28
28
  - http: https://rpc.testnet.rootstock.io/YZIZHxGCQAryubOWH7LjdtjNkSDb5J-T
29
- transactionOverrides:
30
- gasLimit: 6800000
@@ -0,0 +1,2 @@
1
+ import type { WarpCoreConfig } from '@hyperlane-xyz/sdk';
2
+ export declare const warpRouteConfig: WarpCoreConfig;
@@ -0,0 +1,34 @@
1
+ export const warpRouteConfig = {
2
+ "tokens": [
3
+ {
4
+ "addressOrDenom": "0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd",
5
+ "chainName": "ethereum",
6
+ "collateralAddressOrDenom": "0xbC5511354C4A9a50DE928F56DB01DD327c4e56d5",
7
+ "connections": [
8
+ {
9
+ "token": "ethereum|zircuit|0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764"
10
+ }
11
+ ],
12
+ "decimals": 18,
13
+ "logoURI": "/deployments/warp_routes/PZETH/logo.svg",
14
+ "name": "Renzo Restaked LST ",
15
+ "standard": "EvmHypXERC20Lockbox",
16
+ "symbol": "pzETH"
17
+ },
18
+ {
19
+ "addressOrDenom": "0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764",
20
+ "chainName": "zircuit",
21
+ "collateralAddressOrDenom": "0x9cb41CD74D01ae4b4f640EC40f7A60cA1bCF83E7",
22
+ "connections": [
23
+ {
24
+ "token": "ethereum|ethereum|0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd"
25
+ }
26
+ ],
27
+ "decimals": 18,
28
+ "logoURI": "/deployments/warp_routes/PZETH/logo.svg",
29
+ "name": "Renzo Restaked LST ",
30
+ "standard": "EvmHypXERC20",
31
+ "symbol": "pzETH"
32
+ }
33
+ ]
34
+ };
@@ -0,0 +1,34 @@
1
+ {
2
+ "tokens": [
3
+ {
4
+ "addressOrDenom": "0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd",
5
+ "chainName": "ethereum",
6
+ "collateralAddressOrDenom": "0xbC5511354C4A9a50DE928F56DB01DD327c4e56d5",
7
+ "connections": [
8
+ {
9
+ "token": "ethereum|zircuit|0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764"
10
+ }
11
+ ],
12
+ "decimals": 18,
13
+ "logoURI": "/deployments/warp_routes/PZETH/logo.svg",
14
+ "name": "Renzo Restaked LST ",
15
+ "standard": "EvmHypXERC20Lockbox",
16
+ "symbol": "pzETH"
17
+ },
18
+ {
19
+ "addressOrDenom": "0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764",
20
+ "chainName": "zircuit",
21
+ "collateralAddressOrDenom": "0x9cb41CD74D01ae4b4f640EC40f7A60cA1bCF83E7",
22
+ "connections": [
23
+ {
24
+ "token": "ethereum|ethereum|0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd"
25
+ }
26
+ ],
27
+ "decimals": 18,
28
+ "logoURI": "/deployments/warp_routes/PZETH/logo.svg",
29
+ "name": "Renzo Restaked LST ",
30
+ "standard": "EvmHypXERC20",
31
+ "symbol": "pzETH"
32
+ }
33
+ ]
34
+ }
@@ -0,0 +1,22 @@
1
+ # yaml-language-server: $schema=../schema.json
2
+ tokens:
3
+ - addressOrDenom: "0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd"
4
+ chainName: ethereum
5
+ collateralAddressOrDenom: "0xbC5511354C4A9a50DE928F56DB01DD327c4e56d5"
6
+ connections:
7
+ - token: ethereum|zircuit|0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764
8
+ decimals: 18
9
+ logoURI: /deployments/warp_routes/PZETH/logo.svg
10
+ name: "Renzo Restaked LST "
11
+ standard: EvmHypXERC20Lockbox
12
+ symbol: pzETH
13
+ - addressOrDenom: "0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764"
14
+ chainName: zircuit
15
+ collateralAddressOrDenom: "0x9cb41CD74D01ae4b4f640EC40f7A60cA1bCF83E7"
16
+ connections:
17
+ - token: ethereum|ethereum|0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd
18
+ decimals: 18
19
+ logoURI: /deployments/warp_routes/PZETH/logo.svg
20
+ name: "Renzo Restaked LST "
21
+ standard: EvmHypXERC20
22
+ symbol: pzETH
@@ -982,6 +982,40 @@ export const warpRouteConfigs = {
982
982
  }
983
983
  ]
984
984
  },
985
+ "pzETH/ethereum-zircuit": {
986
+ "tokens": [
987
+ {
988
+ "addressOrDenom": "0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd",
989
+ "chainName": "ethereum",
990
+ "collateralAddressOrDenom": "0xbC5511354C4A9a50DE928F56DB01DD327c4e56d5",
991
+ "connections": [
992
+ {
993
+ "token": "ethereum|zircuit|0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764"
994
+ }
995
+ ],
996
+ "decimals": 18,
997
+ "logoURI": "/deployments/warp_routes/PZETH/logo.svg",
998
+ "name": "Renzo Restaked LST ",
999
+ "standard": "EvmHypXERC20Lockbox",
1000
+ "symbol": "pzETH"
1001
+ },
1002
+ {
1003
+ "addressOrDenom": "0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764",
1004
+ "chainName": "zircuit",
1005
+ "collateralAddressOrDenom": "0x9cb41CD74D01ae4b4f640EC40f7A60cA1bCF83E7",
1006
+ "connections": [
1007
+ {
1008
+ "token": "ethereum|ethereum|0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd"
1009
+ }
1010
+ ],
1011
+ "decimals": 18,
1012
+ "logoURI": "/deployments/warp_routes/PZETH/logo.svg",
1013
+ "name": "Renzo Restaked LST ",
1014
+ "standard": "EvmHypXERC20",
1015
+ "symbol": "pzETH"
1016
+ }
1017
+ ]
1018
+ },
985
1019
  "SOL/eclipsemainnet-solanamainnet": {
986
1020
  "tokens": [
987
1021
  {
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": "4.5.0",
4
+ "version": "4.6.0",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"