Skip to content

Commit

Permalink
fix: update universal apps to latest toolkit and localnet (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Sep 12, 2024
1 parent ae9e49f commit da3d00a
Show file tree
Hide file tree
Showing 13 changed files with 593 additions and 538 deletions.
4 changes: 0 additions & 4 deletions universal/hello/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import "./tasks/evmDepositAndCall";
import "./tasks/evmDeposit";
import "./tasks/evmCall";
import "./tasks/deploy";
import "./tasks/zetachainCall";
import "./tasks/solana/interact";
import "@zetachain/localnet/tasks";
import "@nomicfoundation/hardhat-toolbox";
Expand Down
4 changes: 2 additions & 2 deletions universal/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@types/node": ">=12.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@zetachain/localnet": "^2.0.0",
"@zetachain/toolkit": "^10.0.0",
"@zetachain/localnet": "3.0.2",
"@zetachain/toolkit": "13.0.0-rc2",
"axios": "^1.3.6",
"chai": "^4.2.0",
"dotenv": "^16.0.3",
Expand Down
72 changes: 0 additions & 72 deletions universal/hello/tasks/evmCall.ts

This file was deleted.

72 changes: 0 additions & 72 deletions universal/hello/tasks/evmDeposit.ts

This file was deleted.

74 changes: 0 additions & 74 deletions universal/hello/tasks/evmDepositAndCall.ts

This file was deleted.

113 changes: 0 additions & 113 deletions universal/hello/tasks/zetachainCall.ts

This file was deleted.

Loading

0 comments on commit da3d00a

Please sign in to comment.