Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33105377
D6654.1768476339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
742 B
Referenced Files
None
Subscribers
None
D6654.1768476339.diff
View Options
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 (
<WagmiConfig client={wagmiClient}>
- <RainbowKitProvider theme={theme} modalSize="compact" chains={chains}>
- <SIWE />
- </RainbowKitProvider>
+ <WagmiENSCacheProvider>
+ <RainbowKitProvider theme={theme} modalSize="compact" chains={chains}>
+ <SIWE />
+ </RainbowKitProvider>
+ </WagmiENSCacheProvider>
</WagmiConfig>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 11:25 AM (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5937535
Default Alt Text
D6654.1768476339.diff (742 B)
Attached To
Mode
D6654: [landing] Wrap `SIWE` component with `WagmiENSCacheProvider`
Attached
Detach File
Event Timeline
Log In to Comment