Skip to content

Commit

Permalink
return all create3 contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodomo committed Dec 10, 2024
1 parent 3ad64d1 commit 7a4cc43
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions scripts/stagingaddrs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ func run(ctx context.Context) error {
}

addrsJSON := map[string]common.Address{
"create3": addrs.Create3Factory,
"portal": addrs.Portal,
"avs": addrs.AVS,
"l1bridge": addrs.L1Bridge,
"token": addrs.Token,
"gaspump": addrs.GasPump,
"gasstation": addrs.GasStation,
"create3": addrs.Create3Factory,
"avs": addrs.AVS,
"portal": addrs.Portal,
"l1bridge": addrs.L1Bridge,
"token": addrs.Token,
"gaspump": addrs.GasPump,
"gasstation": addrs.GasStation,
"solveinbox": addrs.SolveInbox,
"solveoutbox": addrs.SolveOutbox,
"feeoraclev2": addrs.FeeOracleV2,
}

prettyJSON, err := json.MarshalIndent(addrsJSON, "", " ")
Expand Down

0 comments on commit 7a4cc43

Please sign in to comment.