Skip to content

Commit 0796402

Browse files
authored
Reorder BSC rpc urls (#752)
### Description The ankr BSC public rpc url fails too often
1 parent ef806a0 commit 0796402

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/pink-socks-pretend.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+
Reorder BSC rpc urls

chains/arbitrum/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nativeToken:
2929
symbol: ETH
3030
protocol: ethereum
3131
rpcUrls:
32+
- http: https://arb1.arbitrum.io/rpc
3233
- http: https://arbitrum.llamarpc.com
3334
- http: https://rpc.ankr.com/arbitrum
34-
- http: https://arb1.arbitrum.io/rpc
3535
technicalStack: arbitrumnitro

chains/bsc/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nativeToken:
2424
symbol: BNB
2525
protocol: ethereum
2626
rpcUrls:
27-
- http: https://rpc.ankr.com/bsc
2827
- http: https://bsc.drpc.org
2928
- http: https://bscrpc.com
29+
- http: https://rpc.ankr.com/bsc
3030
technicalStack: other

0 commit comments

Comments
 (0)