The last condition [`parseFloat(deposit) <= 0;`](https://github.com/near/wallet-selector/blob/a63530c83090a435d66be476951b8160c08511ba/packages/wallet-connect/src/lib/wallet-connect.ts#L236) of validateAccessKey will always return false and should be `parseFloat(deposit) >= 0;`