Skip to content

Conversation

@lgahdl
Copy link

@lgahdl lgahdl commented Nov 21, 2025

… all combinations;

feat: Creating a new test script that you can pass parameters to define the transaction;
refactor: changing from poc-offline-mode to offline-mode;
feat: Deterministic deployment addresses;

How to test

  1. Open ./playground folder
  2. Run docker-compose -f docker-compose.offline.yml up -d and wait
  3. Run ./test_playground_offline.sh --sellToken GNO --buyToken USDT --sellAmount 10e18 --from 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d

… all combinations;

feat: Creating a new test script that you can pass parameters to define the transaction;
refactor: changing from poc-offline-mode to offline-mode;
feat: Deterministic deployment addresses;
@lgahdl lgahdl self-assigned this Nov 21, 2025
@linear
Copy link

linear bot commented Nov 21, 2025

# Optimizer settings
solc_version = "0.8.26"
optimizer = true
optimizer_runs = 200

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you changed this? 🤔

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More optimizer_runs means that the code will be more gas efficient in the end, I changed just to have a better output in the end, but I didn't verify if there was a big difference from this change tbh

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the difference between this file and the playgrond/offline-mode/addresses.json ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are duplicated, will remove one of them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants