Skip to content

Commit

Permalink
chore(ui-ux): added server url for faucet (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Nov 24, 2023
1 parent a193692 commit 50db8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const securityHeaders = [
`font-src fonts.gstatic.com;` +
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team ${
process.env.NODE_ENV === "development"
? `localhost:* 127.0.0.1:* ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com`
? `localhost:* 127.0.0.1:* ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com yiautp9xyt.ap-southeast-1.awsapprunner.comfaucet`
: ""
};`,
},
Expand Down

0 comments on commit 50db8cd

Please sign in to comment.