-
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.
Merge pull request #30 from xWerk/chore/local-thirdweb-deps
Install deps with Bun
- Loading branch information
Showing
22 changed files
with
360 additions
and
70 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
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 was deleted.
Oops, something went wrong.
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
Submodule contracts
deleted from
5c96c2
Submodule forge-std
deleted from
978ac6
Submodule openzeppelin-contracts
deleted from
dbb610
Submodule openzeppelin-contracts-upgradeable
deleted from
723f8c
Submodule openzeppelin-foundry-upgrades
deleted from
4cd15f
Submodule prb-math
deleted from
39eec8
Submodule v2-core
deleted from
733569
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 @@ | ||
{ | ||
"devDependencies": { | ||
"forge-std": "github:foundry-rs/forge-std#v1.9.4" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/contracts": "^5.1.0", | ||
"@prb/math": "^4.1.0", | ||
"@sablier/v2-core": "^1.2.0", | ||
"@thirdweb-dev/contracts": "^3.15.0" | ||
} | ||
} |
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,8 +1,5 @@ | ||
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/ | ||
@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/ | ||
@sablier/v2-core/=lib/v2-core/ | ||
@prb/math/=lib/prb-math/ | ||
@nomad-xyz/excessively-safe-call/=lib/nomad-xyz/excessively-safe-call/ | ||
@thirdweb/contracts/=lib/contracts/contracts/ | ||
ds-test/=lib/openzeppelin-contracts/lib/forge-std/lib/ds-test/src/ | ||
forge-std/=lib/forge-std/src/ | ||
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/ | ||
@sablier/v2-core/=node_modules/@sablier/v2-core/ | ||
@prb/math/=node_modules/@prb/math/ | ||
@thirdweb/contracts/=node_modules/@thirdweb-dev/contracts/ | ||
forge-std/=node_modules/forge-std/src/ |
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
Oops, something went wrong.