Skip to content

Commit

Permalink
update MainNet
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangSonglun committed Dec 23, 2023
1 parent 9f5bde4 commit 0ae61d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/DogecoinKit/Classes/Network/MainNet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import BitcoinCore
public class MainNet: INetwork {
public let bundleName = "Dogecoin"

public let pubKeyHash: UInt8 = 0x30
public let pubKeyHash: UInt8 = 0x1e
public let privateKey: UInt8 = 0xb0
public let scriptHash: UInt8 = 0x32
public let scriptHash: UInt8 = 0x16
public let bech32PrefixPattern: String = "doge"
public let xPubKey: UInt32 = 0xfdcafa02// 0x02facafd
public let xPrivKey: UInt32 = 0x98c3fa02// 0x02fac398
Expand Down

0 comments on commit 0ae61d2

Please sign in to comment.