-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: artela warp route artifacts (#488)
### Description <!-- Summary of change. Example: Add sepolia chain --> 1. Add `USDC/artela-base` artifacts 2. Add `WETH/artela-base` artifacts 3. Update `artela` block family to `blockscout` ### Backward compatibility <!-- Are these changes backward compatible? Note that additions are backwards compatible. Yes/No --> Yes ### Testing <!-- Have any new metadata configs and deployment addresses been used with any Hyperlane tooling, such as the CLI? --> CLI
- Loading branch information
Showing
7 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/registry': minor | ||
--- | ||
|
||
Add Artela/Base USDC and WETH warp route artifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
artela: | ||
synthetic: "0x8d9Bd7E9ec3cd799a659EE650DfF6C799309fA91" | ||
base: | ||
collateral: "0x01348F639D6e418A5a9673c08c0dDf6ecCB80F37" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0x8d9Bd7E9ec3cd799a659EE650DfF6C799309fA91" | ||
chainName: artela | ||
connections: | ||
- token: ethereum|base|0x01348F639D6e418A5a9673c08c0dDf6ecCB80F37 | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDC/logo.svg | ||
name: USD Coin | ||
standard: EvmHypSynthetic | ||
symbol: USDC.a | ||
- addressOrDenom: "0x01348F639D6e418A5a9673c08c0dDf6ecCB80F37" | ||
chainName: base | ||
coinGeckoId: usd-coin | ||
collateralAddressOrDenom: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" | ||
connections: | ||
- token: ethereum|artela|0x8d9Bd7E9ec3cd799a659EE650DfF6C799309fA91 | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDC/logo.svg | ||
name: USD Coin | ||
standard: EvmHypCollateral | ||
symbol: USDC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
artela: | ||
synthetic: "0xfae4e14D01D9E13FB5db20A0329ED0472A2D96C7" | ||
base: | ||
collateral: "0x5B4d7FD7E6Cb11170137df1A0dB24645533EC0b5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0xfae4e14D01D9E13FB5db20A0329ED0472A2D96C7" | ||
chainName: artela | ||
connections: | ||
- token: ethereum|base|0x5B4d7FD7E6Cb11170137df1A0dB24645533EC0b5 | ||
decimals: 18 | ||
logoURI: /deployments/warp_routes/WETH/logo.svg | ||
name: Wrapped Ether | ||
standard: EvmHypSynthetic | ||
symbol: WETH.a | ||
- addressOrDenom: "0x5B4d7FD7E6Cb11170137df1A0dB24645533EC0b5" | ||
chainName: base | ||
coinGeckoId: l2-standard-bridged-weth-base | ||
collateralAddressOrDenom: "0x4200000000000000000000000000000000000006" | ||
connections: | ||
- token: ethereum|artela|0xfae4e14D01D9E13FB5db20A0329ED0472A2D96C7 | ||
decimals: 18 | ||
logoURI: /deployments/warp_routes/WETH/logo.svg | ||
name: Wrapped Ether | ||
standard: EvmHypCollateral | ||
symbol: WETH |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.