-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace gateway with web component, in both vercel and web4 (#484)
* set -g flag * fmt * configures index.html * fix wallets * fix wallets * removes old gatewy * standardize to login container * introduces wallet for web4 * fmt * set -g flag * fmt * configures index.html * fix wallets * fix wallets * removes old gatewy * standardize to login container * introduces wallet for web4 * fmt * fix test config * fmt * fix tests * converts web4contract to use setStaticUrl * rename and move contract code * update public key * fixes tests * fmt * fix editor test * fixes wallet for build dao gateway and adds redirects * fmt * fix auth tests
- Loading branch information
1 parent
604b677
commit 875eec9
Showing
106 changed files
with
1,920 additions
and
16,464 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
.github/workflows/web4-deploy-production.yml → .../workflows/contract-deploy-production.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.github/workflows/web4-test.yml → .github/workflows/contract-test.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Deploy web4 to mainnet contract | ||
on: | ||
push: | ||
branches: [main] | ||
paths: | ||
- public/** | ||
|
||
jobs: | ||
web4-deploy-mainnet: | ||
name: Deploy web4 to mainnet contract | ||
runs-on: ubuntu-latest | ||
env: | ||
NEAR_SIGNER_KEY: ${{ secrets.BOS_BUILDDAO_SIGNER_PRIVATE_KEY }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Call web4-deploy | ||
run: | | ||
yarn web4:deploy:mainnet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Deploy web4 to testnet contract | ||
on: | ||
push: | ||
branches: [develop] | ||
paths: | ||
- public/** | ||
|
||
jobs: | ||
web4-deploy-mainnet: | ||
name: Deploy web4 to mainnet contract | ||
runs-on: ubuntu-latest | ||
env: | ||
NEAR_SIGNER_KEY: ${{ secrets.BOS_BUILDDAO_TESTNET_SIGNER_PRIVATE_KEY }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Call web4-deploy | ||
run: | | ||
yarn web4:deploy:testnet |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.