Skip to content

Commit 39254e9

Browse files
Update ZkBobPoolUSDCMigrated
1 parent 0c412d0 commit 39254e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/zkbob/ZkBobPoolUSDCMigrated.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "./ZkBobUSDCPermitMixin.sol";
99
/**
1010
* @title ZkBobPoolUSDCMigrated
1111
* Shielded transactions pool for USDC tokens supporting USDC transfer authorizations
12-
* It is intended to be deployed as implemenation of the pool for BOB tokens that is
12+
* It is intended to be deployed as implementation of the pool for BOB tokens that is
1313
* why it supports the same nomination
1414
*/
1515
contract ZkBobPoolUSDCMigrated is ZkBobPool, ZkBobTokenSellerMixin, ZkBobUSDCPermitMixin {
@@ -28,8 +28,7 @@ contract ZkBobPoolUSDCMigrated is ZkBobPool, ZkBobTokenSellerMixin, ZkBobUSDCPer
2828
_tree_verifier,
2929
_batch_deposit_verifier,
3030
_direct_deposit_queue,
31-
1, // Make sure that TOKEN_NUMERATOR is set in 1000 in ZkBobPool and ZkBobDirectDepositQueue
32-
1_000_000_000
31+
1 // Make sure that TOKEN_NUMERATOR is set in 1000 in ZkBobPool and ZkBobDirectDepositQueue
3332
)
3433
{}
3534
}

0 commit comments

Comments
 (0)