From c0aa6a5c297870fc86b03b4010c5cb6e57398c2d Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Thu, 8 Aug 2024 21:42:20 +0300 Subject: [PATCH] build: add taiko mainnet endpoint --- foundry.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index cb583a9ad..365d5839f 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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 @@ -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" \ No newline at end of file + taiko_hekla = "https://rpc.hekla.taiko.xyz" + taiko_mainnet = "https://rpc.mainnet.taiko.xyz" \ No newline at end of file