UNPKG

@azuro-org/toolkit

Version:

This framework-agnostic package provides essential utilities for building applications on the Azuro Protocol.

8 lines (7 loc) 343 B
export { default as lpAbi } from './LP'; export { default as coreAbi } from './Core'; export { default as azuroBetAbi } from './AzuroBet'; export { default as cashoutAbi } from './Cashout'; export { default as relayerAbi } from './Relayer'; export { default as vaultAbi } from './Vault'; export { default as paymasterAbi } from './PayMaster';