-
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: ubtc boba bsquared swell usdc appchain base (#438)
### Description Adds the following warp routes: - ubtc: boba -> bsquared -> swell - usdc: appchain -> base ### Backward compatibility - YES ### Testing - Manual - CLI
- Loading branch information
Showing
6 changed files
with
70 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 | ||
--- | ||
|
||
added usdc route appchain->base and ubtc route boba->bsquared->swell |
6 changes: 6 additions & 0 deletions
6
deployments/warp_routes/UBTC/boba-bsquared-swell-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,6 @@ | ||
boba: | ||
synthetic: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1" | ||
bsquared: | ||
collateral: "0x0FC41a92F526A8CD22060A4052e156502D6B9db0" | ||
swell: | ||
synthetic: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1" |
33 changes: 33 additions & 0 deletions
33
deployments/warp_routes/UBTC/boba-bsquared-swell-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,33 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1" | ||
chainName: boba | ||
connections: | ||
- token: ethereum|bsquared|0x0FC41a92F526A8CD22060A4052e156502D6B9db0 | ||
- token: ethereum|swell|0xFA3198ecF05303a6d96E57a45E6c815055D255b1 | ||
decimals: 18 | ||
logoURI: /deployments/warp_routes/UBTC/logo.svg | ||
name: uBTC | ||
standard: EvmHypSynthetic | ||
symbol: uBTC | ||
- addressOrDenom: "0x0FC41a92F526A8CD22060A4052e156502D6B9db0" | ||
chainName: bsquared | ||
collateralAddressOrDenom: "0x796e4D53067FF374B89b2Ac101ce0c1f72ccaAc2" | ||
connections: | ||
- token: ethereum|boba|0xFA3198ecF05303a6d96E57a45E6c815055D255b1 | ||
- token: ethereum|swell|0xFA3198ecF05303a6d96E57a45E6c815055D255b1 | ||
decimals: 18 | ||
logoURI: /deployments/warp_routes/UBTC/logo.svg | ||
name: uBTC | ||
standard: EvmHypCollateral | ||
symbol: uBTC | ||
- addressOrDenom: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1" | ||
chainName: swell | ||
connections: | ||
- token: ethereum|boba|0xFA3198ecF05303a6d96E57a45E6c815055D255b1 | ||
- token: ethereum|bsquared|0x0FC41a92F526A8CD22060A4052e156502D6B9db0 | ||
decimals: 18 | ||
logoURI: /deployments/warp_routes/UBTC/logo.svg | ||
name: uBTC | ||
standard: EvmHypSynthetic | ||
symbol: uBTC |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
appchain: | ||
synthetic: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1" | ||
base: | ||
collateral: "0x5C85B5F1446F27f4F71B8EE1Df2075f361054533" |
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,21 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1" | ||
chainName: appchain | ||
connections: | ||
- token: ethereum|base|0x5C85B5F1446F27f4F71B8EE1Df2075f361054533 | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDC/logo.svg | ||
name: USD Coin | ||
standard: EvmHypSynthetic | ||
symbol: USDC | ||
- addressOrDenom: "0x5C85B5F1446F27f4F71B8EE1Df2075f361054533" | ||
chainName: base | ||
collateralAddressOrDenom: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" | ||
connections: | ||
- token: ethereum|appchain|0xFA3198ecF05303a6d96E57a45E6c815055D255b1 | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDC/logo.svg | ||
name: USD Coin | ||
standard: EvmHypCollateral | ||
symbol: USDC |