Skip to content

Commit

Permalink
chore: rpc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpwrk committed Oct 3, 2024
1 parent 5409970 commit 8192dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-perp-only-market.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8192dab

Please sign in to comment.