From e7d1e2b2ccb2a3a62514cdfbbd519f80b2389a2b Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:13:51 +0700 Subject: [PATCH] chore: set address of latest nationcred version --- nationcred/src/update-smart-contract.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nationcred/src/update-smart-contract.ts b/nationcred/src/update-smart-contract.ts index 278d61939..b0073d00f 100644 --- a/nationcred/src/update-smart-contract.ts +++ b/nationcred/src/update-smart-contract.ts @@ -68,7 +68,7 @@ const lookupActiveCitizensFromCSV = async (): Promise => { console.log('signer.getAddress():', await signer.getAddress()) console.log('signer.getBalance():', `${ethers.utils.formatUnits(await signer.getBalance())} ether`) - const nationCredContract = new ethers.Contract("0xff5F7A95D6dd29a0543f661a148ba1B9ac554763", NationCred.abi, signer) + const nationCredContract = new ethers.Contract("0x7794F0Eb1eA812fBcdaBD559551Fb26A79720925", NationCred.abi, signer) console.log('nationCredContract.address:', nationCredContract.address) console.log('nationCredContract.owner():', await nationCredContract.owner())