@valantis/valantis-lite
v1.0.2
Published
Valantis-lite package contains build artifacts from [Valantis-Core](https://github.com/ValantisLabs/valantis-core) repo. These consists on bytecode and ABI, which can be used by anyone to build on top of Valantis or integrate with Valantis code
Downloads
8
Readme
Valantis-Lite
Valantis-lite package contains build artifacts from Valantis-Core repo. These consists on bytecode and ABI, which can be used by anyone to build on top of Valantis or integrate with Valantis code
Installation
npm install @valantis/valantis-lite
Usage
For typescript
import { abi as SovereignPoolABI } from "valantis-lite/build/src/pools/SovereignPool.sol/SovereignPool.json";
For javascript
const SovereignPoolABI = require("valantis-lite/build/src/pools/SovereignPool.sol/SovereignPool.json").abi;