From 87129994777fe9511b2cba9db887cc6759def06f Mon Sep 17 00:00:00 2001 From: Mikhailo Shabodyash <67977488+EviLord032@users.noreply.github.com> Date: Fri, 31 May 2024 14:34:11 +0300 Subject: [PATCH] fix: add comments --- scenario/LiquidationBotScenario.ts | 8 ++++++-- scenario/LiquidationScenario.ts | 4 ++-- src/deploy/index.ts | 22 +++++++++++----------- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/scenario/LiquidationBotScenario.ts b/scenario/LiquidationBotScenario.ts index 08a0102ef..763468c9e 100644 --- a/scenario/LiquidationBotScenario.ts +++ b/scenario/LiquidationBotScenario.ts @@ -515,7 +515,9 @@ scenario( $comet: { $base: 100000 }, }, cometBalances: { - albert: { $asset0: ' == 200' }, + albert: { + $asset0: ' == 200', + }, betty: { $base: 1000 }, }, }, @@ -624,7 +626,9 @@ scenario( $comet: { $base: 100000 }, }, cometBalances: { - albert: { $asset0: ' == 200' }, + albert: { + $asset0: ' == 200', + }, betty: { $base: 1000 }, }, }, diff --git a/scenario/LiquidationScenario.ts b/scenario/LiquidationScenario.ts index 749c8da85..567c72cf0 100644 --- a/scenario/LiquidationScenario.ts +++ b/scenario/LiquidationScenario.ts @@ -10,8 +10,8 @@ scenario( }, cometBalances: { albert: { $base: -1000 }, - betty: { $base: 1000 } - } + betty: { $base: 1000 }, + }, }, async ({ comet, actors }, context, world) => { const { albert, betty } = actors; diff --git a/src/deploy/index.ts b/src/deploy/index.ts index e1799ec63..143578239 100644 --- a/src/deploy/index.ts +++ b/src/deploy/index.ts @@ -96,21 +96,21 @@ export const WHALES = { '0x167384319b41f7094e62f7506409eb38079abff8' // WMATIC whale ], arbitrum: [ - '0x8eb270e296023e9d92081fdf967ddd7878724424', // rETH whales: - '0x78e88887d80451cb08fdc4b9046c9d01fb8d048d', - '0xc0cf4b266be5b3229c49590b59e67a09c15b22f4', - '0x84446698694b348eaece187b55df06ab4ce72b35', + '0x8eb270e296023e9d92081fdf967ddd7878724424', // rETH whale + '0x78e88887d80451cb08fdc4b9046c9d01fb8d048d', // rETH whale + '0xc0cf4b266be5b3229c49590b59e67a09c15b22f4', // rETH whale + '0x84446698694b348eaece187b55df06ab4ce72b35', // rETH whale '0x42c248d137512907048021b30d9da17f48b5b7b2', // wstETH whale '0xc3e5607cd4ca0d5fe51e09b60ed97a0ae6f874dd', // WETH whale '0xf89d7b9c864f589bbf53a82105107622b35eaa40', // USDC whale '0x7b7b957c284c2c227c980d6e2f804311947b84d0', // WBTC whale - '0x1c6b5795be43ddff8812b3e577ac752764635bc5', // COMP whales: - '0xdead767ba9f8072c986a4619c27ae46bcc226c13', - '0xde5167c19a5286889752cb0f31a1c7f28a99fefb', - '0xdfa19e743421c394d904f5a113121c2227d2364b', - '0xee3273f6d29ddfff08ffd9d513cff314734f01a2', - '0x9e786a8fc88ee74b758b125071d45853356024c3', - '0xd93f76944e870900779c09ddf1c46275f9d8bf9b', + '0x1c6b5795be43ddff8812b3e577ac752764635bc5', // COMP whale + '0xdead767ba9f8072c986a4619c27ae46bcc226c13', // COMP whale + '0xde5167c19a5286889752cb0f31a1c7f28a99fefb', // COMP whale + '0xdfa19e743421c394d904f5a113121c2227d2364b', // COMP whale + '0xee3273f6d29ddfff08ffd9d513cff314734f01a2', // COMP whale + '0x9e786a8fc88ee74b758b125071d45853356024c3', // COMP whale + '0xd93f76944e870900779c09ddf1c46275f9d8bf9b', // COMP whale '0xe68ee8a12c611fd043fb05d65e1548dc1383f2b9' // native USDC whale ], base: [