Skip to content

Commit

Permalink
feat(txwrapper-dev) Export WESTEND_SPEC_VERSION constant (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilIvanichkovv authored Jul 5, 2023
1 parent 2e19ac5 commit 742be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/txwrapper-dev/src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
export const KUSAMA_SPEC_VERSION = 9430;
export const POLKADOT_SPEC_VERSION = 9430;
const ASSET_HUB_POLKADOT_SPEC_VERSION = 9360;
const WESTEND_SPEC_VERSION = 9430;
export const WESTEND_SPEC_VERSION = 9430;

/**
* Base tx information common to all tested transactions
Expand Down

0 comments on commit 742be6f

Please sign in to comment.