From c4c2ce414d544f5a59464d83e9e1bfd0e6a061ca Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Fri, 17 Jan 2025 21:46:46 +0000 Subject: [PATCH] add occ rpc --- projects/helper/env.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/helper/env.js b/projects/helper/env.js index c29fc94db0..b34a2a25bf 100644 --- a/projects/helper/env.js +++ b/projects/helper/env.js @@ -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 = [