Skip to content

Commit

Permalink
update sails lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka committed Sep 19, 2024
1 parent e75d623 commit 293d7f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/apps/vara-man/src/app/utils/sails/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export interface Config {
points_per_silver_coin_hard: number | string | bigint;
gas_for_finish_tournament: number | string | bigint;
gas_for_mint_fungible_token: number | string | bigint;
time_for_single_round: number;
gas_to_delete_session: number | string | bigint;
minimum_session_duration_ms: number | string | bigint;
s_per_block: number | string | bigint;
Expand Down Expand Up @@ -100,7 +99,6 @@ export class Program {
points_per_silver_coin_hard: 'u128',
gas_for_finish_tournament: 'u64',
gas_for_mint_fungible_token: 'u64',
time_for_single_round: 'u32',
gas_to_delete_session: 'u64',
minimum_session_duration_ms: 'u64',
s_per_block: 'u64',
Expand Down

0 comments on commit 293d7f7

Please sign in to comment.