[taiko] Add RPC endpoint for Taiko test net

This commit is contained in:
Mark Spanbroek 2023-06-16 10:59:29 +02:00 committed by markspanbroek
parent 12b595b8d9
commit 0e89d293e4
1 changed files with 4 additions and 0 deletions

View File

@ -27,5 +27,9 @@ module.exports = {
codexdisttestnetwork: {
url: `${process.env.DISTTEST_NETWORK_URL}`,
},
taiko_test: {
url: "https://rpc.test.taiko.xyz",
accounts: ["<YOUR_SEPOLIA_TEST_WALLET_PRIVATE_KEY_HERE>"],
},
},
}