Skip to content

Commit

Permalink
Update Pulsechain metadata and addresses (#197)
Browse files Browse the repository at this point in the history
### Description

This PR adds a few more configurations for Pulsechain to the Hyperlane
registry.

The changes include:

1) Updated Pulsechain metadata with the "transactionOverrides".

2) Added "addresses.yaml" for the Pulsechain. 


### Backward compatibility

Yes

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->

### Testing

Yes 

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->

---------

Co-authored-by: J M Rossy <[email protected]>
Co-authored-by: Paul Balaji <[email protected]>
  • Loading branch information
3 people committed Sep 16, 2024
1 parent aa0819d commit cee6f8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-flies-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

Update pulsechain metadata
12 changes: 12 additions & 0 deletions chains/pulsechain/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
domainRoutingIsmFactory: "0x1FB42F76F101F8EB2ed7a12aC16b028500907F80"
interchainAccountIsm: "0x12dA769027A9A6121eB176346697d81Ff6673a22"
interchainAccountRouter: "0x8A5CAEF153e4Dc59A89aAfEBbC5725726617860a"
mailbox: "0x365Ac3b1aB01e34339E3Ff1d94934bFEcB7933e0"
merkleTreeHook: "0x4482933CfbD06Efe305Ab8Fd2c077ebfD8bFF818"
proxyAdmin: "0xcD05Ae7369e14D0Fd232F0D3C025D9703B779d80"
staticAggregationHookFactory: "0xe40c877e06095417557C3bB874F4e2e8D08f11Fd"
staticAggregationIsmFactory: "0xc14441CBD763FBad2Db823CCa77AFAdeCbcdd0c4"
staticMerkleRootMultisigIsmFactory: "0x2F21FF788e14A531847E6658aFBD725555757da5"
staticMessageIdMultisigIsmFactory: "0xE15F3Eb9475C513593EAC49a8AF066B71e268556"
testRecipient: "0x867c1fd9341DEC12e4B779C35D7b7C475316b334"
validatorAnnounce: "0x27E729De58e29017BEa774a578930Ed47Fefed02"
5 changes: 4 additions & 1 deletion chains/pulsechain/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ nativeToken:
symbol: PLS
protocol: ethereum
rpcUrls:
- http: https://pulsechain-rpc.publicnode.com
- http: https://rpc.pulsechain.com
- http: https://pulsechain-rpc.publicnode.com
transactionOverrides:
maxFeePerGas: 800000000000000
maxPriorityFeePerGas: 2500000000

0 comments on commit cee6f8c

Please sign in to comment.