We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0f3ef commit f5f9f71Copy full SHA for f5f9f71
Documentation/Usage.md
@@ -269,7 +269,7 @@
269
270
```swift
271
let coldWalletAddress = EthereumAddress("0x6394b37Cf80A7358b38068f0CA4760ad49983a1B")
272
-let constractAddress = EthereumAddress("0x45245bc59219eeaaf6cd3f382e078a461ff9de7b", ignoreChecksum: true)
+let contractAddress = EthereumAddress("0xe22b8979739D724343bd002F9f432F5990879901", ignoreChecksum: true)
273
```
274
Ethereum addresses are checksum checked if they are not lowercased or uppercased and always length checked
275
0 commit comments