Skip to content

Commit fffeaa3

Browse files
authored
update goerli RPCs (#544)
1 parent d180aca commit fffeaa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/base/src/constants/rpc.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const rpcConfig = [[
4444
["Rootstock", "https://public-node.rsk.co"],
4545
]], [
4646
"Testnet", [
47-
["Ethereum", "https://rpc.ankr.com/eth_goerli"],
48-
["Polygon", "https://polygon-mumbai-bor.publicnode.com"],
47+
["Ethereum", "https://eth-goerli.public.blastapi.io"],
48+
["Polygon", "https://rpc-mumbai.polygon.technology"],
4949
["Bsc", "https://data-seed-prebsc-1-s3.binance.org:8545"],
5050
["Avalanche", "https://api.avax-test.network/ext/bc/C/rpc"],
5151
["Fantom", "https://rpc.ankr.com/fantom_testnet"],
@@ -56,9 +56,9 @@ const rpcConfig = [[
5656
["Sui", "https://fullnode.testnet.sui.io"],
5757
["Aptos", "https://fullnode.testnet.aptoslabs.com/v1"],
5858
["Sei", "https://sei-testnet-rpc.polkachu.com"],
59-
["Arbitrum", "https://arbitrum-goerli.publicnode.com"],
60-
["Optimism", "https://optimism-goerli.publicnode.com"],
61-
["Base", "https://goerli.base.org"],
59+
["Arbitrum", "https://arbitrum-goerli.public.blastapi.io"],
60+
["Optimism", "https://optimism-goerli.public.blastapi.io"],
61+
["Base", "https://base-goerli.public.blastapi.io"],
6262
["Injective", "https://testnet.sentry.tm.injective.network"],
6363
["Osmosis", "https://rpc.testnet.osmosis.zone"],
6464
["Cosmoshub", "https://rpc.sentry-02.theta-testnet.polypore.xyz"],

0 commit comments

Comments
 (0)