·
2 commits
to main
since this release
Minor Changes
-
#12
b6cf8e4Thanks @coffeexcoin! - Removed the@abstract-foundation/agw-react/thirdwebsubpath export. The thirdweb adapter now lives in its own package,@abstract-foundation/agw-thirdweb, so that thirdweb's transitive dependency tree is no longer dragged into@abstract-foundation/agw-reactinstalls.Consumers of the previous subpath should install
@abstract-foundation/agw-thirdweband update their import:- import { abstractWallet } from "@abstract-foundation/agw-react/thirdweb"; + import { abstractWallet } from "@abstract-foundation/agw-thirdweb";
thirdwebis no longer declared as a peer dependency of@abstract-foundation/agw-react.