forked from balancer/bal-mining-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a693dd
commit 7e19e76
Showing
716 changed files
with
4,160,056 additions
and
1,438,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"printWidth": 80, | ||
"tabWidth": 4, | ||
"singleQuote": true, | ||
"bracketSpacing": true, | ||
"trailingComma": "es5", | ||
"semi": true, | ||
"newline-before-return": true, | ||
"no-duplicate-variable": [true, "check-parameters"], | ||
"no-var-keyword": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
{ | ||
"name": "bal-liquidity-mining", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"sum": "node sum.js", | ||
"timestamps": "node timestamps.js" | ||
}, | ||
"dependencies": { | ||
"bignumber.js": "^9.0.0", | ||
"cli-progress": "^3.8.2", | ||
"dotenv": "^8.2.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"web3": "^1.2.7", | ||
"yargs": "^15.3.1" | ||
} | ||
"name": "bal-liquidity-mining", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"sum": "node sum.js", | ||
"timestamps": "node timestamps.js" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
}, | ||
"dependencies": { | ||
"bignumber.js": "^9.0.0", | ||
"cli-progress": "^3.8.2", | ||
"dotenv": "^8.2.0", | ||
"husky": "^4.2.5", | ||
"isomorphic-fetch": "^2.2.1", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"web3": "^1.2.7", | ||
"yargs": "^15.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"0x00000000000000000000000000000000deadbeef": "0x0000000000000000000000000000000000000000" | ||
} |
Oops, something went wrong.