Skip to content

Commit

Permalink
Merge pull request #227 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
fix tree contract hash
  • Loading branch information
Tobeyw committed Dec 19, 2023
2 parents 8cd2227 + 75e5df3 commit 70ea9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo3fura_http/lib/type/Contract/src.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
Main_NNS T = "0x50ac1c37690cc2cfc594472833cf57505d5f46de"
Test_NNS T = "0x50ac1c37690cc2cfc594472833cf57505d5f46de"
Main_TREE T = "0x50ac1c37690cc2cfc594472833cf57505d5f46de"
Test_TREE T = "0x4643600b9f88799cc9fab27027647abf2149c420"
Test_TREE T = "0x4534ad4dfcd3c72bf2a4cbf54cbeea680513b1dd"
Main_SecondaryMarket T = "0xd2e7cf18ee0d9b509fac02457f54b63e47b25e29"
Main_PrimaryMarket T = "0xa41600dec34741b143c66f2d3448d15c7d79a0b7"
Test_SecondaryMarket T = "0xc198d687cc67e244662c3b9c1325f095f8e663b1"
Expand Down

0 comments on commit 70ea9e1

Please sign in to comment.