-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactoring the folder structure * removing mudConfigObject.ts to fix ts errors. We can add it back later if its required * adding lint to .ts files * adding non mud standard contracts * removing lib dependancies * forge install: openzeppelin-contracts v5.0.2 * forge install: forge-std v1.8.1 * updating the path for external dependancy * adding the unbaked deploy script whcih can be sorted later * decoupling forwarder from the rest of the contracts as it will be in root namespace renaming to core as 1. it has a GlobalStatic table which could store global values 2. contracts with root namespace can live here * modifying the frontier-world directory structure * name change to stick the standard * console.log name change * updating package.json * cleanup package.json commands * fixing build issues * reanming and creating test deploy scripts to validate * adding .env file to standard contracts * adding build command * updating `--fork-url` to `rpc-url`
- Loading branch information
1 parent
ff617df
commit 8e00c6d
Showing
117 changed files
with
14,887 additions
and
492 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "standard-contracts/lib/openzeppelin-contracts"] | ||
path = standard-contracts/lib/openzeppelin-contracts | ||
url = https://github.com/openzeppelin/openzeppelin-contracts | ||
[submodule "standard-contracts/lib/forge-std"] | ||
path = standard-contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std |
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 @@ | ||
{ | ||
"solidity.compileUsingRemoteVersion": "v0.8.25+commit.b61c2a91" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.