Skip to content

Commit

Permalink
update postage stamp contract addresses for new token (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-pichler authored Feb 9, 2021
1 parent a14dc01 commit 20da387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/postage/listener/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ type priceUpdateEvent struct {
func DiscoverAddresses(chainID int64) (postageStamp common.Address, priceOracle common.Address, found bool) {
if chainID == 5 {
// goerli
return common.HexToAddress("0xf0870E3abb457026BE46d9b2CDf35e8FFcB27955"), common.HexToAddress("0xc1B598609A38D0A0F85f68eD0fFEFdeC9cD061C9"), true
return common.HexToAddress("0xF7a041E7e2B79ccA1975852Eb6D4c6cE52986b4a"), common.HexToAddress("0x1044534090de6f4014ece6d036C699130Bd5Df43"), true
}
return common.Address{}, common.Address{}, false
}

0 comments on commit 20da387

Please sign in to comment.