From a1ce68e56182ebb0f80f58842929bae112d35ee3 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gamemarket=E7=9A=84abi?= =?UTF-8?q?=E5=92=8Caddress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/abis/abiGameMarket.ts | 5 ----- src/config/cfg_421613_dev.js | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/abis/abiGameMarket.ts b/src/abis/abiGameMarket.ts index 332ea2e..915ee10 100644 --- a/src/abis/abiGameMarket.ts +++ b/src/abis/abiGameMarket.ts @@ -431,11 +431,6 @@ export let abiGameMarket: AbiItem[] = [ name: "_price", type: "uint256", }, - { - internalType: "address", - name: "_feeToAddress", - type: "address", - }, { internalType: "uint256", name: "_startTime", diff --git a/src/config/cfg_421613_dev.js b/src/config/cfg_421613_dev.js index d4f9b67..08565f6 100644 --- a/src/config/cfg_421613_dev.js +++ b/src/config/cfg_421613_dev.js @@ -38,7 +38,7 @@ module.exports = { minterFactory: "0x1A27515c35a92Fb276c2670fa27C85ffAd75D094", nftmarket: "0x1d33b4E045ce595B6346C3D0e334814dd4Af5418", nftmall: "0x38Bf9f3C29D8384B6A79435745AE796cd2465545", - gamemarket: "0x19a13Da2E7EB33210c98B589888EA68267ee61d6", + gamemarket: "0x46e2C612756b702b3d68d89F97c88FFa725F6fab", gamemall: "0x1D058c7c7451c34BbfF9c0dF1C16b95C5d171d64", }, };