Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 22, 2023
1 parent 32658e1 commit 13e3680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnichain/staking/contracts/Staking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ contract Staking is ERC20, zContract {
error UnknownAction();

SystemContract public immutable systemContract;
uint256 constant BITCOIN = 18332;

uint256 public immutable chainID;
uint256 public rewardRate = 1;
uint256 constant BITCOIN = 18332;

mapping(address => uint256) public stakes;
mapping(address => bytes) public withdrawAddresses;
Expand Down

0 comments on commit 13e3680

Please sign in to comment.