@hyperlane-xyz/registry 13.7.0 → 13.7.1

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.
@@ -11,6 +11,7 @@ export const warpRouteConfig = {
11
11
  }
12
12
  ],
13
13
  "decimals": 6,
14
+ "logoURI": "/deployments/warp_routes/USDC/logo.svg",
14
15
  "name": "USD Coin",
15
16
  "standard": "EvmHypCollateralFiat",
16
17
  "symbol": "USDC"
@@ -26,6 +27,7 @@ export const warpRouteConfig = {
26
27
  }
27
28
  ],
28
29
  "decimals": 6,
30
+ "logoURI": "/deployments/warp_routes/USDC/logo.svg",
29
31
  "name": "USD Coin",
30
32
  "standard": "EvmHypCollateral",
31
33
  "symbol": "USDC"
@@ -11,6 +11,7 @@
11
11
  }
12
12
  ],
13
13
  "decimals": 6,
14
+ "logoURI": "/deployments/warp_routes/USDC/logo.svg",
14
15
  "name": "USD Coin",
15
16
  "standard": "EvmHypCollateralFiat",
16
17
  "symbol": "USDC"
@@ -26,6 +27,7 @@
26
27
  }
27
28
  ],
28
29
  "decimals": 6,
30
+ "logoURI": "/deployments/warp_routes/USDC/logo.svg",
29
31
  "name": "USD Coin",
30
32
  "standard": "EvmHypCollateral",
31
33
  "symbol": "USDC"
@@ -7,6 +7,7 @@ tokens:
7
7
  connections:
8
8
  - token: ethereum|ethereum|0x6de5FaBC6B4663BD6BdBc064Bbb183E61aF1daDE
9
9
  decimals: 6
10
+ logoURI: /deployments/warp_routes/USDC/logo.svg
10
11
  name: USD Coin
11
12
  standard: EvmHypCollateralFiat
12
13
  symbol: USDC
@@ -17,6 +18,7 @@ tokens:
17
18
  connections:
18
19
  - token: ethereum|coti|0xEE2e85Df244e32d95d9f327D7a35Ba3d2d412225
19
20
  decimals: 6
21
+ logoURI: /deployments/warp_routes/USDC/logo.svg
20
22
  name: USD Coin
21
23
  standard: EvmHypCollateral
22
24
  symbol: USDC
@@ -7396,6 +7396,7 @@ export const warpRouteConfigs = {
7396
7396
  }
7397
7397
  ],
7398
7398
  "decimals": 6,
7399
+ "logoURI": "/deployments/warp_routes/USDC/logo.svg",
7399
7400
  "name": "USD Coin",
7400
7401
  "standard": "EvmHypCollateralFiat",
7401
7402
  "symbol": "USDC"
@@ -7411,6 +7412,7 @@ export const warpRouteConfigs = {
7411
7412
  }
7412
7413
  ],
7413
7414
  "decimals": 6,
7415
+ "logoURI": "/deployments/warp_routes/USDC/logo.svg",
7414
7416
  "name": "USD Coin",
7415
7417
  "standard": "EvmHypCollateral",
7416
7418
  "symbol": "USDC"
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.7.0",
4
+ "version": "13.7.1",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"