Skip to content

Commit 431bc09

Browse files
authored
Update wallet-data.ts - loopring
1 parent c45166d commit 431bc09

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ export const walletsData: WalletData[] = [
8787
documentation: "",
8888
},
8989
{
90-
last_updated: "2022-06-22",
90+
last_updated: "2024-10-30",
9191
name: "Loopring wallet",
9292
image: LoopringImage,
9393
twBackgroundColor: "bg-[#FFFFFF]",
9494
twGradiantBrandColor: "from-[#ffffff]",
95-
url: "https://loopring.io/#/wallet",
95+
url: "https://wallet.loopring.io/",
9696
active_development_team: true,
97-
languages_supported: ["en", "zh"],
97+
languages_supported: ["en", "zh", "tr", "pt", "fr", "es"],
9898
twitter: "https://twitter.com/loopringorg",
9999
discord: "http://discord.gg/KkYccYp",
100100
reddit: "",
@@ -115,22 +115,22 @@ export const walletsData: WalletData[] = [
115115
"https://github.com/Loopring/protocols/blob/master/packages/hebao_v1/audit_report_solidified_response.md",
116116
"https://github.com/Loopring/protocols/tree/release_loopring_3.6.3/packages/loopring_v3/security_audit",
117117
],
118-
scam_protection: false,
119-
hardware_support: true,
118+
scam_protection: true,
119+
hardware_support: false,
120120
rpc_importing: false,
121121
nft_support: true,
122-
connect_to_dapps: false,
122+
connect_to_dapps: true,
123123
staking: false,
124124
swaps: true,
125125
layer_2: true,
126126
gas_fee_customization: true,
127127
ens_support: true,
128128
erc_20_support: true,
129129
buy_crypto: true,
130-
withdraw_crypto: false,
131-
multisig: true,
130+
withdraw_crypto: true,
131+
multisig: false,
132132
social_recovery: true,
133-
onboard_documentation: "",
133+
onboard_documentation: "https://docs-wallet.loopring.io/",
134134
documentation: "",
135135
},
136136
{

0 commit comments

Comments
 (0)