Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSUB-1144: Update smart contract test tool to 0.1.5 #402

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ d103b6518efc18d8fcef9dd0bb211036fbec9543:chainspecs/devnetSpec.json:generic-api-
2e9e9a56276c19481a86d1565760b4aec5a62eee:chainspecs/devnetSpec.json:generic-api-key:118
8f7819960a1aa3adddda3cb370886ef21e80e2f8:chainspecs/testnetSpec.json:generic-api-key:182
8d35bfbba0043c1da1b4baca0c9e52205358fe5c:chainspecs/testnetSpec.json:generic-api-key:182
47f5f52ff996bea71d5ea6c6d2ff2755bb10d588:chainspecs/dryRunSpec.json:generic-api-key:147
8e1b1160aaedaa9fce60ae2d4b9d0a6fd42b18e4:chainspecs/dryRunSpec.json:generic-api-key:147
68b67ae9fb7477445373e03b2f6f871313b9734e:chainspecs/dryRunSpec.json:generic-api-key:147
6f55319db6d92462e373ce14198f80698b0a1ba4:eth_scripts/index.js:generic-api-key:52
6f55319db6d92462e373ce14198f80698b0a1ba4:eth_scripts/index.js:generic-api-key:53
13 changes: 6 additions & 7 deletions testing/package-lock.json

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

2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@gluwa/evm-network-test": "^0.1.3"
"@gluwa/evm-network-test": "^0.1.5"
}
}
Loading