Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3246337
D6548.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D6548.diff
View Options
diff --git a/patches/@rainbow-me+rainbowkit+0.5.3.patch b/patches/@rainbow-me+rainbowkit+0.5.3.patch
--- a/patches/@rainbow-me+rainbowkit+0.5.3.patch
+++ b/patches/@rainbow-me+rainbowkit+0.5.3.patch
@@ -1,5 +1,5 @@
diff --git a/node_modules/@rainbow-me/rainbowkit/dist/chunk-R7UVC5N6.js b/node_modules/@rainbow-me/rainbowkit/dist/chunk-R7UVC5N6.js
-index 275c804..eab512c 100644
+index 275c804..bda1cc3 100644
--- a/node_modules/@rainbow-me/rainbowkit/dist/chunk-R7UVC5N6.js
+++ b/node_modules/@rainbow-me/rainbowkit/dist/chunk-R7UVC5N6.js
@@ -1625,8 +1625,8 @@ function abbreviateETHBalance(number) {
@@ -13,33 +13,36 @@
return address.length < leadingChars + trailingChars ? address : `${address.substring(0, leadingChars)}\u2026${address.substring(address.length - trailingChars)}`;
}
-@@ -4590,5 +4590,6 @@ export {
+@@ -4590,5 +4590,7 @@ export {
useAccountModal,
useChainModal,
useConnectModal,
- ConnectButton
+ ConnectButton,
+ useModalState,
++ emojiAvatarForAddress,
};
diff --git a/node_modules/@rainbow-me/rainbowkit/dist/index.js b/node_modules/@rainbow-me/rainbowkit/dist/index.js
-index 8630ea1..a6fac1c 100644
+index 8630ea1..d871509 100644
--- a/node_modules/@rainbow-me/rainbowkit/dist/index.js
+++ b/node_modules/@rainbow-me/rainbowkit/dist/index.js
-@@ -22,7 +22,8 @@ import {
+@@ -22,7 +22,9 @@ import {
useChainId,
useChainModal,
useConnectModal,
- useTransactionStore
+ useTransactionStore,
+ useModalState,
++ emojiAvatarForAddress,
} from "./chunk-R7UVC5N6.js";
import {
lightTheme
-@@ -701,5 +702,6 @@ export {
+@@ -701,5 +703,7 @@ export {
useAddRecentTransaction,
useChainModal,
useConnectModal,
- wallet
+ wallet,
+ useModalState,
++ emojiAvatarForAddress,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 10:59 PM (21 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2495730
Default Alt Text
D6548.diff (1 KB)
Attached To
Mode
D6548: [patch] Export `emojiAvatarForAddress` from `rainbowkit`
Attached
Detach File
Event Timeline
Log In to Comment