Skip to content

Commit

Permalink
address v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBekket committed Sep 30, 2022
1 parent 3dc88e7 commit 931b9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func main() {
fmt.Printf("Balance of the validator bot: %d\n", balance)

// Setting up Passport Contract
passportCenter, err := passport.NewPassport(common.HexToAddress("0x84567AcA32A80E9a05ef9D8540395248B478e302"), client)
passportCenter, err := passport.NewPassport(common.HexToAddress("0x2658da2258849ad6a2104704F4f085644aD45d0D"), client)
if err != nil {
log.Fatalf("Failed to instantiate a TGPassport contract: %v", err)
}
Expand Down

0 comments on commit 931b9df

Please sign in to comment.