Skip to content

Commit 8e2b70e

Browse files
authored
chore(gateway-contracts): update testnet urls (#1220)
1 parent a60aa95 commit 8e2b70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway-contracts/hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ const config: HardhatUserConfig = {
153153
network: "testnet",
154154
chainId: chainIds.testnet,
155155
urls: {
156-
apiURL: "https://explorer.testnet.zama.cloud/api",
157-
browserURL: "https://explorer.testnet.zama.cloud/",
156+
apiURL: "https://explorer-zama-testnet-0.t.conduit.xyz/api",
157+
browserURL: "https://explorer-zama-testnet-0.t.conduit.xyz",
158158
},
159159
},
160160
{

0 commit comments

Comments
 (0)