Skip to content

Commit

Permalink
chore(ops): update config (#334)
Browse files Browse the repository at this point in the history
* fix(ui-ux): modified network from testnet to changi

* chore(package): update eslint to 6.6.0

* update network

* fix

* chore(ops): update config

---------

Co-authored-by: chloe <44501120+chloezxyy@users.noreply.github.com>
  • Loading branch information
pierregee and chloezxyy authored Sep 6, 2023
1 parent df67960 commit a5781d0
Showing 1 changed file with 1 addition and 1 deletion.
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' changi.ocean.jellyfishsdk.com changi.dfi.team ${
`connect-src 'self' blockscout.changi.ocean.jellyfishsdk.com changi.dfi.team ${
process.env.NODE_ENV === "development"
? `ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com`
: ""
Expand Down

0 comments on commit a5781d0

Please sign in to comment.