Skip to content

Commit

Permalink
GITBOOK-249: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored and gitbook-bot committed Aug 7, 2023
1 parent ab0938e commit 8adae7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ Call nameExpiresCall = Call({
Query the ENS contract on Ethereum for the owner and expiration time of the any domain (from any network), and write it to storage.

<pre class="language-solidity"><code class="lang-solidity"><strong>uint32 constant ethereumDomain = 1;
</strong>// consistent across all chains
address constant iqsRouter = 0x1d9fB4EA1712d0aaF713F7e02Aee0766Bb42bdB0;
</strong>// Insert real address from "Contract Addresses"
address constant iqsRouter = "0x123456";
// The address of the ENS contract on Ethereum
address constant ens = 0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e;

Expand Down

0 comments on commit 8adae7c

Please sign in to comment.