From e809dead8a0ae3f75f45dc63281e93ce29c35f7a Mon Sep 17 00:00:00 2001 From: bluecco Date: Mon, 15 Apr 2024 16:59:45 +0200 Subject: [PATCH] fix: mainnet whitelist url for iframes --- src/connectors/webwallet/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectors/webwallet/constants.ts b/src/connectors/webwallet/constants.ts index 6844631..e45e37b 100644 --- a/src/connectors/webwallet/constants.ts +++ b/src/connectors/webwallet/constants.ts @@ -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"