@layerzerolabs/lz-evm-sdk-v1-0.7

v1.5.16

build

$npm_execpath build-forge && $npm_execpath build-hardhat && $npm_execpath build-ts

build-forge

FOUNDRY_PROFILE=layerzero-v1-0_7 forge build

build-hardhat

$npm_execpath hardhat compile

build-ts

$npm_execpath tsc -b

clean

$npm_execpath rimraf .turbo && $npm_execpath clean-hardhat && $npm_execpath rimraf dist

clean-hardhat

$npm_execpath rimraf '*artifacts' && $npm_execpath rimraf '*cache'

format

$npm_execpath prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --write

lint

TIMING=1 $npm_execpath eslint --no-error-on-unmatched-pattern ./**/*.ts --fix && solhint ./contracts/**/*.sol --fix

test

$npm_execpath test-forge && $npm_execpath hardhat test

test-forge

FOUNDRY_PROFILE=layerzero-v1-0_7 forge test
npm i @layerzerolabs/lz-evm-sdk-v1-0.7

Metadata

Downloads