Skip to content

1.1.0

Compare
Choose a tag to compare
@bpierre bpierre released this 10 Nov 17:05
· 22 commits to main since this release
41a9fd4

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'