- Add FCT system addresses to
src/constants/address.ts
file. - Add domain typed data to EIP712 class. Use
scripts/getDomainData.ts
script to get the domain data easily. - Add multicall address of the network to
src/constants/misc.ts
file. - Set gas precentiles in
src/utils/gas.ts
file.