We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dab8eb commit eaff34fCopy full SHA for eaff34f
1 file changed
claim_contracts/base/Makefile
@@ -6,7 +6,9 @@ export
6
help: ## Show help
7
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
8
9
-# Factory predeploy (same on all OP Stack chains)
+# OptimismMintableERC20Factory
10
+# Mainnet uses Base-specific factory to avoid address conflicts with Optimism.
11
+# Source: https://docs.base.org/chain/base-contracts
12
FACTORY_SEPOLIA=0x4200000000000000000000000000000000000012
13
FACTORY_MAINNET=0xF10122D428B4bc8A9d050D06a2037259b4c4B83B
14
0 commit comments