File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/common" ,
3- "version" : " 10.0.2 " ,
3+ "version" : " 10.0.3 " ,
44 "description" : " Common utilities and types used by streamflow packages." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/distributor" ,
3- "version" : " 10.0.2 " ,
3+ "version" : " 10.0.3 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Airdrop protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/eslint-config" ,
3- "version" : " 10.0.2 " ,
3+ "version" : " 10.0.3 " ,
44 "description" : " ESLint configuration for Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/launchpad" ,
3- "version" : " 10.0.2 " ,
3+ "version" : " 10.0.3 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Launchpad protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/staking" ,
3- "version" : " 10.0.2 " ,
3+ "version" : " 10.0.3 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Staking protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import BN from "bn.js";
44
55export const FEE_PRECISION_FACTOR = 10_000 ;
66export const FEE_PRECISION_FACTOR_BN = new BN ( FEE_PRECISION_FACTOR ) ;
7- export const DEFAULT_FEE = 25 ;
7+ export const DEFAULT_FEE = 0 ;
88export const DEFAULT_FEE_BN = new BN ( DEFAULT_FEE ) ;
99export const SCALE_PRECISION_FACTOR = 1_000_000_000 ;
1010export const SCALE_PRECISION_FACTOR_BN = new BN ( SCALE_PRECISION_FACTOR ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/stream" ,
3- "version" : " 10.0.2 " ,
3+ "version" : " 10.0.3 " ,
44 "description" : " JavaScript SDK to interact with Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
You can’t perform that action at this time.
0 commit comments