Skip to content

Commit

Permalink
Merge pull request #110 from bancorprotocol/harvester-contracts-refactor
Browse files Browse the repository at this point in the history
reusable contract abis
  • Loading branch information
yarivbancor authored Dec 4, 2024
2 parents 8b7c1f2 + 456037a commit 9ce6f69
Show file tree
Hide file tree
Showing 50 changed files with 4,540 additions and 34,909 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"test:debug": "TZ=UTC node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand --watch",
"test:e2e": "jest --config ./test/jest-e2e.json",
"gcloud:build:production": "CLOUDSDK_CORE_PROJECT=bancor-api gcloud builds submit --tag europe-west2-docker.pkg.dev/bancor-api/carbon-multi/carbon-multi --timeout 3600",
"compile-abis": "typechain --target ethers-v5 --out-dir \"src/abis/types\" \"src/abis/*.json\"",
"migration:create": "read -p 'Enter migration name: ' NAME && if [ -z \"$NAME\" ]; then echo 'Error: Migration name is required!' && exit 1; else typeorm-ts-node-commonjs migration:create src/migrations/$NAME; fi",
"migration:generate": "npm run build && read -p 'Enter migration name: ' NAME && if [ -z \"$NAME\" ]; then echo 'Error: Migration name is required!' && exit 1; else typeorm-ts-node-commonjs migration:generate src/migrations/$NAME -d src/typeorm.config.ts; fi",
"migration:run": "npm run build && typeorm-ts-node-commonjs migration:run -d src/typeorm.config.ts",
Expand Down
Loading

0 comments on commit 9ce6f69

Please sign in to comment.