Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix(height): set contract height
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 20, 2024
1 parent d0303d7 commit 35da1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
PstAction,
} from './types';

export const FORKED_AO_BLOCK_HEIGHT = 144900; // approximately July 21, 2024
export const FORKED_AO_BLOCK_HEIGHT = 1449000; // approximately June 20, 2024

const writeInteractions = [
'joinNetwork',
Expand Down

0 comments on commit 35da1a9

Please sign in to comment.