Skip to content

Commit 638061c

Browse files
authored
Merge pull request #8424 from ethereum/wallet-lattice
Add wallet: GridPlus Lattice1 [Closes #8279]
2 parents 1203255 + a222f25 commit 638061c

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/gridplus.png

30.9 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,6 +2242,52 @@ const walletData: WalletData[] = [
22422242
onboard_documentation: "",
22432243
documentation: "https://www.mewtopia.com/",
22442244
},
2245+
{
2246+
last_updated: "2022-10-31",
2247+
name: "GridPlus Lattice1",
2248+
image_name: "gridplus",
2249+
brand_color: "#ffffff",
2250+
url: "https://gridplus.io/",
2251+
wallet_live_date: "2020-10-01",
2252+
active_development_team: true,
2253+
languages_supported: ["en"],
2254+
twitter: "https://twitter.com/gridplus",
2255+
discord: "https://discord.gg/Bt5fVDTJb9",
2256+
reddit: "https://www.reddit.com/r/GridPlus/",
2257+
telegram: "",
2258+
ios: false,
2259+
android: false,
2260+
linux: false,
2261+
windows: false,
2262+
macOS: false,
2263+
firefox: false,
2264+
chromium: true,
2265+
hardware: true,
2266+
open_source: false,
2267+
repo_url: "https://github.com/GridPlus",
2268+
non_custodial: true,
2269+
security_audit: ["none"],
2270+
scam_protection: true,
2271+
hardware_support: true,
2272+
walletconnect: false,
2273+
rpc_importing: false,
2274+
nft_support: false,
2275+
connect_to_dapps: true,
2276+
staking: false,
2277+
swaps: false,
2278+
multichain: true,
2279+
layer_2: true,
2280+
gas_fee_customization: false,
2281+
ens_support: false,
2282+
erc_20_support: false,
2283+
eip_1559_support: true,
2284+
buy_crypto: false,
2285+
withdraw_crypto: false,
2286+
multisig: false,
2287+
social_recovery: false,
2288+
onboard_documentation: "https://www.youtube.com/c/GridPlus",
2289+
documentation: "https://docs.gridplus.io/",
2290+
},
22452291
]
22462292

22472293
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,5 +798,10 @@ export const query = graphql`
798798
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
799799
}
800800
}
801+
gridplus: file(relativePath: { eq: "wallets/gridplus.png" }) {
802+
childImageSharp {
803+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
804+
}
805+
}
801806
}
802807
`

0 commit comments

Comments
 (0)