Skip to content

Commit

Permalink
feat: update RPCs for ink and scroll (#442)
Browse files Browse the repository at this point in the history
### Description

feat: update RPCs for ink and scroll

### 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
paulbalaji authored Dec 19, 2024
1 parent 32b4ab3 commit 63930a4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-readers-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Update ink mainnet RPC and more scroll RPCs.
2 changes: 1 addition & 1 deletion chains/ink/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ nativeToken:
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://rpc.inkonchain.com
- http: https://rpc-qnd.inkonchain.com
technicalStack: opstack
8 changes: 6 additions & 2 deletions chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,7 @@ ink:
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://rpc.inkonchain.com
- http: https://rpc-qnd.inkonchain.com
technicalStack: opstack
inksepolia:
blockExplorers:
Expand Down Expand Up @@ -4614,7 +4614,11 @@ scroll:
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://scroll.blockpi.network/v1/rpc/public
- http: https://rpc.scroll.io
- http: https://rpc.ankr.com/scroll
- http: https://scroll-mainnet.chainstacklabs.com
- http: https://scroll.drpc.org
- http: https://1rpc.io/scroll
technicalStack: other
scrollsepolia:
blockExplorers:
Expand Down
6 changes: 5 additions & 1 deletion chains/scroll/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ nativeToken:
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://scroll.blockpi.network/v1/rpc/public
- http: https://rpc.scroll.io
- http: https://rpc.ankr.com/scroll
- http: https://scroll-mainnet.chainstacklabs.com
- http: https://scroll.drpc.org
- http: https://1rpc.io/scroll
technicalStack: other

0 comments on commit 63930a4

Please sign in to comment.