[taiko] Add RPC endpoint for Taiko test net
This commit is contained in:
parent
12b595b8d9
commit
0e89d293e4
|
@ -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>"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue