Skip to content

Commit

Permalink
feat: deploy instant rewards to athens
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Sep 19, 2024
1 parent 2eaacf0 commit 363cbf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_REF: ${{ github.ref }}
continue-on-error: true

- name: Determine NPM Tag zevm app contracts
id: determine-npm-tag-zevm-app-contracts
Expand Down
3 changes: 2 additions & 1 deletion packages/zevm-app-contracts/data/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"zetaSwapBtcInbound": "0x358E2cfC0E16444Ba7D3164Bbeeb6bEA7472c559",
"invitationManager": "0x3649C03C472B698213926543456E9c21081e529d",
"withdrawERC20": "0xa349B9367cc54b47CAb8D09A95836AE8b4D1d84E",
"ZetaXP": "0x5c25b6f4D2b7a550a80561d3Bf274C953aC8be7d"
"ZetaXP": "0x5c25b6f4D2b7a550a80561d3Bf274C953aC8be7d",
"InstantRewards": "0x10DfEd4ba9b8F6a1c998E829FfC0325D533c80E3"
},
"zeta_mainnet": {
"disperse": "0x23ce409Ea60c3d75827d04D9db3d52F3af62e44d",
Expand Down
2 changes: 1 addition & 1 deletion packages/zevm-app-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zetachain/zevm-app-contracts",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"author": "zetachain",
"publishConfig": {
Expand Down

0 comments on commit 363cbf5

Please sign in to comment.