Skip to content

Commit

Permalink
updated base sep deploy address again
Browse files Browse the repository at this point in the history
  • Loading branch information
Divide-By-0 committed Oct 12, 2024
1 parent 7caa7ce commit 6e2631a
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,23 @@ source .env
forge script script/Deploy_jwtRegistry.s.sol:DeployScript --rpc-url $RPC_URL --broadcast --verify -vvvv --sender $ETH_FROM
```

Here are some sample verified addresses on Base Sepolia:
Here is the sample verified deployed addresses on Base Sepolia:
```
JWTRegistry: 0x9630BFd4D20eFB2645BCE25603C7e88D1c544B05
JWTRegistry: 0x983A7B6a8b5657319078D858a303830C99761108
```

## Errors

```
├─ [1040390199] Create2Deployer::create2()
│ ├─ [0] → new MetaMultiSigWallet@0x70EEAD58493d2cDcc62004674c95ee6C529723E1
│ │ └─ ← [CreateCollision] EvmError: CreateCollision
│ └─ ← [Revert] EvmError: Revert
└─ ← [Revert] EvmError: Revert
Error:
script failed: <empty revert data>
```

This means that your salt in .env is already taken, probably on a previous deployment. Try a different one.

0 comments on commit 6e2631a

Please sign in to comment.