Skip to content

Release v3.3.0

Compare
Choose a tag to compare
@0x31 0x31 released this 01 Jul 04:10
· 51 commits to master since this release

Testnet chains

The configs for Moonbeam Testnet and Optimism Testnet have been added.

Deep importing

Deep importing no longer requires /build/main in import paths

Imports such as

import { JsonRpcProvider } from "@renproject/provider/build/main/rpc/jsonRpc";

should be updated to

import { JsonRpcProvider } from "@renproject/provider/rpc/jsonRpc";