File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " thirdweb " : patch
3+ ---
4+
5+ Adds EIP-5792 hook exports to thirdweb/react
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ export const polygonAmoy = /*@__PURE__*/ defineChain({
77 blockExplorers : [
88 {
99 name : "PolygonScan" ,
10- url : "https://www.oklink.com/amoy" ,
10+ url : "https://amoy.polygonscan.com" ,
11+ apiUrl : "https://api-amoy.polygonscan.com/api" ,
1112 } ,
1213 ] ,
1314 testnet : true ,
Original file line number Diff line number Diff line change @@ -138,3 +138,8 @@ export {
138138 useWalletDetailsModal ,
139139 type UseWalletDetailsModalOptions ,
140140} from "../react/web/ui/ConnectWallet/Details.js" ;
141+
142+ // eip5792 hooks
143+ export { useSendCalls } from "../react/core/hooks/wallets/useSendCalls.js" ;
144+ export { useCallsStatus } from "../react/core/hooks/wallets/useCallsStatus.js" ;
145+ export { useCapabilities } from "../react/core/hooks/wallets/useCapabilities.js" ;
You can’t perform that action at this time.
0 commit comments