Skip to content

Commit

Permalink
add occ rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 17, 2025
1 parent 8788ff2 commit c4c2ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/helper/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const DEFAULTS = {
FLOW_RPC: "https://rest-mainnet.onflow.org",
SONEIUM_RPC: "https://rpc.soneium.org",
SONEIUM_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
SUPERPOSITION_RPC: "https://rpc.superposition.so"
SUPERPOSITION_RPC: "https://rpc.superposition.so",
OCC_RPC: "https://rpc.edu-chain.raas.gelato.cloud"
}

const ENV_KEYS = [
Expand Down

0 comments on commit c4c2ce4

Please sign in to comment.