wyvern-js icon indicating copy to clipboard operation
wyvern-js copied to clipboard

Javascript SDK for the Wyvern Protocol

Results 3 wyvern-js issues
Sort by recently updated
recently updated
newest added

[Web3 Provider spec](https://eips.ethereum.org/EIPS/eip-1193) - [`0xProject/assert`](https://github.com/0xProject/0x-monorepo/blob/development/packages/assert/src/index.ts#L79) is out of sync - no longer maintained - used for `Provider.isWeb3Provider` Old assert checks for `Provider.send` & `Provider.sendAsync`, both of which have been deprecated...

due to updates in the [Web3 Provider spec](https://eips.ethereum.org/EIPS/eip-1193) - [`0xProject/assert`](https://github.com/0xProject/0x-monorepo/blob/development/packages/assert/src/index.ts#L79) is out of sync - no longer maintained Old assert checks for send & sendAsync, both of which have been...

Wondering are there any plans to add other EVM networks to the JS library. So far there is only ``` Network["Main"] = "main"; Network["Rinkeby"] = "rinkeby"; ``` Would like to...