Skip to content

Commit fcc4d0d

Browse files
committed
fix(suite-desktop-core): add ripple domains to whitelist
1 parent a046a64 commit fcc4d0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/suite-desktop-core/src/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export const allowedDomains = [
3333
'verify.walletconnect.org', // WalletConnect
3434
'horizon.stellar.org', // Stellar Horizon, hosted by SDF
3535
'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
3639
];
3740

3841
export const silentlyBlockedDomains = [

0 commit comments

Comments
 (0)