update contract address for nftlocker

This commit is contained in:
CounterFire2023 2024-07-02 14:04:18 +08:00
parent f9ae382619
commit 7dbb0b5813
2 changed files with 7 additions and 1 deletions

View File

@ -10,5 +10,11 @@
"type": "logic", "type": "logic",
"json": "assets/contracts/NFTClaimStage2WL.json", "json": "assets/contracts/NFTClaimStage2WL.json",
"address": "0xc7de4C8f802e29B21C21379eD3190Cc0c36C0c28" "address": "0xc7de4C8f802e29B21C21379eD3190Cc0c36C0c28"
},
{
"name": "NFTLock",
"type": "logic",
"json": "assets/contracts/NFTLock.json",
"address": "0x2034e51e1a24f8b488610aBBDCc74F3e0cA833df"
} }
] ]

View File

@ -39,6 +39,6 @@
"name": "NFTLock", "name": "NFTLock",
"type": "logic", "type": "logic",
"json": "assets/contracts/NFTLock.json", "json": "assets/contracts/NFTLock.json",
"address": "0xa83e7F65027aE1a8D0687A87dd157394F03456c0" "address": "0xC8607507451059CfAe6Ca4D07EC6f631ce8ef9f9"
} }
] ]