v2.2.0
🚀 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
ortmsecp256k1
, defaulttmsecp256k1
. - Added
chainDenomDecimals
config - Can display the decimals of account balance. - Added
chainGasDenom
config - Can use it when submit tx, default usechainDenom
. - 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.