Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tonarinolo authored Jan 14, 2025
2 parents 6d674cd + 88aee3b commit 5912034
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-papayas-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

added the ethereum form usdt warp route
5 changes: 5 additions & 0 deletions .changeset/rare-hotels-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add Artela metadata and logo
5 changes: 5 additions & 0 deletions .changeset/sour-rules-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Update soneium block explorer.
4 changes: 2 additions & 2 deletions chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5052,10 +5052,10 @@ solotestnet:
- http: https://solo-testnet.rpc.caldera.xyz/http
soneium:
blockExplorers:
- apiUrl: https://explorer.soneium.org/api
- apiUrl: https://soneium.blockscout.com/api
family: blockscout
name: Soneium Explorer
url: https://explorer.soneium.org
url: https://soneium.blockscout.com
blocks:
confirmations: 1
estimateBlockTime: 2
Expand Down
4 changes: 2 additions & 2 deletions chains/soneium/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://explorer.soneium.org/api
- apiUrl: https://soneium.blockscout.com/api
family: blockscout
name: Soneium Explorer
url: https://explorer.soneium.org
url: https://soneium.blockscout.com
blocks:
confirmations: 1
estimateBlockTime: 2
Expand Down
1 change: 1 addition & 0 deletions deployments/warp_routes/ART/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions deployments/warp_routes/ART/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Artela",
"symbol": "ART",
"description": "Solana Warp Route for ART.",
"image": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/refs/heads/main/deployments/warp_routes/ART/logo.svg",
"twitter": "https://x.com/Artela_Network",
"website": "https://artela.network/"
}
4 changes: 4 additions & 0 deletions deployments/warp_routes/USDC/ethereum-form-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0x3551011EA5F210981E9C2a8659444011370f41e2"
form:
collateral: "0xC316C8252B5F2176d0135Ebb0999E99296998F2e"
22 changes: 22 additions & 0 deletions deployments/warp_routes/USDC/ethereum-form-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x3551011EA5F210981E9C2a8659444011370f41e2"
chainName: ethereum
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
connections:
- token: ethereum|form|0xC316C8252B5F2176d0135Ebb0999E99296998F2e
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypCollateral
symbol: USDC
- addressOrDenom: "0xC316C8252B5F2176d0135Ebb0999E99296998F2e"
chainName: form
collateralAddressOrDenom: "0xFBf489bb4783D4B1B2e7D07ba39873Fb8068507D"
connections:
- token: ethereum|ethereum|0x3551011EA5F210981E9C2a8659444011370f41e2
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypCollateralFiat
symbol: USDC
4 changes: 4 additions & 0 deletions deployments/warp_routes/USDT/ethereum-form-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304"
form:
synthetic: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1"
21 changes: 21 additions & 0 deletions deployments/warp_routes/USDT/ethereum-form-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304"
chainName: ethereum
collateralAddressOrDenom: "0xdac17f958d2ee523a2206206994597c13d831ec7"
connections:
- token: ethereum|form|0xFA3198ecF05303a6d96E57a45E6c815055D255b1
decimals: 6
logoURI: /deployments/warp_routes/USDT/logo.svg
name: Tether USD
standard: EvmHypCollateral
symbol: USDT
- addressOrDenom: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1"
chainName: form
connections:
- token: ethereum|ethereum|0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304
decimals: 6
logoURI: /deployments/warp_routes/USDT/logo.svg
name: Tether USD
standard: EvmHypSynthetic
symbol: USDT

0 comments on commit 5912034

Please sign in to comment.