Skip to content

Commit

Permalink
Merge pull request #29 from pooltogether/pool-2109-deploy-to-testnet
Browse files Browse the repository at this point in the history
Add TWABDelegator
  • Loading branch information
PierrickGT authored Mar 17, 2022
2 parents f5d5ade + 2c192f2 commit 7a82fa0
Show file tree
Hide file tree
Showing 35 changed files with 12,204 additions and 2,542 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}
2 changes: 0 additions & 2 deletions .turbo/turbo-clean.log

This file was deleted.

150 changes: 0 additions & 150 deletions .turbo/turbo-node:rinkeby.log

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ yarn

## New Deployments
```.sh
yarn deploy-rinkeby
yarn deploy:rinkeby
```

```.sh
yarn deploy-mumbai
yarn deploy:mumbai
```

```.sh
yarn deploy-fuji
yarn deploy:fuji
```

## Acquire Tokens & Tickets
Expand Down Expand Up @@ -68,14 +68,14 @@ yarn deposit fuji
## Test Deployment Scripts

```.sh
yarn node-rinkeby
yarn node:rinkeby
```

```.sh
yarn node-mumbai
yarn node:mumbai
```


```.sh
yarn node-fuji
yarn node:fuji
```
2 changes: 1 addition & 1 deletion contracts.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7a82fa0

Please sign in to comment.