Skip to content

Commit

Permalink
Deploy PNDR warp route (#461)
Browse files Browse the repository at this point in the history
### Description

Add PNDR warp route 

### Backward compatibility

Yes

### Testing

tested with `hyperlane warp send` between all 3 chains
  • Loading branch information
yorhodes authored and ltyu committed Jan 7, 2025
1 parent a171719 commit 8e33f76
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-otters-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Deploy PNDR warp route
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bsc:
synthetic: "0xDcE63e8cc7f1E2Ed25a226166abE3217c19d0BF1"
ethereum:
collateral: "0xC868Ea07031eE67dCE475D535F1AA0e5571Ba92a"
lumiaprism:
synthetic: "0x1fdfD1486b8339638C6b92f8a96D698D8182D2b1"
31 changes: 31 additions & 0 deletions deployments/warp_routes/PNDR/bsc-ethereum-lumiaprism-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xC868Ea07031eE67dCE475D535F1AA0e5571Ba92a"
chainName: ethereum
coinGeckoId: ponder-one
collateralAddressOrDenom: "0x73624d2dEF952C77a1f3B5AD995eef53E49639EC"
connections:
- token: ethereum|bsc|0xDcE63e8cc7f1E2Ed25a226166abE3217c19d0BF1
- token: ethereum|lumiaprism|0x1fdfD1486b8339638C6b92f8a96D698D8182D2b1
decimals: 18
name: Ponder
standard: EvmHypCollateral
symbol: PNDR
- addressOrDenom: "0xDcE63e8cc7f1E2Ed25a226166abE3217c19d0BF1"
chainName: bsc
connections:
- token: ethereum|ethereum|0xC868Ea07031eE67dCE475D535F1AA0e5571Ba92a
- token: ethereum|lumiaprism|0x1fdfD1486b8339638C6b92f8a96D698D8182D2b1
decimals: 18
name: Ponder
standard: EvmHypSynthetic
symbol: PNDR
- addressOrDenom: "0x1fdfD1486b8339638C6b92f8a96D698D8182D2b1"
chainName: lumiaprism
connections:
- token: ethereum|ethereum|0xC868Ea07031eE67dCE475D535F1AA0e5571Ba92a
- token: ethereum|bsc|0xDcE63e8cc7f1E2Ed25a226166abE3217c19d0BF1
decimals: 18
name: Ponder
standard: EvmHypSynthetic
symbol: PNDR
Binary file added deployments/warp_routes/PNDR/logo.jpeg
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 8e33f76

Please sign in to comment.