Skip to content

Commit

Permalink
rpcs: added monad testnet, removed duplicate unichain (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters authored Feb 12, 2025
1 parent b3b4e26 commit 9adcde0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const rpcConfig = [[
["Berachain", "https://rpc.berachain.com"],
["Unichain", "https://mainnet.unichain.org"],
["Worldchain","https://worldchain-mainnet.g.alchemy.com/public"],
["Unichain", "https://mainnet.unichain.org"],
]], [
"Testnet", [
["Ethereum", "https://eth-sepolia.public.blastapi.io"],
Expand Down Expand Up @@ -99,7 +98,7 @@ const rpcConfig = [[
["Worldchain", "https://worldchain-sepolia.g.alchemy.com/public"],
["Ink", "https://rpc-qnd-sepolia.inkonchain.com"],
["HyperEVM", "https://api.hyperliquid-testnet.xyz/evm"],
["Monad", ""], // TODO: No public rpc is currently available, override with a custom rpc for now.
["Monad", "https://testnet-rpc.monad.xyz"],
["Noble", "https://noble-testnet-rpc.polkachu.com/"],
]], [
"Devnet", [
Expand Down

0 comments on commit 9adcde0

Please sign in to comment.