Replies: 3 comments 5 replies
-
The below from your uint256 public constant ETH_SEP_CHAIN_ID = 1115111; It should be uint256 public constant ETH_SEP_CHAIN_ID = 11155111; Fix that and let's see if the error persists. |
Beta Was this translation helpful? Give feedback.
-
For the |
Beta Was this translation helpful? Give feedback.
-
Ensure all imports are correct |
Beta Was this translation helpful? Give feedback.
-
this is my commands



forge test -vvvv --fork-url $MAINNET_RPC_URL
forge test -vvvv --fork-url $SEPOLIA_RPC_URL
forge test -vvvv
what should i do for test successfully?
Here is my TestFubdNe.t.sol code
here is my helperconfig code
Beta Was this translation helpful? Give feedback.
All reactions