File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ deploy-base-mainnet: ## Deploy ALIGN on BaseMainnet
3535# --- Verification ---
3636
3737verify : # # Verify L2 token (requires L2_TOKEN, RPC_URL)
38- cast call $(L2_TOKEN ) " name()(string)" --rpc-url $(RPC_URL )
39- cast call $(L2_TOKEN ) " symbol()(string)" --rpc-url $(RPC_URL )
40- cast call $(L2_TOKEN ) " decimals()(uint8)" --rpc-url $(RPC_URL )
41- cast call $(L2_TOKEN ) " REMOTE_TOKEN()(address)" --rpc-url $(RPC_URL )
42- cast call $(L2_TOKEN ) " BRIDGE()(address)" --rpc-url $(RPC_URL )
43- cast call $(L2_TOKEN ) " totalSupply()(uint256)" --rpc-url $(RPC_URL )
38+ @ cast call $(L2_TOKEN ) " name()(string)" --rpc-url $(RPC_URL )
39+ @ cast call $(L2_TOKEN ) " symbol()(string)" --rpc-url $(RPC_URL )
40+ @ cast call $(L2_TOKEN ) " decimals()(uint8)" --rpc-url $(RPC_URL )
41+ @ cast call $(L2_TOKEN ) " REMOTE_TOKEN()(address)" --rpc-url $(RPC_URL )
42+ @ cast call $(L2_TOKEN ) " BRIDGE()(address)" --rpc-url $(RPC_URL )
43+ @ cast call $(L2_TOKEN ) " totalSupply()(uint256)" --rpc-url $(RPC_URL )
4444
4545# --- Bridging L1 -> Base ---
4646
You can’t perform that action at this time.
0 commit comments