Skip to content

Commit 9b2ccda

Browse files
authored
README fix (thanks to @anquetil)
1 parent 0beb93a commit 9b2ccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The `explorer` prop allows to generate the name and URL of a given block explore
152152
address="0x…"
153153
explorer={(address) => ({
154154
name: "Base",
155-
url: `https://basescan.com/address/${address}`,
155+
accountUrl: `https://basescan.com/address/${address}`,
156156
})}
157157
```
158158

0 commit comments

Comments
 (0)