Skip to content

Commit

Permalink
feat: add gas service to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Amiel committed Nov 9, 2023
1 parent 437311c commit b1f0f77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
"rpc": "http://127.0.0.1:8545",
"tokenSymbol": "TEST",
"contracts": {
"AxelarGasService": {
"collector": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
},
"InterchainGovernance": {
"minimumTimeDelay": 3600
},
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b1f0f77

Please sign in to comment.