abi
The submodule is a part of monorepo Dexknot.
Contains ABI used in different applications.
Install
- yarn
yarn add --dev @dexknot/abi
or
- npm
npm install --dev @dexknot/abi
Importing
Individual components can be imported:
import { ERC20ABI, HelperContractABI } from '@dexknot/abi';