Skip to content

Commit

Permalink
new deployer v2.2.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjwegrzyn authored Sep 9, 2024
1 parent a6b8e40 commit 8a905cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eth_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ETH Deploy
uses: piotrjwegrzyn/evm-deployment@v2.2.2
uses: piotrjwegrzyn/evm-deployment@v2.2.3
with:
contract-name: 'Cyrograf'
contract-filename: 'cyrograf'
Expand Down
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(21,37,69), RGB(128,64,255));
currentBackground = Background(msg.sender, RGB(21,37,69), RGB(128,64,32));
}

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

0 comments on commit 8a905cb

Please sign in to comment.