From 0e49c21fbcd39ab32590c52b22d735db48fe4ffd Mon Sep 17 00:00:00 2001 From: Matthew Liu Date: Thu, 1 Aug 2024 19:58:39 -0400 Subject: [PATCH] add nest wallet --- wallets-v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 21e6012..6a3531d 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -210,5 +210,18 @@ "ios", "android" ] + }, + { + "app_name": "nestwallet", + "name": "Nest Wallet", + "image": "https://storage.googleapis.com/nestwallet-public-resource-bucket/logo/nest_logo_square.png", + "about_url": "https://www.nestwallet.xyz", + "bridge": [ + { + "type": "js", + "key": "nestwallet" + } + ], + "platforms": ["android", "chrome"] } ]