Skip to content

Commit 75b8ec8

Browse files
Change CodableTransaction.emptyTransaction
default `EthereumAddress` to `EthereumAddress.contractDeploymentAddress()`
1 parent 317cd4d commit 75b8ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Core/Transaction/CodableTransaction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public struct CodableTransaction {
197197
self.accessList = options.accessList
198198
}
199199

200-
public static var emptyTransaction = CodableTransaction(to: EthereumAddress("0xa64f2fD4F60cEBE072997010cB0cb22695FDdCc5")!)
200+
public static var emptyTransaction = CodableTransaction(to: EthereumAddress.contractDeploymentAddress())
201201
}
202202

203203
extension CodableTransaction: Codable {

0 commit comments

Comments
 (0)