diff --git a/chain/shido/param_2.json b/chain/shido/param_2.json index 9c7c0a1b8..d75de2930 100644 --- a/chain/shido/param_2.json +++ b/chain/shido/param_2.json @@ -12,6 +12,7 @@ "api_name" : "shido", "is_support_mobile_wallet" : true, "is_support_extension_wallet" : true, + "is_support_moblie_dapp": true, "is_support_cw20" : true, "is_support_erc20" : true, "chain_type": [ diff --git a/wallet_mobile/mobile_ecosystem/shido/eco_list.json b/wallet_mobile/mobile_ecosystem/shido/eco_list.json new file mode 100644 index 000000000..0a7287b51 --- /dev/null +++ b/wallet_mobile/mobile_ecosystem/shido/eco_list.json @@ -0,0 +1,9 @@ +[ + { + "name": "Shido Pool", + "description": "Earn passive income by supplying liquidity to crypto projects. Secure, transparent, and user-friendly.", + "thumbnail" : "https://raw.githubusercontent.com/cosmostation/chainlist/master/wallet_mobile/mobile_ecosystem/shido/resource/shidopool.png", + "link": "https://pool.shido.io/", + "type": "Defi" + } +] diff --git a/wallet_mobile/mobile_ecosystem/shido/resource/shidopool.png b/wallet_mobile/mobile_ecosystem/shido/resource/shidopool.png new file mode 100644 index 000000000..3bbd7176d Binary files /dev/null and b/wallet_mobile/mobile_ecosystem/shido/resource/shidopool.png differ