Skip to content

Commit

Permalink
Merge pull request #108 from nation3/set-address-of-latest-nationcred…
Browse files Browse the repository at this point in the history
…-version

chore: set address of latest nationcred version
  • Loading branch information
aahna-ashina authored Oct 13, 2023
2 parents d9cb34b + e7d1e2b commit c91f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nationcred/src/update-smart-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const lookupActiveCitizensFromCSV = async (): Promise<number[]> => {
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())

Expand Down

0 comments on commit c91f3ad

Please sign in to comment.