Skip to content

Commit

Permalink
new artifacts 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Węgrzyn committed Sep 9, 2024
1 parent d92ba52 commit 330fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/cyrograf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract Cyrograf {
Background currentBackground;

constructor() {
currentBackground = Background(msg.sender, RGB(100,20,30), RGB(30,20,10));
currentBackground = Background(msg.sender, RGB(0,0,0), RGB(30,20,10));
}

function getBackground() public view returns (Background memory){
Expand Down

0 comments on commit 330fec6

Please sign in to comment.