v0.31.0
Minor Changes
-
4382d93: - fix: error message in
Swap
experience. By @Zizzamia & @0xAlec #1154 #1153 #1155- fix: removed
address
prop fromSwap
component. By @abcrane123 #1145 - feat: moving
getTokens
,buildSwapTransaction
andgetSwapQuote
under the API module. By @Zizzamia #1146 #1151 - fix: handled SSR hydration issues. By @abcrane123 #1117
Breaking Changes
We streamlined theSwap
experience to match theTransaction
experience by eliminating the need for anaddress
prop, making it work automatically.All APIs within OnchainKit are now consolidated under the
@coinbase/onchainkit/api
module. There's no change in functionality; simply import them from theapi
module. - fix: removed