@hyperlane-xyz/registry 4.3.1 → 4.3.2

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.
@@ -25,7 +25,7 @@ export const warpRouteConfig = {
25
25
  ],
26
26
  "decimals": 9,
27
27
  "foreignDecimals": 18,
28
- "logoURI": "/deployments/warp_routes/TETH/logo.svg",
28
+ "logoURI": "/deployments/warp_routes/tETH/logo.svg",
29
29
  "name": "tETH",
30
30
  "standard": "SealevelHypSynthetic",
31
31
  "symbol": "tETH"
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "decimals": 9,
27
27
  "foreignDecimals": 18,
28
- "logoURI": "/deployments/warp_routes/TETH/logo.svg",
28
+ "logoURI": "/deployments/warp_routes/tETH/logo.svg",
29
29
  "name": "tETH",
30
30
  "standard": "SealevelHypSynthetic",
31
31
  "symbol": "tETH"
@@ -16,7 +16,7 @@ tokens:
16
16
  - token: ethereum|ethereum|0x3Ac6A6Cca0b49C3f3f06D12F46e8d88EEfbB7415
17
17
  decimals: 9
18
18
  foreignDecimals: 18
19
- logoURI: /deployments/warp_routes/TETH/logo.svg
19
+ logoURI: /deployments/warp_routes/tETH/logo.svg
20
20
  name: tETH
21
21
  standard: SealevelHypSynthetic
22
22
  symbol: tETH
@@ -1339,7 +1339,7 @@ export const warpRouteConfigs = {
1339
1339
  ],
1340
1340
  "decimals": 9,
1341
1341
  "foreignDecimals": 18,
1342
- "logoURI": "/deployments/warp_routes/TETH/logo.svg",
1342
+ "logoURI": "/deployments/warp_routes/tETH/logo.svg",
1343
1343
  "name": "tETH",
1344
1344
  "standard": "SealevelHypSynthetic",
1345
1345
  "symbol": "tETH"
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.3.1",
4
+ "version": "4.3.2",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"