Skip to content

Commit

Permalink
build: add taiko mainnet endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Aug 8, 2024
1 parent bb81731 commit c0aa6a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
sei_testnet = { key = "verifyContract", url = "https://blockscout.com/poa/core/api?" }
sepolia = { key = "${SEPOLIASCAN_KEY}" }
taiko_hekla = { key = "verifyContract", url = "https://blockscoutapi.hekla.taiko.xyz/api?" }
taiko_mainnet = { key = "${TAIKO_MAINNET_API_KEY}" }

[fmt]
bracket_spacing = true
Expand Down Expand Up @@ -143,4 +144,5 @@
sei = "https://evm-rpc.sei-apis.com"
sei_testnet = "https://evm-rpc.arctic-1.seinetwork.io"
sepolia = "${SEPOLIA_RPC_URL}"
taiko_hekla = "https://rpc.hekla.taiko.xyz"
taiko_hekla = "https://rpc.hekla.taiko.xyz"
taiko_mainnet = "https://rpc.mainnet.taiko.xyz"

0 comments on commit c0aa6a5

Please sign in to comment.