1.1.0
This version adds a addreth/no-wagmi import path, which can help in certain situations where some bundlers (e.g. webpack / CRA / Next.js) attempt to statically resolve dynamic imports even when declared as optional dependencies, which is how addreth imports wagmi.
Importing Addreth from this path allows to solve these issues without requiring any extra configuration:
import { Addreth } from 'addreth/no-wagmi'