Minor Changes
-
#138
29a2f43Thanks @wbj-cb! - Breaking: Aligned to latest ERC-8021 specification. ModifiedAttribution.toDataSuffixparameters to includecodeRegistryinstead ofregistryAddress.Attribution.toDataSuffix({ codes: ['baseapp', 'morpho'], - registryAddress: '0xcccccccccccccccccccccccccccccccccccccccc', + codeRegistry: { + address: '0xcccccccccccccccccccccccccccccccccccccccc` + chainId: 8453, + } }) -
f8bf590Thanks @jxom! - Breaking: RenamedTransactionEnvelope*toTxEnvelope*.