Refactor Clash component to use GameModal for game interactions, remove Hello World page, and implement toast notifications for error handling

This commit is contained in:
averel10
2025-11-22 09:44:36 +01:00
parent 3bd61490f1
commit 197d9e6e22
16 changed files with 976 additions and 1088 deletions

View File

@@ -64,15 +64,6 @@ async function main() {
// Define contracts to deploy
const contractsToDeploy: ContractDeploymentConfig[] = [
{
name: "HelloWorld",
artifactPath: "testcontract.sol/HelloWorld.json",
deployArgs: ["Hello World!"],
configKeys: {
address: "CONTRACT_ADDRESS",
abi: "ABI"
}
},
{
name: "Game",
artifactPath: "Game.sol/Game.json",