Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 8adae7c

Browse files
nambrotgitbook-bot
authored andcommitted
GITBOOK-249: change request with no subject merged in GitBook
1 parent ab0938e commit 8adae7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/query.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Call nameExpiresCall = Call({
126126
Query the ENS contract on Ethereum for the owner and expiration time of the any domain (from any network), and write it to storage.
127127

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

0 commit comments

Comments
 (0)