Skip to content

Commit 50db8cd

Browse files
chore(ui-ux): added server url for faucet (#369)
1 parent a193692 commit 50db8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const securityHeaders = [
1717
`font-src fonts.gstatic.com;` +
1818
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team ${
1919
process.env.NODE_ENV === "development"
20-
? `localhost:* 127.0.0.1:* ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com`
20+
? `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`
2121
: ""
2222
};`,
2323
},

0 commit comments

Comments
 (0)