Skip to content

Commit

Permalink
fix: incorrect resolver address on EthRegistryDemo (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg <[email protected]>
  • Loading branch information
nftchance and gskril authored Dec 3, 2024
1 parent 9686d4e commit 2fab882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/local/content/demos/ethregistry/ETHRegistryDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Demo = () => {
'0x225f137127d9067788314bc7fcc1f36746a3c3B5'
);
const [resolver, setResolver] = useState(
'0x225f137127d9067788314bc7fcc1f36746a3c3B5'
'0x231b0Ee14048e9dCcD1d247744d114a4EB5E8E63'
);
const [duration, setDuration] = useState(60 * 60 * 24 * 365);
const [secret, setSecret] = useState(
Expand Down

0 comments on commit 2fab882

Please sign in to comment.