Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 00:42
· 26 commits to main since this release
v0.7.1
5570be6

Installation

CLI

Install from npm:

npm install -g pcf-dotns-cli

Or with other package managers:

Package Manager Command
npm npm install -g pcf-dotns-cli
yarn yarn global add pcf-dotns-cli
bun bun add -g pcf-dotns-cli
pnpm pnpm add -g pcf-dotns-cli

Verify:

dotns --help

UI

Download:

gh release download v0.7.1 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdk

Extract:

mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.1.tar.gz -C dotns-ui

What's Changed

  • fix(ui): retarget network config and Bulletin gateway to Summit by @al3mart in #7

Full Changelog: v0.7.0...v0.7.1