Skip to content

Commit

Permalink
updated chainspec deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalman6 committed Aug 29, 2024
1 parent b63bdfa commit f56b9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployForChainSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function compileProxy() {
"0x1100000000000000000000000000000000000001", //address _stakingHbbft,
"0x2000000000000000000000000000000000000001", //address _reinsertPot,
"0x4000000000000000000000000000000000000001", //address _txPermission,
ethers.parseEther("1"),//uint256 _createProposalFee,
ethers.parseEther("10"),//uint256 _createProposalFee,
startTimeBigInt //uint64 _startTimestamp
];

Expand Down

0 comments on commit f56b9e7

Please sign in to comment.