File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/taiko-client/pkg/rpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const (
20
20
defaultTimeout = 1 * time .Minute
21
21
pacayaForkHeightDevnet = 10
22
22
pacayaForkHeightHekla = 1_299_888
23
- pacayaForkHeklaMainnet = 0
23
+ pacayaForkHeightMainnet = 999_999_999_999
24
24
pacayaForkHeightPreconfDevnet = 0
25
25
)
26
26
@@ -342,7 +342,7 @@ func (c *Client) initForkHeightConfigs(ctx context.Context) error {
342
342
case params .HeklaNetworkID .Uint64 ():
343
343
c .PacayaClients .ForkHeight = pacayaForkHeightHekla
344
344
case params .TaikoMainnetNetworkID .Uint64 ():
345
- c .PacayaClients .ForkHeight = pacayaForkHeklaMainnet
345
+ c .PacayaClients .ForkHeight = pacayaForkHeightMainnet
346
346
case params .PreconfDevnetNetworkID .Uint64 ():
347
347
c .PacayaClients .ForkHeight = pacayaForkHeightPreconfDevnet
348
348
default :
You can’t perform that action at this time.
0 commit comments