diff --git a/bin/marketserver/config/contract.json b/bin/marketserver/config/contract.json index 2e63591b..5fcbed7c 100644 --- a/bin/marketserver/config/contract.json +++ b/bin/marketserver/config/contract.json @@ -11,18 +11,6 @@ "json": "assets/contracts/NFTClaimStage2.json", "address": "0xf45702180314187a3549FEDac3B78349b47ca6A0" }, - { - "name": "NFTLock", - "type": "logic", - "json": "assets/contracts/NFTLock.json", - "address": "0x59e751c2037B710090035B6ea928e0cce80aC03f" - }, - { - "name": "NFTClaimStage2WL", - "type": "logic", - "json": "assets/contracts/NFTClaimStage2WL.json", - "address": "0x09F2D6CAf92860a1f79049E2552eFa54186c883c" - }, { "name": "CFHero", "type": "erc721", @@ -34,5 +22,23 @@ "type": "erc721", "json": "assets/contracts/CFNFTGame.json", "address": "0x75C0c6eD851036DB28c750Bd9bfa3A72B5107801" + }, + { + "name": "NFTClaimStage2WL", + "type": "logic", + "json": "assets/contracts/NFTClaimStage2WL.json", + "address": "0xc11A64Cc2Ec7aEFbd5E25a37f1d9216f3f8CF11a" + }, + { + "name": "AirdropToken", + "type": "logic", + "json": "assets/contracts/AirdropToken.json", + "address": "0x02B244Ba62f84ff518a4797b1859977D1fcdBBA8" + }, + { + "name": "NFTLock", + "type": "logic", + "json": "assets/contracts/NFTLock.json", + "address": "0xC8607507451059CfAe6Ca4D07EC6f631ce8ef9f9" } ]