Skip to content

Commit

Permalink
fix: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EviLord032 committed May 31, 2024
1 parent 59b11c6 commit 8712999
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
8 changes: 6 additions & 2 deletions scenario/LiquidationBotScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,9 @@ scenario(
$comet: { $base: 100000 },
},
cometBalances: {
albert: { $asset0: ' == 200' },
albert: {
$asset0: ' == 200',
},
betty: { $base: 1000 },
},
},
Expand Down Expand Up @@ -624,7 +626,9 @@ scenario(
$comet: { $base: 100000 },
},
cometBalances: {
albert: { $asset0: ' == 200' },
albert: {
$asset0: ' == 200',
},
betty: { $base: 1000 },
},
},
Expand Down
4 changes: 2 additions & 2 deletions scenario/LiquidationScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ scenario(
},
cometBalances: {
albert: { $base: -1000 },
betty: { $base: 1000 }
}
betty: { $base: 1000 },
},
},
async ({ comet, actors }, context, world) => {
const { albert, betty } = actors;
Expand Down
22 changes: 11 additions & 11 deletions src/deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 8712999

Please sign in to comment.