Skip to content

Commit

Permalink
feat: update RPCs for ink and scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Dec 18, 2024
1 parent 0a2dfe9 commit f2bfff0
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 f2bfff0

Please sign in to comment.