Skip to content

Commit

Permalink
update stalkIssuedPerBdv precision in convertWhitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkatsios committed Sep 16, 2024
1 parent c24dcd8 commit d812f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/reseed/dataConverts/convertWhitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function parseWhitelist(inputFilePath, outputFilePath) {
const defaultAssetSettings = {
selector: "0xc84c7727",
stalkEarnedPerSeason: "1",
stalkIssuedPerBdv: "10000",
stalkIssuedPerBdv: "10000000000",
milestoneSeason: data.season.current,
milestoneStem: "0",
encodeType: "0x01",
Expand Down

0 comments on commit d812f74

Please sign in to comment.