From c0bbcf9c5c1eb7b01d50393929d96177027847ae Mon Sep 17 00:00:00 2001 From: Vivek Teegalapally Date: Mon, 11 Nov 2024 14:17:06 +0530 Subject: [PATCH] Added Solana, BSC and Matic <-> FLO wallet --- scripts/dappList.js | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/scripts/dappList.js b/scripts/dappList.js index b56bbcd..80cbf51 100644 --- a/scripts/dappList.js +++ b/scripts/dappList.js @@ -307,5 +307,50 @@ dappsList = [ "repoHash": "2c8c1a065fcba4f9352317e6718d6364f354ed96eb77af9d4c092a6e523060e6", "appHash": "f039f5f90ad64c24c7c4b8bcc691bf405912994ff086ce5b3555222c65f33284", "automatedChecking": true + }, + { + "name": "Solana Wallet", + "description": "Solana Web Wallet linked with FLO and Bitcoin address", + "icon": " ", + "appLink": "https://ranchimall.github.io/solanawallet", + "moreLink": "#/dapps/solanawallet", + "tags": [ + "solana", + "wallet" + ], + "category": "wallet", + "repoHash": "2c8c1a065fcba4f9352317e6718d6364f354ed96eb77af9d4c092a6e523060e6", + "appHash": "f039f5f90ad64c24c7c4b8bcc691bf405912994ff086ce5b3555222c65f33284", + "automatedChecking": true + }, + { + "name": "BSC Wallet", + "description": "Binance Chain Wallet linked with FLO Wallet", + "icon": " ", + "appLink": "https://ranchimall.github.io/bscwallet", + "moreLink": "#/dapps/bscwallet", + "tags": [ + "bsc", + "wallet" + ], + "category": "wallet", + "repoHash": "2c8c1a065fcba4f9352317e6718d6364f354ed96eb77af9d4c092a6e523060e6", + "appHash": "f039f5f90ad64c24c7c4b8bcc691bf405912994ff086ce5b3555222c65f33284", + "automatedChecking": true + }, + { + "name": "Matic Wallet", + "description": "FLO Address linked MATIC/Polygon Address Web Wallet", + "icon": " ", + "appLink": "https://ranchimall.github.io/maticwallet", + "moreLink": "#/dapps/maticwallet", + "tags": [ + "matic", + "wallet" + ], + "category": "wallet", + "repoHash": "2c8c1a065fcba4f9352317e6718d6364f354ed96eb77af9d4c092a6e523060e6", + "appHash": "f039f5f90ad64c24c7c4b8bcc691bf405912994ff086ce5b3555222c65f33284", + "automatedChecking": true } ] \ No newline at end of file