UNPKG

@moveflow/widget

Version:

> ⚠️ **This is a testnet version** of the MoveFlow Checkout Widget. It is intended for development and testing purposes only. Do not use for mainnet payments.

7 lines (6 loc) 226 B
import { create } from "zustand"; const useCoinAddress = create((set) => ({ coinAddress: "0xEAB439707cA5F8e4e47c697629E77aE26842cbba", setCoinAddress: (c) => set({ coinAddress: c }) })); export default useCoinAddress;