@hifi/flash-swap

v1.5.0
Flash swap implementations for liquidating underwater accounts
blockchain decentralized-finance ethereum flash-loans hifi smart-contracts solidity uniswap

build:contracts

cross-env TS_NODE_TRANSPILE_ONLY=true yarn hardhat prepare-package && tsc --project ./tsconfig.prod.json

clean

shx rm -rf ./artifacts ./cache ./coverage ./typechain ./coverage.json ./tsconfig.prod.tsbuildinfo

clean:node_modules

shx rm -rf ./node_modules

coverage

cross-env CODE_COVERAGE=true hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles "./test/**/*.ts"

lint

yarn lint:sol && yarn lint:ts && yarn prettier:check

lint:sol

solhint --config ./.solhint.json --max-warnings 0 "contracts/**/*.sol"

lint:ts

eslint --config ../../.eslintrc.yaml --ignore-path ../../.eslintignore --ext .js,.ts .

prepack

yarn build:contracts

prettier

prettier --config ../../.prettierrc.js --ignore-path ../../.prettierignore --write "**/*.{js,json,md,sol,ts,yaml,yml}"

prettier:check

prettier --check --config ../../.prettierrc.js --ignore-path ../../.prettierignore "**/*.{js,json,md,sol,ts,yaml,yml}"

test

hardhat test

typechain

hardhat typechain
npm i @hifi/[email protected]

Metadata

Downloads

Maintainers