Skip to content

Commit f1a66f1

Browse files
committed
feat(devnet): rollups-contract:2.0.0-rc.16, forge and cannon
temporarily remove ERC-4337 contracts
1 parent 1fede95 commit f1a66f1

File tree

20 files changed

+866
-2498
lines changed

20 files changed

+866
-2498
lines changed

.changeset/young-bobcats-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/devnet": major
3+
---
4+
5+
rollups-contract:2.0.0-rc.16, forge and cannon

.github/workflows/devnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Foundry
3232
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
3333
with:
34-
version: v0.3.0
34+
version: v1.0.0
3535

3636
- name: Install dependencies
3737
run: pnpm install

packages/devnet/.gitignore

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
node_modules
2-
.env
3-
coverage
4-
coverage.json
5-
typechain
6-
typechain-types
7-
8-
# Hardhat files
9-
artifacts
10-
build
1+
anvil_state.json
112
cache
12-
deployments/localhost
13-
deployments/*/solcInputs/*.json
14-
dist
15-
docs
16-
export/abi/localhost.json
17-
18-
# forge files
19-
forge-cache
3+
dependencies
4+
deployments
5+
node_modules
6+
out

packages/devnet/cannonfile.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = 'cartesi-rollups-devnet'
2+
version = '2.0.0-alpha.3'
3+
description = 'Cartesi Rollups Devnet Contracts'
4+
5+
[pull.cartesiRollups]
6+
source = "cartesi-rollups:2.0.0-rc.16@main"
7+
8+
[var.Settings]
9+
token_owner = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
10+
11+
[deploy.TestMultiToken]
12+
artifact = "TestMultiToken"
13+
args = ["<%= settings.token_owner %>"]
14+
15+
[deploy.TestNFT]
16+
artifact = "TestNFT"
17+
args = ["<%= settings.token_owner %>"]
18+
19+
[deploy.TestToken]
20+
artifact = "TestToken"
21+
args = ["<%= settings.token_owner %>"]

packages/devnet/deploy/01_token.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/devnet/deploy/02_nft.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/devnet/deploy/03_multitoken.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)