Morgan McCauley

Results 15 comments of Morgan McCauley

Is this issue still active? I can see #691 which was closed a while back. I'm keen to pick this up :)

Should `/etc/bat/config` be static or should we expose an env var to override that also?

@masafumimori The reason you are getting CORS errors is because you are adding a [non-supported header](https://github.com/masafumimori/dApps_samples/blob/master/near-wasm/frontend/src/components/Near/config.ts#L44) to the requests sent to the RPC endpoint. The browser will block any requests...

@esaminu After searching the code base I can only see `Near` being passed in to: * `WalletConnection` * `connect()` (browser and node) It doesn't seem to be as widespread unless...

@esaminu > Near object is too general and is passed in to many constructors and used for many things aside from connecting to a wallet (e.g. getting and account and...

Closing this as the implementation isn't exactly the direction we want to head in. I've left more context on the ticket so this can be picked up again later.

Closing in favor of https://github.com/near/near-api-js/pull/985

Hi @RubyJiao. I tested and was able to successfully claim rewards on a 2FA enabled account in wallet.near.org. To help diagnose this issue, can you please outline the exact steps...

We'll also need a `.changeset` file 😄