Skip to content

Choose a tag to compare

@github-actions github-actions released this 11 Dec 06:58
41ba235

Minor Changes

  • #138 29a2f43 Thanks @wbj-cb! - Breaking: Aligned to latest ERC-8021 specification. Modified Attribution.toDataSuffix parameters to include codeRegistry instead of registryAddress.

    Attribution.toDataSuffix({
        codes: ['baseapp', 'morpho'],
    -   registryAddress: '0xcccccccccccccccccccccccccccccccccccccccc',
    +   codeRegistry: {
    +       address: '0xcccccccccccccccccccccccccccccccccccccccc`
    +       chainId: 8453,
    +   }
    })
  • f8bf590 Thanks @jxom! - Breaking: Renamed TransactionEnvelope* to TxEnvelope*.

  • #140 7997629 Thanks @jxom! - Added ox/tempo entrypoint.