We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44ed33 commit ac67833Copy full SHA for ac67833
hardhat.config.ts
@@ -2114,18 +2114,18 @@ const config: HardhatUserConfig = {
2114
},
2115
{
2116
network: "taiko",
2117
- chainId: 167013,
+ chainId: 167000,
2118
urls: {
2119
apiURL: "https://api.taikoscan.io/api",
2120
- browserURL: "https://hoodi.taikoscan.io",
+ browserURL: "https://taikoscan.io",
2121
2122
2123
2124
network: "taikoTestnet",
2125
- chainId: 167009,
+ chainId: 167013,
2126
2127
- apiURL: "https://api-hekla.taikoscan.io/api",
2128
- browserURL: "https://hekla.taikoscan.io",
+ apiURL: "https://api-hoodi.taikoscan.io/api",
+ browserURL: "https://hoodi.taikoscan.io",
2129
2130
2131
0 commit comments