Skip to content

Commit

Permalink
artifacts and addresses v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBekket committed Oct 3, 2022
1 parent 931b9df commit 8ef6206
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion artifacts/Union.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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("0x2658da2258849ad6a2104704F4f085644aD45d0D"), client)
passportCenter, err := passport.NewPassport(common.HexToAddress("0x44df8833c2D7d58f2F84Ba994BA46aA8f552A78e"), client)
if err != nil {
log.Fatalf("Failed to instantiate a TGPassport contract: %v", err)
}
Expand Down

0 comments on commit 8ef6206

Please sign in to comment.