Skip to content

Commit

Permalink
Merge pull request #14261 from ethereum/konopkja-patch-4
Browse files Browse the repository at this point in the history
Update wallet-data.ts - loopring
  • Loading branch information
corwintines authored Oct 31, 2024
2 parents a335090 + 6ce6ed6 commit 58194a3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ export const walletsData: WalletData[] = [
documentation: "https://guide.keyst.one/",
},
{
last_updated: "2022-06-22",
last_updated: "2024-10-30",
name: "Loopring wallet",
image: LoopringImage,
twBackgroundColor: "bg-[#FFFFFF]",
twGradiantBrandColor: "from-[#ffffff]",
url: "https://loopring.io/#/wallet",
twBackgroundColor: "bg-[#446EFF]",
twGradiantBrandColor: "from-[#446EFF]",
url: "https://wallet.loopring.io/",
active_development_team: true,
languages_supported: ["en", "zh"],
languages_supported: ["en", "zh", "tr", "pt", "fr", "es"],
twitter: "https://twitter.com/loopringorg",
discord: "http://discord.gg/KkYccYp",
reddit: "",
Expand All @@ -116,22 +116,22 @@ export const walletsData: WalletData[] = [
"https://github.com/Loopring/protocols/blob/master/packages/hebao_v1/audit_report_solidified_response.md",
"https://github.com/Loopring/protocols/tree/release_loopring_3.6.3/packages/loopring_v3/security_audit",
],
scam_protection: false,
hardware_support: true,
scam_protection: true,
hardware_support: false,
rpc_importing: false,
nft_support: true,
connect_to_dapps: false,
connect_to_dapps: true,
staking: false,
swaps: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: false,
multisig: true,
withdraw_crypto: true,
multisig: false,
social_recovery: true,
onboard_documentation: "",
onboard_documentation: "https://docs-wallet.loopring.io/",
documentation: "",
},
{
Expand Down

0 comments on commit 58194a3

Please sign in to comment.