From 8192dabfdd4b65f1b649768febbf37c21ffba998 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 3 Oct 2024 14:19:31 -0700 Subject: [PATCH] chore: rpc urls --- scripts/deploy-perp-only-market.s.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy-perp-only-market.s.sol b/scripts/deploy-perp-only-market.s.sol index 0735058a..357b83a9 100644 --- a/scripts/deploy-perp-only-market.s.sol +++ b/scripts/deploy-perp-only-market.s.sol @@ -27,11 +27,11 @@ import "./config-mainnet.sol"; // MAINNET // RPC: https://rpc.lyra.finance -// VERIFIER: https://explorer-prod-testnet-0eakp60405.t.conduit.xyz/api +// VERIFIER: https://explorer.derive.xyz/api // TESTNET // RPC: https://rpc-prod-testnet-0eakp60405.t.conduit.xyz -// VERIFIER: https://explorer.derive.xyz/api +// VERIFIER: https://explorer-prod-testnet-0eakp60405.t.conduit.xyz/api // will need to use an API key endpoint as limits will get hit contract DeployPerpOnlyMarket is Utils {