We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a046a64 commit fcc4d0dCopy full SHA for fcc4d0d
packages/suite-desktop-core/src/config.ts
@@ -33,6 +33,9 @@ export const allowedDomains = [
33
'verify.walletconnect.org', // WalletConnect
34
'horizon.stellar.org', // Stellar Horizon, hosted by SDF
35
'horizon-testnet.stellar.org', // Stellar Horizon (testnet), hosted by SDF
36
+ 'xrplcluster.com', // XRP Ledger cluster, hosted by XRP Ledger Foundation
37
+ 'xrpl.ws', // XRP Ledger cluster, hosted by XRP Ledger Foundation
38
+ 's2.ripple.com', // XRP Ledger cluster, hosted by Ripple
39
];
40
41
export const silentlyBlockedDomains = [
0 commit comments