diff --git a/landing/siwe.react.js b/landing/siwe.react.js --- a/landing/siwe.react.js +++ b/landing/siwe.react.js @@ -22,7 +22,11 @@ siweMessageSigningExplanationStatements, createSIWEMessage, } from 'lib/utils/siwe-utils.js'; -import { configureWagmiChains, createWagmiClient } from 'lib/utils/wagmi-utils'; +import { + WagmiENSCacheProvider, + configureWagmiChains, + createWagmiClient, +} from 'lib/utils/wagmi-utils'; import { SIWEContext } from './siwe-context.js'; import css from './siwe.css'; @@ -172,9 +176,11 @@ }, []); return ( - - - + + + + + ); }