Skip to content

Commit

Permalink
pod: update pod mainnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
qywang2012 committed Mar 29, 2020
1 parent 7cd1c96 commit be27d30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/compatibility_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ type CompatibilityMainNet struct {
// NewCompatibilityMainNet ..
func NewCompatibilityMainNet() Compatibility {

nodeAccessContract, _ := AddressParse("n1qoE37piKgEcaLt4nKeL7bkMP75jTaDLJW")
nodePodContract, _ := AddressParse("n1twYK6xjGKKxqSwyNVWRx7n3PfedEw3Cog")
nodeGovernanceContract, _ := AddressParse("n1vymx3icTNJfPPiuVkyuwugPqf22ZpMxxo")
nodeAccessContract, _ := AddressParse("n1q34gr6v7egCGvijvPzRB6QnA32tEvoLAS")
nodePodContract, _ := AddressParse("n22CMMXaxkAjjbsWtVXSmFJgEsnVZ3UwUWf")
nodeGovernanceContract, _ := AddressParse("n1yGGVFXRQSkN3QrCp8Rbu3F618iLsDgMaT")

return &CompatibilityMainNet{
transferFromContractEventRecordableHeight: 225666,
Expand Down Expand Up @@ -81,9 +81,9 @@ func NewCompatibilityMainNet() Compatibility {
nbreAvailableHeight: 2307000,
nrc20SecurityCheckHeight: 2517131,
nbreSplitHeight: 2856400,
nodeUpdateHeight: 4167000,
nodeUpdateHeight: 4202000,

nodeStartSerial: 19887,
nodeStartSerial: 20009,
nodeAccessContract: nodeAccessContract,
nodePodContract: nodePodContract,
nodeGovernanceContract: nodeGovernanceContract,
Expand Down

0 comments on commit be27d30

Please sign in to comment.