Skip to content

Commit 3c90f5a

Browse files
authored
Merge pull request #9777 from thesmithdao/dev
Adding ShapeShift Wallet to ethereum.org wallets list
2 parents 09a44a2 + 9300145 commit 3c90f5a

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/shapeshift.png

51 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,6 +2527,52 @@ const walletData: WalletData[] = [
25272527
documentation:
25282528
"https://tahowallet.notion.site/Taho-Knowledge-Base-4d95ed5439c64d6db3d3d27abf1fdae5",
25292529
},
2530+
{
2531+
last_updated: "2023-05-01",
2532+
name: "ShapeShift Wallet",
2533+
image_name: "shapeshift",
2534+
brand_color: "#386FF9",
2535+
url: "https://app.shapeshift.com/",
2536+
wallet_live_date: "2020-07-01",
2537+
active_development_team: true,
2538+
languages_supported: ["en", "es", "pt", "fr", "de", "tr", "ru", "uk"],
2539+
twitter: "https://twitter.com/shapeshift",
2540+
discord: "https://discord.gg/shapeshift",
2541+
reddit: "",
2542+
telegram: "https://t.me/shapeshiftofficial",
2543+
ios: true,
2544+
android: true,
2545+
linux: false,
2546+
windows: false,
2547+
macOS: false,
2548+
firefox: false,
2549+
chromium: false,
2550+
hardware: false,
2551+
open_source: true,
2552+
repo_url: "https://github.com/shapeshift/hdwallet",
2553+
non_custodial: true,
2554+
security_audit: ["https://www.defisafety.com/app/pqrs/108"],
2555+
scam_protection: false,
2556+
hardware_support: true,
2557+
walletconnect: true,
2558+
rpc_importing: false,
2559+
nft_support: true,
2560+
connect_to_dapps: true,
2561+
staking: true,
2562+
swaps: true,
2563+
multichain: true,
2564+
layer_2: true,
2565+
gas_fee_customization: true,
2566+
ens_support: true,
2567+
erc_20_support: true,
2568+
eip_1559_support: true,
2569+
buy_crypto: true,
2570+
withdraw_crypto: true,
2571+
multisig: false,
2572+
social_recovery: false,
2573+
onboard_documentation: "https://shapeshift.zendesk.com/hc/en-us/",
2574+
documentation:"https://docs.shapeshift.com/",
2575+
},
25302576
]
25312577

25322578
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,5 +779,10 @@ export const query = graphql`
779779
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
780780
}
781781
}
782+
shapeshift: file(relativePath: { eq: "wallets/shapeshift.png" }) {
783+
childImageSharp {
784+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
785+
}
786+
}
782787
}
783788
`

0 commit comments

Comments
 (0)