Skip to content

Commit

Permalink
chore(config): whitelist new ocean rpc (#282)
Browse files Browse the repository at this point in the history
chore(config): use ocean rpc
  • Loading branch information
lykalabrada authored Jul 11, 2023
1 parent 240eb49 commit be8051e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NEXT_PUBLIC_RPC_URL_MAINNET="https://base-goerli.blockscout.com"
NEXT_PUBLIC_RPC_URL_TESTNET="https://eth-goerli.blockscout.com"
NEXT_PUBLIC_RPC_URL_MAINNET="https://changi.ocean.jellyfishsdk.com"
NEXT_PUBLIC_RPC_URL_TESTNET="https://changi.ocean.jellyfishsdk.com"
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const securityHeaders = [
};` +
`style-src 'self' fonts.googleapis.com 'unsafe-inline';` +
`font-src fonts.gstatic.com;` +
`connect-src 'self' blockscout-index.changi.dfi.team ${
`connect-src 'self' changi.ocean.jellyfishsdk.com blockscout-index.changi.dfi.team ${
process.env.NODE_ENV === "development"
? `ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com 34.87.158.111:4000`
: ""
Expand Down

0 comments on commit be8051e

Please sign in to comment.