Skip to content

Commit

Permalink
Merge pull request #21 from EKOKEtoken/ethereum-arch
Browse files Browse the repository at this point in the history
Archv2 - Ethereum
  • Loading branch information
veeso authored Dec 4, 2024
2 parents 669bf85 + 7966ffe commit d8060ef
Show file tree
Hide file tree
Showing 466 changed files with 19,840 additions and 36,988 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@ jobs:
node-version: "20.x"
- run: yarn --ignore-scripts
shell: bash
working-directory: ./ethereum/ekoke
working-directory: ./ethereum
- name: tests
run: |
cp .env.github .env
yarn compile
yarn test
working-directory: ./ethereum
- name: Create local node and deploy
run: |
cp .env.github .env &&
cp .env.github .env
yarn compile
yarn hardhat node &
sleep 2 &&
yarn deploy:localhost
working-directory: ./ethereum/ekoke
- name: tests
run: yarn hardhat test
working-directory: ./ethereum/ekoke
sleep 2
yarn deploy:localhost ekoke
yarn deploy:localhost deferred
yarn deploy:localhost --ekoke 0x92fBA9067844A419A1C394197aE406768555F71b --deferred 0x92fBA9067844A419A1C394197aE406768555F71b reward-pool
working-directory: ./ethereum
29 changes: 0 additions & 29 deletions .github/workflows/frontend.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ target/
integration-tests/pocket-ic

sns_init_test.run.yaml

deps/
Loading

0 comments on commit d8060ef

Please sign in to comment.