UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

6 lines 280 B
import { shallow } from 'zustand/shallow'; import { useChainOrderStore } from './ChainOrderStore.js'; export const useChainOrder = (type) => { return useChainOrderStore((state) => [state.chainOrder[type], state.setChain], shallow); }; //# sourceMappingURL=useChainOrder.js.map