Skip to content

Commit eaff34f

Browse files
committed
add comment
1 parent 9dab8eb commit eaff34f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

claim_contracts/base/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export
66
help: ## Show help
77
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
88

9-
# Factory predeploy (same on all OP Stack chains)
9+
# OptimismMintableERC20Factory
10+
# Mainnet uses Base-specific factory to avoid address conflicts with Optimism.
11+
# Source: https://docs.base.org/chain/base-contracts
1012
FACTORY_SEPOLIA=0x4200000000000000000000000000000000000012
1113
FACTORY_MAINNET=0xF10122D428B4bc8A9d050D06a2037259b4c4B83B
1214

0 commit comments

Comments
 (0)