Skip to content

Commit

Permalink
Update StartBlock (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
zy0n authored Jul 31, 2024
1 parent 069c26e commit b3059cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/network-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ export const NETWORK_CONFIG: Record<NetworkName, Network> = {
deploymentBlock: RailgunProxyDeploymentBlock[NetworkName.Polygon],
defaultEVMGasType: EVMGasType.Type2,
poi: {
launchBlock: 59273888, // Jul-12-2024 02:50:40 PM +UTC
launchTimestamp: 1720795840, // Unix timestamp in seconds — Jul-12-2024 02:50:40 PM +UTC
launchBlock: 60021100, // Jul-31-2024 08:43:10 AM +UTC
launchTimestamp: 1722415390, // Unix timestamp in seconds — Jul-12-2024 02:50:40 PM +UTC
},
poseidonMerkleAccumulatorV3Contract:
RailgunPoseidonMerkleAccumulatorV3Contract[NetworkName.Polygon],
Expand Down

0 comments on commit b3059cb

Please sign in to comment.