Skip to content

Commit

Permalink
feat(deploy): deploy pumpBTC between ethereum<>sei (#422)
Browse files Browse the repository at this point in the history
### Description

- design doc -
https://www.notion.so/hyperlanexyz/PumpBTC-1446d35200d680ceb825c3364e2b74f5

### 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?
-->

---------

Co-authored-by: Paul Balaji <[email protected]>
  • Loading branch information
aroralanuk and paulbalaji authored Dec 13, 2024
1 parent bde63f7 commit 3aeee15
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-parents-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Deployed pumpBTC route ethereum<>sei
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0x179149B7E74910d2A58b2a737e1a8B6F44388882"
sei:
synthetic: "0x64310A6176979ac8a752fFC98c0FBbC4CF861ACe"
22 changes: 22 additions & 0 deletions deployments/warp_routes/pumpBTCsei/ethereum-sei-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x179149B7E74910d2A58b2a737e1a8B6F44388882"
chainName: ethereum
coinGeckoId: bitcoin
collateralAddressOrDenom: "0xe9ebd666954B7F0B5B044704c86B126651f6235d"
connections:
- token: ethereum|sei|0x64310A6176979ac8a752fFC98c0FBbC4CF861ACe
decimals: 8
logoURI: /deployments/warp_routes/pumpBTCsei/pumpBTCsei-logo.svg
name: pumpBTC.sei
standard: EvmHypCollateral
symbol: pumpBTC.sei
- addressOrDenom: "0x64310A6176979ac8a752fFC98c0FBbC4CF861ACe"
chainName: sei
connections:
- token: ethereum|ethereum|0x179149B7E74910d2A58b2a737e1a8B6F44388882
decimals: 8
logoURI: /deployments/warp_routes/pumpBTCsei/redBTC-logo.svg
name: redBTC
standard: EvmHypSynthetic
symbol: redBTC
1 change: 1 addition & 0 deletions deployments/warp_routes/pumpBTCsei/pumpBTCsei-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions deployments/warp_routes/pumpBTCsei/redBTC-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3aeee15

Please sign in to comment.