diff --git a/landing/siwe.react.js b/landing/siwe.react.js --- a/landing/siwe.react.js +++ b/landing/siwe.react.js @@ -29,6 +29,7 @@ createSIWEMessage, } from 'lib/utils/siwe-utils.js'; import { + WagmiENSCacheProvider, configureWagmiChains, createWagmiClient, } from 'lib/utils/wagmi-utils.js'; @@ -188,9 +189,11 @@ }, []); return ( - - - + + + + + ); }