@gooddollar/goodprotocol 1.0.9-beta.0 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddollar/goodprotocol",
3
- "version": "1.0.9-beta.0",
3
+ "version": "1.0.9",
4
4
  "description": "GoodDollar Protocol",
5
5
  "scripts": {
6
6
  "build": "scripts/build.sh deploy",
@@ -478,7 +478,7 @@ export const deploySidechain = async (
478
478
  })
479
479
  .then(printDeploy);
480
480
 
481
- let encoded = (
481
+ encoded = (
482
482
  await ethers.getContractAt("IGoodDollar", gd)
483
483
  ).interface.encodeFunctionData("mint", [firstClaim.address, 1000000]);
484
484
  await genericCall(gd, encoded);