Skip to content

Commit

Permalink
feat(devnet): rollups-contract v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 17, 2024
1 parent 37a3307 commit 692c6fc
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 174 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-zoos-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/devnet": major
---

rollups-contract v2
2 changes: 1 addition & 1 deletion packages/devnet/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: HardhatUserConfig = {
url: process.env.RPC_URL || "http://127.0.0.1:8545",
},
},
external: external(["localhost"], ["@cartesi/util", "@cartesi/rollups"]),
external: external(["localhost"], ["@cartesi/rollups"]),
namedAccounts: {
deployer: 0,
},
Expand Down
14 changes: 7 additions & 7 deletions packages/devnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"tsc": "tsc"
},
"devDependencies": {
"@cartesi/rollups": "^1.4.0",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@safe-global/safe-singleton-factory": "^1.0.30",
"@types/node": "^20.14.11",
"hardhat": "^2.22.6",
"@cartesi/rollups": "2.0.0-rc.10",
"@nomicfoundation/hardhat-viem": "^2.0.5",
"@safe-global/safe-singleton-factory": "^1.0.35",
"@types/node": "^22.7.6",
"hardhat": "^2.22.13",
"hardhat-abi-exporter": "^2",
"hardhat-deploy": "^0.12.4",
"npm-run-all": "^4",
"rimraf": "^6.0.1",
"tsconfig": "workspace:*",
"typescript": "^5.5.4",
"viem": "^2.18.2"
"typescript": "^5.6.3",
"viem": "^2.21.28"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.2"
Expand Down
Loading

0 comments on commit 692c6fc

Please sign in to comment.