Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
chore: better wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus committed Nov 17, 2024
1 parent 85d52cf commit 7a7f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ func New(options Options) (*Service, error) {
return &Service{
config: options.Config,
log: log,
wallet: "0x3487c3010Ba226abDc0cf058875f88e4a0F1eC92", // hardcode now
wallet: "0x59577C6f9Bd6F5cd97345B3e29206d1bc3eDf6Ab", // hardcode now
}, nil
}

0 comments on commit 7a7f271

Please sign in to comment.