Skip to content

Commit fe90076

Browse files
committed
feat: update Rabby Wallet
1 parent 0021ff3 commit fe90076

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,38 +1250,40 @@ export const walletsData: WalletData[] = [
12501250
documentation: "https://support.exodus.com/",
12511251
},
12521252
{
1253-
last_updated: "2022-08-22",
1253+
last_updated: "2024-07-24",
12541254
name: "Rabby Wallet",
12551255
image: RabbyWalletImage,
12561256
brand_color: "#FFFFFF",
12571257
url: "https://rabby.io",
12581258
active_development_team: true,
1259-
languages_supported: ["en"],
1259+
languages_supported: ["en", "de", "es", "fr", "ja", "pt", "ru", "tr", "ua", "zh", "zh-hk"],
12601260
twitter: "https://twitter.com/Rabby_io",
12611261
discord: "https://discord.com/invite/seFBCWmUre",
12621262
reddit: "",
12631263
telegram: "",
1264-
ios: false,
1265-
android: false,
1264+
ios: true,
1265+
android: true,
12661266
linux: false,
1267-
windows: false,
1268-
macOS: false,
1267+
windows: true,
1268+
macOS: true,
12691269
firefox: false,
12701270
chromium: true,
12711271
hardware: false,
12721272
open_source: true,
12731273
repo_url: "https://github.com/RabbyHub/Rabby",
12741274
non_custodial: true,
12751275
security_audit: [
1276+
"https://github.com/RabbyHub/Rabby/blob/develop/docs/SlowMist%20Audit%20Report%20-%20Rabby%20Wallet-2023.07.20.pdf",
12761277
"https://github.com/RabbyHub/Rabby/blob/develop/docs/SlowMist%20Audit%20Report%20-%20Rabby%20browser%20extension%20wallet-2022.03.18.pdf",
1278+
"https://github.com/RabbyHub/Rabby/blob/develop/docs/Rabby%20chrome%20extension%20Penetration%20Testing%20Report.pdf"
12771279
],
12781280
scam_protection: true,
12791281
hardware_support: true,
1280-
rpc_importing: false,
1282+
rpc_importing: true,
12811283
nft_support: true,
12821284
connect_to_dapps: true,
12831285
staking: false,
1284-
swaps: false,
1286+
swaps: true,
12851287
multichain: true,
12861288
layer_2: true,
12871289
gas_fee_customization: true,

0 commit comments

Comments
 (0)