Skip to content

Commit

Permalink
feat: add mainnet status contract addr (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
laocheng-cheng authored and daniel-tron committed Aug 1, 2022
1 parent add9059 commit b25fff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chain/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
bttcBatchAddress = common.HexToAddress("0x0c9de531dcb38b758fe8a2c163444a5e54ee0db2")
bttcVaultLogicAddressV1 = common.HexToAddress("0x102dbCe01394C4a44Da3a1DF1De418e3fC225077") // https://bttcscan.com/address/0x102dbce01394c4a44da3a1df1de418e3fc225077
bttcVaultLogicAddress = common.HexToAddress("0x11a91B7270ea000768F7A2C543547e832b5cb031") // https://bttcscan.com/address/0x11a91B7270ea000768F7A2C543547e832b5cb031
bttcStatusAddress = common.HexToAddress("")
bttcStatusAddress = common.HexToAddress("0x6DBAd4Bd16C15AE6dDEaA640626e5A3E151F02fC")

// deploy gas
ethDeploymentGas = "10"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package btfs
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "2.2.0-pre"
const CurrentVersionNumber = "2.2.0"

const ApiVersion = "/go-btfs/" + CurrentVersionNumber + "/"

Expand Down

0 comments on commit b25fff3

Please sign in to comment.