Skip to content

Commit

Permalink
fix: updated initial supply
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Oct 30, 2024
1 parent f77f214 commit d6a46eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3051,7 +3051,7 @@ export const globalConfig: NetworkConfig = {
collateralFactor: convertToUnit("0.68", 18),
liquidationThreshold: convertToUnit("0.72", 18),
reserveFactor: convertToUnit("0.2", 18),
initialSupply: convertToUnit("0.1", 8),
initialSupply: convertToUnit("0.14471345", 8),
supplyCap: convertToUnit("25", 8),
borrowCap: convertToUnit("12.5", 8),
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
Expand Down

0 comments on commit d6a46eb

Please sign in to comment.