Merged
Conversation
Contributor
grantkee
commented
Mar 24, 2026
- update deployment addresses + script
76bcfc7 to
bb7a802
Compare
bb7a802 to
8b19742
Compare
a851d1a to
6b3e1eb
Compare
grantkee
commented
Apr 14, 2026
| import { Stablecoin } from "../../../src/testnet/Stablecoin.sol"; | ||
| import { Deployments } from "../../../deployments/Deployments.sol"; | ||
|
|
||
| /// @dev To deploy the Arachnid deterministic deployment proxy: |
Contributor
Author
There was a problem hiding this comment.
added to script for automatic inclusion
grantkee
commented
Apr 14, 2026
| vm.writeLine( | ||
| dest, | ||
| " code: 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378163019ff3fe" | ||
| " code: 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3" |
Contributor
Author
There was a problem hiding this comment.
code result from deploying arachnid proxy (foundry asserts this value)
grantkee
commented
Apr 14, 2026
| @@ -0,0 +1,137 @@ | |||
| #!/usr/bin/env bash | |||
Contributor
Author
There was a problem hiding this comment.
move testnet forge scripts into single bash script
grantkee
commented
Apr 14, 2026
| "eUSD_eZAR_Pool": "0x96b5389c9fc51537a9d198b69465de3622c293cf" | ||
| } | ||
| } | ||
| "ArachnidDeterministicDeployFactory": "0x4e59b44847b379578588920ca78fbf26c0b4956c", |
Contributor
Author
There was a problem hiding this comment.
new deployer key changed create2 results
|
Looks great to me. No major concerns. I did some tests with the arachnid factory and all tests were successful as well. |
Huwonk
approved these changes
Apr 14, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.