Skip to content

Commit

Permalink
start block
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Sep 23, 2024
1 parent 2892bbe commit 3cc9b96
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/helpers/environment/Environment/Environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,7 @@ export class Environment {
fallback: "false",
});

public static getGovernanceStartBlock = (): number =>
parseInt(
this._get({
first: true,
key: "VITE_GOVERNANCE_START_BLOCK",
fallback: "20815338",
}),
);
public static getGovernanceStartBlock = (): number => parseInt("20815338");

public static getNodeUrls = (networkId: NetworkId) => {
switch (networkId) {
Expand Down

0 comments on commit 3cc9b96

Please sign in to comment.