Skip to content

Commit

Permalink
Merge pull request #1590 from demergent-labs/ethers
Browse files Browse the repository at this point in the history
Ethers
  • Loading branch information
lastmjs authored Jan 30, 2024
2 parents ee87d86 + 31bbf3a commit ce39a39
Show file tree
Hide file tree
Showing 16 changed files with 3,120 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
"examples/cycles",
"examples/date",
"examples/ethereum_json_rpc",
"examples/ethers",
"examples/express",
"examples/fs",
"examples/func_types",
Expand Down Expand Up @@ -209,7 +210,7 @@ jobs:
with:
node-version: 18
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
run: DFX_VERSION=0.15.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
run: DFX_VERSION=0.15.3-largewasm.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions examples/ethers/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.azle
.dfx
node_modules
12 changes: 12 additions & 0 deletions examples/ethers/dfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"canisters": {
"ethers": {
"type": "custom",
"main": "src/index.ts",
"candid": "src/index.did",
"build": "npx azle ethers",
"wasm": ".azle/ethers/ethers.wasm",
"gzip": true
}
}
}
Loading

0 comments on commit ce39a39

Please sign in to comment.