Skip to content

Commit

Permalink
Merge pull request nounsDAO#668 from nounsDAO/brianj_update_contract_…
Browse files Browse the repository at this point in the history
…to_patch_nns_bug

update nns contract address
  • Loading branch information
bcjgit authored Jan 31, 2023
2 parents 1d78639 + ec0330d commit bf86fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nouns-webapp/src/utils/lookupNNSOrENS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function lookupNNSOrENS(
try {
// Call resolver contract
const res = await library.call({
to: '0x5982ce3554b18a5cf02169049e81ec43bfb73961', // see https://etherscan.io/address/0x5982cE3554B18a5CF02169049e81ec43BFB73961
to: '0x3e1970dc478991b49c4327973ea8a4862ef5a4de', // see https://etherscan.io/address/0x3e1970dc478991b49c4327973ea8a4862ef5a4de
data: '0x55ea6c47000000000000000000000000' + address.substring(2), // call .resolve(address) method
});
// Parse result into a string.
Expand Down

0 comments on commit bf86fa4

Please sign in to comment.