-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: offchain get token context (#463)
* WIP: get_token_context add OffChainConfig * WIP: test offchain get_token_context * WIP: offchain get_token_context * WIP: offchain get_token_context * cargo fmt * test_logger ignores error * add v2_pairs test contracts * forge install: openzeppelin-contracts v5.0.2 * add v2_pairs test contracts * deploy preset_weth * feat: offchain get_token_context
- Loading branch information
1 parent
c878633
commit 6d6629f
Showing
18 changed files
with
1,185 additions
and
150 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "tests/evm_manual/foundry1/lib/forge-std"] | ||
path = tests/evm_manual/foundry1/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "tests/evm_manual/foundry1/lib/openzeppelin-contracts"] | ||
path = tests/evm_manual/foundry1/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts |
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
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.