Skip to content

Commit

Permalink
chore: update testnet sudt script info
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Dec 28, 2020
1 parent dd2143e commit 70ee927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ func sudtCell(chain string) *SystemScriptCell {
}
} else {
return &SystemScriptCell{
CellHash: types.HexToHash("0x48dbf59b4c7ee1547238021b4869bceedf4eea6b43772e5d66ef8865b6ae7212"),
CellHash: types.HexToHash("0xc5e5dcf215925f7ef4dfaf5f4b4f105bc321c02776d6e7d52a1db3fcd9d011a4"),
OutPoint: &types.OutPoint{
TxHash: types.HexToHash("0xc1b2ae129fad7465aaa9acc9785f842ba3e6e8b8051d899defa89f5508a77958"),
TxHash: types.HexToHash("0xe12877ebd2c3c364dc46c5c992bcfaf4fee33fa13eebdf82c591fc9825aab769"),
Index: 0,
},
HashType: types.HashTypeData,
HashType: types.HashTypeType,
DepType: types.DepTypeCode,
}
}
Expand Down

0 comments on commit 70ee927

Please sign in to comment.