Skip to content

Commit

Permalink
Merge pull request #20 from 0xPolygon/feature/add-creation-rollup-tim…
Browse files Browse the repository at this point in the history
…estamp

fix
  • Loading branch information
arnaubennassar authored Aug 26, 2024
2 parents 2163437 + 391a2a8 commit f6182d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/rollup.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func LoadFromL1ByChainID(client *ethclient.Client, rm *rollupmanager.RollupManag
Contract: rollup,
Address: rData.RollupContract,
CreationBlock: info.Block,
CreationTimestamp: info.Block,
CreationTimestamp: info.Timestamp,
GenesisRoot: info.Root,
ChainID: chainID,
Name: name,
Expand Down

0 comments on commit f6182d2

Please sign in to comment.