-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Description
When i run
forge script --broadcast --rpc-url https://evm-rpc-arctic-1.sei-apis.com/ --private-key <PRIVATE_KEY> --verify script/DeployPermit2.s.sol:DeployPermit2
It errors out with
[⠊] Compiling...
[⠒] Compiling 1 files with 0.8.17Compiler run successful!
[⠢] Compiling 1 files with 0.8.17
[⠆] Solc 0.8.17 finished in 7.42s
Traces:
[2120457] → new DeployPermit2@0x5b73C5498c1E3b4dbA84de0F1833c4a029d90519
└─ ← 10421 bytes of code
[147] DeployPermit2::setUp()
└─ ← ()
[9079256848778899849] DeployPermit2::run()
├─ [0] VM::startBroadcast()
│ └─ ← ()
├─ [0] → new <unknown>@0x8a8dDbE4c64CF1857360DC25883a581933D5ca4b
│ └─ ← 9345 bytes of code
└─ ← EvmError: Revert
I've also tried it with a sepolia RPC but end up with the same error. Would love some guidance on how to get past this
Metadata
Metadata
Assignees
Labels
No labels