Skip to content

Commit

Permalink
fix: moved ethereum files
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 21, 2024
1 parent 669bf85 commit 90b2cc7
Show file tree
Hide file tree
Showing 47 changed files with 611 additions and 336 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
node-version: "20.x"
- run: yarn --ignore-scripts
shell: bash
working-directory: ./ethereum/ekoke
working-directory: ./ethereum
- name: Create local node and deploy
run: |
cp .env.github .env &&
yarn hardhat node &
sleep 2 &&
yarn deploy:localhost
working-directory: ./ethereum/ekoke
working-directory: ./ethereum
- name: tests
run: yarn hardhat test
working-directory: ./ethereum/ekoke
working-directory: ./ethereum
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 9 additions & 5 deletions ethereum/ekoke/package.json → ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,24 @@
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-ignition": "^0.15.7",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-toolbox": "^5",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomicfoundation/ignition-core": "^0.15.7",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.11",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9",
"@types/chai": "^4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.8",
"chai": "^4.2",
"chai": "^4",
"dotenv": "^16.3.1",
"ethers": "^6",
"hardhat": "^2.19.4",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-gas-reporter": "^2",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
927 changes: 599 additions & 328 deletions ethereum/ekoke/yarn.lock → ethereum/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 90b2cc7

Please sign in to comment.