diff --git a/.github/workflows/eth_deploy.yml b/.github/workflows/eth_deploy.yml index 485c030..9fa41b2 100644 --- a/.github/workflows/eth_deploy.yml +++ b/.github/workflows/eth_deploy.yml @@ -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' diff --git a/eth/cyrograf.sol b/eth/cyrograf.sol index 00f9c8c..874dba3 100644 --- a/eth/cyrograf.sol +++ b/eth/cyrograf.sol @@ -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){