Skip to content

Commit

Permalink
make code cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed May 12, 2024
1 parent 8c57bb8 commit 54dee61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenario/BulkerScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scenario(
$asset1: 3000,
},
tokenBalances: {
albert: { $base: '== 0', $asset0: 3000, $asset1: 3000 },
albert: { $base: '== 0', $asset0: 3000, $asset1: 3000 }, // todo
$comet: { $base: 5000 },
},
},
Expand Down Expand Up @@ -171,7 +171,7 @@ scenario(
$asset1: 3000,
},
tokenBalances: {
albert: { $base: '== 1000000', $asset0: 3000, $asset1: 3000},
albert: { $base: '== 1000000', $asset0: 3000, $asset1: 3000}, // todo!!
$comet: { $base: 5000 },
}
},
Expand Down

0 comments on commit 54dee61

Please sign in to comment.