Skip to content

Commit

Permalink
feat: add cbBTC between Ethereum and Flow (#380)
Browse files Browse the repository at this point in the history
### 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
tkporter authored Nov 19, 2024
1 parent d50740e commit b76c898
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-experts-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Added cbBTC between Ethereum and Flowmainnet
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 deployments/warp_routes/CBBTC/ethereum-flowmainnet-config.yaml
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

0 comments on commit b76c898

Please sign in to comment.