diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9ebf36d9..4cfc4fad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,6 +37,9 @@ jobs: "rpc": "http://127.0.0.1:8545", "tokenSymbol": "TEST", "contracts": { + "AxelarGasService": { + "collector": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" + }, "InterchainGovernance": { "minimumTimeDelay": 3600 }, @@ -103,6 +106,9 @@ jobs: - name: Deploy Operators using create3 run: node evm/deploy-contract.js -c Operators -m create3 -y + - name: Deploy AxelarGasService using create2 + run: node evm/deploy-upgradable.js -c AxelarGasService -y + - name: Deploy ITS using create2 run: node evm/deploy-its.js -s "ITS v0.3.0" -f "ITS v0.3.0 Factory" -m create2 -y