-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add cbBTC between Ethereum and Flow (#380)
### Description - Adds cbBTC between Ethereum and Flow ### Backward compatibility <!-- Are these changes backward compatible? Note that additions are backwards compatible. Yes/No --> ### Testing <!-- Have any new metadata configs and deployment addresses been used with any Hyperlane tooling, such as the CLI? -->
- Loading branch information
Showing
3 changed files
with
30 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 cbBTC between Ethereum and Flowmainnet |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/CBBTC/ethereum-flowmainnet-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 @@ | ||
ethereum: | ||
collateral: "0xfF5C22ea202258143557f6cc3bDe174dde6E8fE1" | ||
flowmainnet: | ||
synthetic: "0xA0197b2044D28b08Be34d98b23c9312158Ea9A18" |
21 changes: 21 additions & 0 deletions
21
deployments/warp_routes/CBBTC/ethereum-flowmainnet-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,21 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0xfF5C22ea202258143557f6cc3bDe174dde6E8fE1" | ||
chainName: ethereum | ||
collateralAddressOrDenom: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf" | ||
connections: | ||
- token: ethereum|flowmainnet|0xA0197b2044D28b08Be34d98b23c9312158Ea9A18 | ||
decimals: 8 | ||
logoURI: /deployments/warp_routes/CBBTC/logo.svg | ||
name: Coinbase Wrapped BTC | ||
standard: EvmHypCollateral | ||
symbol: cbBTC | ||
- addressOrDenom: "0xA0197b2044D28b08Be34d98b23c9312158Ea9A18" | ||
chainName: flowmainnet | ||
connections: | ||
- token: ethereum|ethereum|0xfF5C22ea202258143557f6cc3bDe174dde6E8fE1 | ||
decimals: 8 | ||
logoURI: /deployments/warp_routes/CBBTC/logo.svg | ||
name: Coinbase Wrapped BTC | ||
standard: EvmHypSynthetic | ||
symbol: cbBTC |