diff --git a/config.json b/config.json index 415f55d..6faa472 100644 --- a/config.json +++ b/config.json @@ -59,7 +59,7 @@ "type": "function" } ], - "GAME_CONTRACT_ADDRESS": "0x7C56Fd34374F0244402aDDf5E940490C1a53E92E", + "GAME_CONTRACT_ADDRESS": "0x6B2d5cE3C7374000c3E0C25Bf3Bddc460aC70C08", "GAME_ABI": [ { "inputs": [], diff --git a/crypto_clash_contract/contracts/Game.sol b/crypto_clash_contract/contracts/Game.sol index 252c768..8329f40 100644 --- a/crypto_clash_contract/contracts/Game.sol +++ b/crypto_clash_contract/contracts/Game.sol @@ -4,8 +4,8 @@ pragma solidity >=0.7.3; contract Game { uint public constant BET_MIN = 1e16; // The minimum bet (1 BLD) - uint public constant REVEAL_TIMEOUT = 0.5 minutes; // Max delay of revelation phase - uint public constant COMMIT_TIMEOUT = 0.5 minutes; // Max delay of commit phase + uint public constant REVEAL_TIMEOUT = 10 minutes; // Max delay of revelation phase + uint public constant COMMIT_TIMEOUT = 10 minutes; // Max delay of commit phase enum Moves { None, diff --git a/crypto_clash_frontend/public/config.json b/crypto_clash_frontend/public/config.json index 415f55d..6faa472 100644 --- a/crypto_clash_frontend/public/config.json +++ b/crypto_clash_frontend/public/config.json @@ -59,7 +59,7 @@ "type": "function" } ], - "GAME_CONTRACT_ADDRESS": "0x7C56Fd34374F0244402aDDf5E940490C1a53E92E", + "GAME_CONTRACT_ADDRESS": "0x6B2d5cE3C7374000c3E0C25Bf3Bddc460aC70C08", "GAME_ABI": [ { "inputs": [],