@wormhole-foundation/sdk-icons

v0.7.0-beta.7
This package contains icons for all of the Wormhole connected [chains](https://docs.wormhole.com/wormhole/reference/blockchain-environments).

gen

tsx scripts/genIcons.ts && prettier src/constants/chainIcons.ts -w

lint

npm run prettier && eslint --fix ./src --ext .ts

build

npm run build:esm && npm run build:cjs

clean

rm -rf ./dist && rm -rf ./.turbo

rebuild

npm run clean && npm run build

prettier

prettier --write ./src

build:cjs

tsc -p ./tsconfig.cjs.json && echo '{"type":"commonjs"}' > dist/cjs/package.json

build:esm

tsc -p ./tsconfig.esm.json

typecheck

cp ./__tests__/typechecks/index.test-d.ts ./dist/esm/ && tsd
npm i @wormhole-foundation/[email protected]

Metadata

Downloads