-
Notifications
You must be signed in to change notification settings - Fork 1
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 #207 from Axis-Fi/dtl-testing
Improvements from DTL testing
- Loading branch information
Showing
40 changed files
with
1,510 additions
and
277 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ docs/ | |
|
||
# Dotenv file | ||
.env | ||
.env.* | ||
|
||
node_modules/ | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# FixedPriceBatch - Uniswap DTL Testing | ||
|
||
## How to Test | ||
|
||
1. Create a virtual testnet on Tenderly | ||
2. Store the environment variables in an environment file | ||
3. Deploy the Axis stack | ||
4. Create the auction | ||
- You will need to provide the quote token, base token | ||
|
||
## To Settle an Auction | ||
|
||
Assumes you are using a Tenderly Virtual Testnet | ||
|
||
1. Warp to the timestamp after the auction conclusion using the warp script | ||
2. Run the settle auction script |
Oops, something went wrong.