Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33062108
D6548.1768434651.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6548.1768434651.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
Wed, Jan 14, 11:50 PM (1 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5934724
Default Alt Text
D6548.1768434651.diff (1 KB)
Attached To
Mode
D6548: [patch] Export `emojiAvatarForAddress` from `rainbowkit`
Attached
Detach File
Event Timeline
Log In to Comment