-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(warp): Add MAGIC/arbitrum-treasure warp deployment artefacts (#423)
### Description - Add MAGIC/arbitrum-treasure warp deployment artefacts - Manually copied from partner chat
- Loading branch information
1 parent
4d1b327
commit bde63f7
Showing
3 changed files
with
29 additions
and
0 deletions.
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 | ||
--- | ||
|
||
Adding MAGIC/arbitrum-treasure warp deployment artefacts |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/MAGIC/arbitrum-treasure-addresses.yaml
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 @@ | ||
arbitrum: | ||
collateral: "0x240d04a70B038369C8DF703B78B3b47332EeE116" | ||
treasure: | ||
native: "0x01c94f24F8D72BB9C3f61c4ED0b9b86BfC23BADd" |
20 changes: 20 additions & 0 deletions
20
deployments/warp_routes/MAGIC/arbitrum-treasure-config.yaml
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,20 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0x240d04a70B038369C8DF703B78B3b47332EeE116" | ||
chainName: arbitrum | ||
coinGeckoId: magic | ||
collateralAddressOrDenom: "0x539bdE0d7Dbd336b79148AA742883198BBF60342" | ||
connections: | ||
- token: ethereum|treasure|0x01c94f24F8D72BB9C3f61c4ED0b9b86BfC23BADd | ||
decimals: 18 | ||
name: MAGIC | ||
standard: EvmHypCollateral | ||
symbol: MAGIC | ||
- addressOrDenom: "0x01c94f24F8D72BB9C3f61c4ED0b9b86BfC23BADd" | ||
chainName: treasure | ||
connections: | ||
- token: ethereum|arbitrum|0x240d04a70B038369C8DF703B78B3b47332EeE116 | ||
decimals: 18 | ||
name: MAGIC | ||
standard: EvmHypNative | ||
symbol: MAGIC |