Skip to content

Commit

Permalink
update web url
Browse files Browse the repository at this point in the history
Signed-off-by: phutx <[email protected]>
  • Loading branch information
phutxorai committed Nov 7, 2022
1 parent e8dec49 commit ec6b023
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"oraiswap-legacy": [
"oraiswap-legacy"
],
"oraiscan-pre-mainnet": [
"oraiscan-pre-mainnet"
"oraiswap-pre-mainnet": [
"oraiswap-pre-mainnet"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
REACT_APP_SENTRY_ENVIRONMENT: staging
CI: false
- name: Deploy to firebase
run: yarn firebase deploy --only hosting:oraiscan-pre-mainnet --token ${{ secrets.FIREBASE_TOKEN }} -m '${{ github.event.head_commit.message }}'
run: yarn firebase deploy --only hosting:oraiswap-pre-mainnet --token ${{ secrets.FIREBASE_TOKEN }} -m '${{ github.event.head_commit.message }}'
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
]
},
{
"target": "oraiscan-pre-mainnet",
"target": "oraiswap-pre-mainnet",
"public": "build",
"ignore": [
"firebase.json",
Expand Down

0 comments on commit ec6b023

Please sign in to comment.