Skip to content

Commit 0f2cee1

Browse files
feat: add support arbitrum mainnet
1 parent 27fd440 commit 0f2cee1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# prod environments (requires a tag starting with dapp-v)
1515
- bellecour-prod
1616
- arbitrum-sepolia-prod
17-
- arbitrum-mainnet-prod
17+
- arbitrum-prod
1818

1919
jobs:
2020
extract-tag:

deployment-dapp/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"iexec": "^8.17.1",
21+
"iexec": "^8.18.0",
2222
"typescript": "^5.0.4",
2323
"yup": "^1.2.0"
2424
},

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"buffer": "^6.0.3",
5353
"ethers": "^6.8.1",
5454
"graphql-request": "^6.1.0",
55-
"iexec": "^8.17.1",
55+
"iexec": "^8.18.0",
5656
"kubo-rpc-client": "^4.1.3",
5757
"yup": "^1.1.1"
5858
},

0 commit comments

Comments
 (0)