Skip to content

Release v3.4.5

Compare
Choose a tag to compare
@0x31 0x31 released this 24 Sep 01:40
· 20 commits to master since this release
047c3e0

Improve Görli support

  • A testnet parameter can be passed to the Ethereum class constructor to configure which testnet to use, avoiding needing to switch between the Ethereum and the Goerli classes. e.g.: new Ethereum({ network: RenNetwork.Testnet, testnet: "Goerli", provider: ... }). Currently supported are Goerli and Kovan. The option will be ignored on mainnet.
  • Four new Görli assets have been added, which can either be referenced by Goerli.assets.DAI or Ethereum.assets.DAI_Goerli. The new assets are REN_Goerli, DAI_Goerli, USDC_Goerli and USDT_Goerli.