Skip to content

Commit 3acb396

Browse files
authored
Merge pull request #13480 from vvvvvv1vvvvvv/dev
feat: update Rabby Wallet
2 parents 9491765 + fe90076 commit 3acb396

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
@@ -1251,38 +1251,40 @@ export const walletsData: WalletData[] = [
12511251
documentation: "https://support.exodus.com/",
12521252
},
12531253
{
1254-
last_updated: "2022-08-22",
1254+
last_updated: "2024-07-24",
12551255
name: "Rabby Wallet",
12561256
image: RabbyWalletImage,
12571257
brand_color: "#FFFFFF",
12581258
url: "https://rabby.io",
12591259
active_development_team: true,
1260-
languages_supported: ["en"],
1260+
languages_supported: ["en", "de", "es", "fr", "ja", "pt", "ru", "tr", "ua", "zh", "zh-hk"],
12611261
twitter: "https://twitter.com/Rabby_io",
12621262
discord: "https://discord.com/invite/seFBCWmUre",
12631263
reddit: "",
12641264
telegram: "",
1265-
ios: false,
1266-
android: false,
1265+
ios: true,
1266+
android: true,
12671267
linux: false,
1268-
windows: false,
1269-
macOS: false,
1268+
windows: true,
1269+
macOS: true,
12701270
firefox: false,
12711271
chromium: true,
12721272
hardware: false,
12731273
open_source: true,
12741274
repo_url: "https://github.com/RabbyHub/Rabby",
12751275
non_custodial: true,
12761276
security_audit: [
1277+
"https://github.com/RabbyHub/Rabby/blob/develop/docs/SlowMist%20Audit%20Report%20-%20Rabby%20Wallet-2023.07.20.pdf",
12771278
"https://github.com/RabbyHub/Rabby/blob/develop/docs/SlowMist%20Audit%20Report%20-%20Rabby%20browser%20extension%20wallet-2022.03.18.pdf",
1279+
"https://github.com/RabbyHub/Rabby/blob/develop/docs/Rabby%20chrome%20extension%20Penetration%20Testing%20Report.pdf"
12781280
],
12791281
scam_protection: true,
12801282
hardware_support: true,
1281-
rpc_importing: false,
1283+
rpc_importing: true,
12821284
nft_support: true,
12831285
connect_to_dapps: true,
12841286
staking: false,
1285-
swaps: false,
1287+
swaps: true,
12861288
multichain: true,
12871289
layer_2: true,
12881290
gas_fee_customization: true,

0 commit comments

Comments
 (0)