Skip to content

Commit

Permalink
update lib & npm info
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Oct 17, 2023
1 parent 055a41c commit 3e7b933
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "lib/pt-v5-prize-pool"]
path = lib/pt-v5-prize-pool
url = https://github.com/generationsoftware/pt-v5-prize-pool
branch = prod-testnet-2
branch = prod-testnet-3
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/PaulRBerg/prb-math
Expand All @@ -17,4 +17,4 @@
[submodule "lib/pt-v5-liquidator-interfaces"]
path = lib/pt-v5-liquidator-interfaces
url = https://github.com/generationsoftware/pt-v5-liquidator-interfaces
branch = prod-testnet-2
branch = prod-testnet-3
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion lib/pt-v5-liquidator-interfaces
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pooltogether/foundry-template",
"name": "@generationsoftware/pt-v5-vault-boost",
"version": "1.0.0",
"description": "Template to kickstart a Foundry project",
"description": "PoolTogether V5 Vault Boost Contracts",
"author": {
"name": "PoolTogether Inc.",
"url": "https://github.com/pooltogether"
"name": "G9 Software Inc.",
"url": "https://github.com/GenerationSoftware"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pooltogether/foundry-template.git"
"url": "git+https://github.com/GenerationSoftware/pt-v5-vault-boost.git"
},
"scripts": {
"clean": "forge clean",
Expand Down

0 comments on commit 3e7b933

Please sign in to comment.