Skip to content

Commit 66dd1b6

Browse files
committed
fix makefile
1 parent d1647cf commit 66dd1b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

claim_contracts/base/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ deploy-base-mainnet: ## Deploy ALIGN on BaseMainnet
3535
# --- Verification ---
3636

3737
verify: ## 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

0 commit comments

Comments
 (0)