Skip to content

v2.2.0

Compare
Choose a tag to compare
@spoo-bar spoo-bar released this 11 Apr 10:16
· 79 commits to main since this release
5726f3d

🚀 Thanks to Barry from OKX for all contributions to this release.

Added

  • Support OKTChain - OKTC is a L1 blockchain network built on Cosmos that aims for optimal interoperability and performance. Added configurations for localnet as well as testnet chains
  • Support signType signature algorithm - Can sign compatibly with ethermint, ethsecp256k1 or tmsecp256k1, default tmsecp256k1.
  • Added chainDenomDecimals config - Can display the decimals of account balance.
  • Added chainGasDenom config - Can use it when submit tx, default use chainDenom.
  • Add Admin input - Can set admin in instantiateContract view, if not set, contract has no admin set.

Fixed

  • Fixed failed to load accounts when import wrong mnemonics.