Release v3.2.0
Changes that were marked deprecated in v3.1.0 or earlier have now been removed:
txidFormatted
has been renamed totxHash
- Function and variable names that included
Evm
have been renamed to useEVM
chain.txidToTxidFormatted
should be replaced withutils.toURLBase64(chain.txHashToBytes(txHash))
chain.txidFormattedToTxid
should be replaced withchain.txHashFromBytes(utils.fromBase64(txid))
- For EVM chains,
chain.network.network
is nowchain.network.config