Skip to content

Commit

Permalink
feat: deployment files of the vTokens of core pool on opsepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Sep 9, 2024
1 parent fe14b03 commit c1fbaf7
Show file tree
Hide file tree
Showing 10 changed files with 5,977 additions and 1 deletion.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

206 changes: 206 additions & 0 deletions deployments/opsepolia/VTokenBeacon.json

Large diffs are not rendered by default.

3,269 changes: 3,269 additions & 0 deletions deployments/opsepolia/VTokenImpl.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions deployments/opsepolia/VToken_vOP_Core.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions deployments/opsepolia/VToken_vUSDC_Core.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions deployments/opsepolia/VToken_vUSDT_Core.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions deployments/opsepolia/VToken_vWBTC_Core.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions deployments/opsepolia/VToken_vWETH_Core.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4828,7 +4828,7 @@ export const globalConfig: NetworkConfig = {
collateralFactor: convertToUnit("0.7", 18),
liquidationThreshold: convertToUnit("0.75", 18),
reserveFactor: convertToUnit("0.2", 18),
initialSupply: convertToUnit("0.610978879332136515", 18), // 0.610978879332136515 ARB
initialSupply: convertToUnit("0.610978879332136515", 18), // 0.610978879332136515 OP
supplyCap: convertToUnit(25, 18),
borrowCap: convertToUnit(16, 18),
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_OP_SEPOLIA,
Expand Down

0 comments on commit c1fbaf7

Please sign in to comment.