From fded6167fc5c7ea9c264c3511afbcc918cc0f434 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Nov 2025 14:38:43 +0000 Subject: [PATCH] Update deployed contract address --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index fcf2fde..7eaaaff 100644 --- a/config.json +++ b/config.json @@ -59,7 +59,7 @@ "type": "function" } ], - "GAME_CONTRACT_ADDRESS": "0x5B4D862ef9ce14CFD969F18194479F892db2FbF9", + "GAME_CONTRACT_ADDRESS": "0x01CFfE1cE3a6FDA1E2C01Ee611957fbbFE544Ce6", "GAME_ABI": [ { "inputs": [], @@ -292,6 +292,11 @@ "internalType": "uint256", "name": "gameId", "type": "uint256" + }, + { + "internalType": "string", + "name": "nickname", + "type": "string" } ], "name": "register",