Skip to content

Commit

Permalink
allow moralis url prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rastajpa committed Apr 14, 2023
1 parent ab12635 commit 45a32af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/allowed-url-prefixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const allowedUrlPrefixes = [
'https://cloudflare-eth.com/',
'https://polygon-rpc.com/',
'https://matic-mumbai.chainstacklabs.com',
'https://deep-index.moralis.io/api/v2/',
].concat(developmentOnlyAllowedUrlPrefixes);

const allowedUrlPrefixString = allowedUrlPrefixes.join(',');
Expand Down

0 comments on commit 45a32af

Please sign in to comment.