@dexknot/abi
v1.1.0
Published
The submodule is a part of monorepo [Dexknot](https://github.com/yozh-io/dexknot).
Downloads
1
Readme
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';