Skip to content

Commit

Permalink
Merge pull request #233 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
fix tree contract hash of testnet
  • Loading branch information
Tobeyw committed Dec 20, 2023
2 parents 60841f5 + c02c0a8 commit 59e0de3
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 = "0x4534ad4dfcd3c72bf2a4cbf54cbeea680513b1dd"
Test_TREE T = "0xf6b4d6b3af093c15ff64cfc68a03faf31ad5ae92"
Main_SecondaryMarket T = "0xd2e7cf18ee0d9b509fac02457f54b63e47b25e29"
Main_PrimaryMarket T = "0xa41600dec34741b143c66f2d3448d15c7d79a0b7"
Test_SecondaryMarket T = "0xc198d687cc67e244662c3b9c1325f095f8e663b1"
Expand Down

0 comments on commit 59e0de3

Please sign in to comment.