Skip to content

Commit

Permalink
Update SDK schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Jan 29, 2025
1 parent 661dc5f commit 07221a6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/typescript/sdk/src/indexer-v2/types/postgres-numeric-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const floatColumns: Set<AnyColumnName> = new Set([
"base_volume",
"base_volume_in_1m_state_tracker",
"daily_base_volume",
"pnl",
]);

/**
Expand Down Expand Up @@ -106,6 +107,28 @@ export const bigintColumns: Set<AnyColumnName> = new Set([
"last_success_version",
"block_number",
"event_index",
"melee_id",
"start_time",
"duration",
"max_match_percentage",
"max_match_amount",
"available_rewards",
"match_amount",
"emojicoin_0_proceeds",
"emojicoin_1_proceeds",
"emojicoin_0_exchange_rate_base",
"emojicoin_1_exchange_rate_base",
"emojicoin_0_exchange_rate_quote",
"emojicoin_1_exchange_rate_quote",
"tap_out_fee",
"new_balance",
"emojicoin_0_balance",
"emojicoin_1_balance",
"profits",
"losses",
"volume",
"rewards_remaining",
"apt_locked",
]);

/**
Expand Down

0 comments on commit 07221a6

Please sign in to comment.