Skip to content

Commit

Permalink
Update solidity_contracts/src/CairoPrecompiles/DualVmToken.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter authored Nov 14, 2024
1 parent 2d72b4d commit 8f983aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity_contracts/src/CairoPrecompiles/DualVmToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ contract DualVmToken is NoDelegateCall {
CONSTRUCTOR
//////////////////////////////////////////////////////////////*/

constructor(uint256 _kakarot, uint256 _starknetToken) NoDelegateCall() {
constructor(uint256 _kakarot, uint256 _starknetToken) {
kakarot = _kakarot;
starknetToken = _starknetToken;
}
Expand Down

0 comments on commit 8f983aa

Please sign in to comment.