Skip to content

Commit

Permalink
fix: whitelist url
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Jun 14, 2024
1 parent 9ddc895 commit 5659a7d
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,7 +19,7 @@ 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"

export const RPC_NODE_URL_TESTNET =
"https://api.hydrogen.argent47.net/v1/starknet/goerli/rpc/v0.6"
Expand Down

0 comments on commit 5659a7d

Please sign in to comment.