-
- Make the API URL configurable:
- https://github.com/nftlabs/nftlabs-sdk-ts/blob/a1bdebcd044616ad6ccf805c076ab1038efd9960/src/core/index.ts#L609
- Make the deadline configurable
- https://…
-
### Prize Bounty
**20 Ether**
### Challenge Description
MetaMask would like to see someone implement a generalized MetaTransaction standard that could be added to any smart contract to allow Met…
-
The following requests results in an unhandled exception in the event that the endpoint is offline:
https://github.com/bcnmy/mexa-sdk/blob/4dc949c54f474e87b157da5ac821b112eb3e9a77/src/Biconomy.js#…
-
When using the `--registry` flag on an `npm install`, and installing a dependency that is only available on Valist and not on npmjs.com, subdependencies are not resolved.
Steps to reproduce:
```…
-
**Describe the bug**
Adding the gnosis SCW config to the dashboard causes an error in initializing SDK. This is due to the SCW config having an `undefined` address and usage of `address.toLowerCase()…
-
I'm trying to build a SDK that wraps a Provider object eg. window.ethereum or ethers.providers.JsonRpcProvider
I'm overriding the send, sendAsync and request method of the provider object and inst…