[Chore] - First pass contracts and makefile cleanup (#276)

* first pass contracts and makefile cleanup

* remove unused 4844 test files

* Remove Goerli references

* lint fixing

* lint fixing

* remove more Goerli references

* correct folder paths for L2 service tests

* fix pathing and hardhat version

* reinstate deleted file

* correct file pathing
This commit is contained in:
The Dark Jester
2024-11-06 02:21:14 -08:00
committed by GitHub
parent aa4e2e63f6
commit 4af87b5fe6
69 changed files with 143 additions and 6176 deletions

View File

@@ -35,7 +35,7 @@ To install this package, execute the following command:
This package exposes two main classes for usage:
- The `PostmanServiceClient` class is used to run a Postman service for delivering messages.
- The `LineaSDK` class is used to interact with smart contracts on Ethereum and Linea (both Goerli and Mainnet).
- The `LineaSDK` class is used to interact with smart contracts on Ethereum and Linea (both Sepolia and Mainnet).
## License