Skip to content

Commit

Permalink
fix: mainnet whitelist url for iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Apr 15, 2024
1 parent 0edb841 commit e809dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/webwallet/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const TESTNET_WHITELIST_URL =
"https://static.hydrogen.argent47.net/webwallet/iframe_whitelist_testnet.json"

export const MAINNET_WHITELIST_URL =
"https://static.argent.xyz/webwallet/iframe_whitelist_mainnet.json"
"https://static.argent.net/webwallet/iframe_whitelist_mainnet.json"

0 comments on commit e809dea

Please sign in to comment.