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

Commit 01dabc5

Browse files
authored
Merge branch '1.0' into 1.0
2 parents 49d1cdd + 5eab09d commit 01dabc5

File tree

8 files changed

+137
-230
lines changed

8 files changed

+137
-230
lines changed

docs/web3-eth-ens.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ Parameters
761761
4. ``Function`` - (optional) Optional callback, returns an error object as first parameter and the result as second.
762762

763763

764-
Emits an ``ContenthashChanged``event.
764+
Emits an ``ContenthashChanged`` event.
765765

766766
-------
767767
Example
@@ -816,11 +816,11 @@ Known resolver events
816816

817817
1. ``AddrChanged`` - AddrChanged(node bytes32, a address)
818818
2. ``ContentChanged`` - ContentChanged(node bytes32, hash bytes32)
819-
4. ``NameChanged`` - NameChanged(node bytes32, name string)
820-
5. ``ABIChanged`` - ABIChanged(node bytes32, contentType uint256)
821-
6. ``PubkeyChanged`` - PubkeyChanged(node bytes32, x bytes32, y bytes32)
819+
3. ``NameChanged`` - NameChanged(node bytes32, name string)
820+
4. ``ABIChanged`` - ABIChanged(node bytes32, contentType uint256)
821+
5. ``PubkeyChanged`` - PubkeyChanged(node bytes32, x bytes32, y bytes32)
822822
6. ``TextChanged`` - TextChanged(bytes32 indexed node, string indexedKey, string key)
823-
6. ``ContenthashChanged`` - ContenthashChanged(bytes32 indexed node, bytes hash)
823+
7. ``ContenthashChanged`` - ContenthashChanged(bytes32 indexed node, bytes hash)
824824

825825
-------
826826
Example

packages/web3-core-method/package-lock.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)