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.
CodableTransaction.emptyTransaction
1 parent 317cd4d commit 75b8ec8Copy full SHA for 75b8ec8
Sources/Core/Transaction/CodableTransaction.swift
@@ -197,7 +197,7 @@ public struct CodableTransaction {
197
self.accessList = options.accessList
198
}
199
200
- public static var emptyTransaction = CodableTransaction(to: EthereumAddress("0xa64f2fD4F60cEBE072997010cB0cb22695FDdCc5")!)
+ public static var emptyTransaction = CodableTransaction(to: EthereumAddress.contractDeploymentAddress())
201
202
203
extension CodableTransaction: Codable {
0 commit comments