Skip to content

Commit 58194a3

Browse files
authored
Merge pull request #14261 from ethereum/konopkja-patch-4
Update wallet-data.ts - loopring
2 parents a335090 + 6ce6ed6 commit 58194a3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ export const walletsData: WalletData[] = [
8888
documentation: "https://guide.keyst.one/",
8989
},
9090
{
91-
last_updated: "2022-06-22",
91+
last_updated: "2024-10-30",
9292
name: "Loopring wallet",
9393
image: LoopringImage,
94-
twBackgroundColor: "bg-[#FFFFFF]",
95-
twGradiantBrandColor: "from-[#ffffff]",
96-
url: "https://loopring.io/#/wallet",
94+
twBackgroundColor: "bg-[#446EFF]",
95+
twGradiantBrandColor: "from-[#446EFF]",
96+
url: "https://wallet.loopring.io/",
9797
active_development_team: true,
98-
languages_supported: ["en", "zh"],
98+
languages_supported: ["en", "zh", "tr", "pt", "fr", "es"],
9999
twitter: "https://twitter.com/loopringorg",
100100
discord: "http://discord.gg/KkYccYp",
101101
reddit: "",
@@ -116,22 +116,22 @@ export const walletsData: WalletData[] = [
116116
"https://github.com/Loopring/protocols/blob/master/packages/hebao_v1/audit_report_solidified_response.md",
117117
"https://github.com/Loopring/protocols/tree/release_loopring_3.6.3/packages/loopring_v3/security_audit",
118118
],
119-
scam_protection: false,
120-
hardware_support: true,
119+
scam_protection: true,
120+
hardware_support: false,
121121
rpc_importing: false,
122122
nft_support: true,
123-
connect_to_dapps: false,
123+
connect_to_dapps: true,
124124
staking: false,
125125
swaps: true,
126126
layer_2: true,
127127
gas_fee_customization: true,
128128
ens_support: true,
129129
erc_20_support: true,
130130
buy_crypto: true,
131-
withdraw_crypto: false,
132-
multisig: true,
131+
withdraw_crypto: true,
132+
multisig: false,
133133
social_recovery: true,
134-
onboard_documentation: "",
134+
onboard_documentation: "https://docs-wallet.loopring.io/",
135135
documentation: "",
136136
},
137137
{

0 commit comments

Comments
 (0)