Skip to content

Commit

Permalink
fix: change xdai start block
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanaer committed Aug 11, 2021
1 parent 5c931f6 commit fee4dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
// start block
ropstenStartBlock = uint64(10635691)
goerliStartBlock = uint64(5167986)
xdaiStartBlock = uint64(16515648)
xdaiStartBlock = uint64(17525957)
devStartBlock = uint64(0)
// factory address
ropstenContractAddress = common.HexToAddress("0x28598Fd5BEe25E53bC90Cf91B9501F7124f0d5EF")
Expand Down

0 comments on commit fee4dd1

Please sign in to comment.