ContractAddress 设置

This commit is contained in:
xxq250 2024-06-21 10:37:27 +08:00
parent b094d39b94
commit 1129ebd409
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ var (
UserBblanceNotEnough int64 = -1006 // 用户余额不足
// go run contract/deploy_call/deploy/deploy.go
ContractAddress string = "0x1396432782239df711013f00260f726375666CDe"
ContractAddress string = "0x5B78CdC88c18D9BDe21dcC0D310375BB9eD5b6C1"
)