File tree Expand file tree Collapse file tree 3 files changed +211
-127
lines changed
src/components/common/CosmosWalletConnectProvider Expand file tree Collapse file tree 3 files changed +211
-127
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mars" ,
33 "homepage" : " ./" ,
4- "version" : " 1.6.4 " ,
4+ "version" : " 1.6.5 " ,
55 "private" : false ,
66 "license" : " SEE LICENSE IN LICENSE FILE" ,
77 "scripts" : {
1818 "test:coverage" : " jest --coverage"
1919 },
2020 "dependencies" : {
21- "@cosmjs/cosmwasm-stargate" : " ^0.31.0 " ,
21+ "@cosmjs/cosmwasm-stargate" : " ^0.31.1 " ,
2222 "@cosmjs/launchpad" : " ^0.27.1" ,
23- "@cosmjs/proto-signing" : " ^0.31.0 " ,
24- "@cosmjs/stargate" : " ^0.31.0 " ,
25- "@marsprotocol/wallet-connector" : " ^2.0 .2" ,
23+ "@cosmjs/proto-signing" : " ^0.31.1 " ,
24+ "@cosmjs/stargate" : " ^0.31.1 " ,
25+ "@marsprotocol/wallet-connector" : " ^2.1 .2" ,
2626 "@material-ui/core" : " ^4.12.4" ,
2727 "@material-ui/icons" : " ^4.11.3" ,
2828 "@ramonak/react-progress-bar" : " ^5.0.3" ,
Original file line number Diff line number Diff line change @@ -37,11 +37,13 @@ export const CosmosWalletConnectProvider = ({ children }: Props) => {
3737 enabledWallets = { [
3838 WalletID . Keplr ,
3939 WalletID . Xdefi ,
40- WalletID . Station ,
4140 WalletID . Leap ,
41+ WalletID . LeapMetaMaskSnap ,
42+ WalletID . Station ,
4243 WalletID . Cosmostation ,
4344 WalletID . Vectis ,
4445 WalletID . KeplrMobile ,
46+ WalletID . LeapMobile ,
4547 WalletID . CosmostationMobile ,
4648 ] }
4749 persistent
You can’t perform that action at this time.
0 commit comments