Skip to content

Commit

Permalink
build: correct sei testnet RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Aug 6, 2024
1 parent 75bf774 commit bb81731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@
polygon = "${POLYGON_RPC_URL}"
scroll = "https://rpc.scroll.io/"
sei = "https://evm-rpc.sei-apis.com"
sei_testnet = "https://evm-rpc-testnet.sei-apis.com"
sei_testnet = "https://evm-rpc.arctic-1.seinetwork.io"
sepolia = "${SEPOLIA_RPC_URL}"
taiko_hekla = "https://rpc.hekla.taiko.xyz"

0 comments on commit bb81731

Please sign in to comment.