Skip to content

Commit

Permalink
fix: update staking contract address after ganache image rejiggle a b…
Browse files Browse the repository at this point in the history
…it ago (#361)
  • Loading branch information
wwestgarth authored Sep 23, 2024
1 parent e79b5dc commit 8eaa00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perftest/tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
stakingBridgeAddress = common.HexToAddress("0x9135f5afd6F055e731bca2348429482eE614CFfA")
stakingBridgeAddress = common.HexToAddress("0x5E93B6db35EeD20C62E4a9f2a37d15e2D1359eA1")
vegaTokenAddress = common.HexToAddress("0x67175Da1D5e966e40D11c4B2519392B2058373de")
contractOwnerPrivateKey = "a37f4c2a678aefb5037bf415a826df1540b330b7e471aa54184877ba901b9ef0"
)
Expand Down

0 comments on commit 8eaa00f

Please sign in to comment.