npm.io
1.3.0 • Published 7 months ago

@axelar-network/axelarjs-types

Licence
Apache-2.0
Version
1.3.0
Deps
2
Size
4.0 MB
Vulns
11
Weekly
0
Stars
2

axelarjs-types

Development

# Setup
git submodule update --init --recursive
yarn install

# Regenerate types from proto files
yarn codegen

# Build package
yarn build

Updating axelar-core version

cd axelar-core
git checkout <new-commit-hash>
cd ..
git add axelar-core
git commit -m "update axelar-core to <commit-hash>"
yarn codegen