Skip to content

Commit

Permalink
bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thrilok209 authored Apr 30, 2021
1 parent 522e0ac commit aa01a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"trypublish": "npm publish || true",
"postversion": "git push && git push --tags && npm publish && npm run open-releases",
"open-releases": "open \"$(node -e 'console.log(`${require(\"./package.json\").repository}/releases`)')\"",
"ganache:fork": "dotenv -- cross-var npx ganache-cli --fork %ETH_NODE_URL% --unlock %PUBLIC_ADDRESS% --chainId 1 -e 1000000 -m 'west cricket tenant memory offer burger crumble snow solid mushroom wish solid'",
"ganache:fork": "dotenv -- cross-var npx ganache-cli --fork %ETH_NODE_URL% --unlock %PUBLIC_ADDRESS% --chainId 1 -e 10000000 -m 'west cricket tenant memory offer burger crumble snow solid mushroom wish solid'",
"hardhat:fork": "dotenv -- cross-var npx hardhat node --fork %ETH_NODE_URL%",
"add:connector": "NODE_PATH=. TS_NODE_PROJECT=scripts/tsconfig.scripts.json dotenv -- cross-var ts-node scripts/addConnector.ts"
},
Expand Down

0 comments on commit aa01a8d

Please sign in to comment.