Skip to content

Commit

Permalink
Update size of price accounts (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored May 11, 2023
1 parent 0769c17 commit a7a0c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program_admin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

MAPPING_ACCOUNT_SIZE = 20536 # https://github.com/pyth-network/pyth-client/blob/b49f73afe32ce8685a3d05e32d8f3bb51909b061/program/src/oracle/oracle.h#L88
MAPPING_ACCOUNT_PRODUCT_LIMIT = 640
PRICE_ACCOUNT_SIZE = 3312
PRICE_ACCOUNT_SIZE = 12576
PRODUCT_ACCOUNT_SIZE = 512
SOL_LAMPORTS = pow(10, 9)

Expand Down

0 comments on commit a7a0c45

Please sign in to comment.