Skip to content

Commit 58b2338

Browse files
authored
fix: update default polygon RPCs (#751)
### Description fix: update default polygon RPCs ### 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? -->
1 parent a68c1e1 commit 58b2338

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/moody-mugs-whisper.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/registry': patch
3+
---
4+
5+
Update polygon RPCs, removing default ankr one.

chains/polygon/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ protocol: ethereum
2525
rpcUrls:
2626
- http: https://polygon-bor.publicnode.com
2727
- http: https://polygon-rpc.com
28-
- http: https://rpc.ankr.com/polygon
28+
- http: https://polygon.drpc.org
29+
- http: https://polygon-pokt.nodies.app
2930
technicalStack: other

0 commit comments

Comments
 (0)