@aztec/sequencer-client 0.77.0-testnet-ignition.21 → 0.77.0-testnet-ignition.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/sequencer-client",
3
- "version": "0.77.0-testnet-ignition.21",
3
+ "version": "0.77.0-testnet-ignition.23",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,36 +28,36 @@
28
28
  "test:integration:run": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --config jest.integration.config.json"
29
29
  },
30
30
  "dependencies": {
31
- "@aztec/aztec.js": "0.77.0-testnet-ignition.21",
32
- "@aztec/bb-prover": "0.77.0-testnet-ignition.21",
33
- "@aztec/blob-lib": "0.77.0-testnet-ignition.21",
34
- "@aztec/blob-sink": "0.77.0-testnet-ignition.21",
35
- "@aztec/constants": "0.77.0-testnet-ignition.21",
36
- "@aztec/epoch-cache": "0.77.0-testnet-ignition.21",
37
- "@aztec/ethereum": "0.77.0-testnet-ignition.21",
38
- "@aztec/foundation": "0.77.0-testnet-ignition.21",
39
- "@aztec/l1-artifacts": "0.77.0-testnet-ignition.21",
40
- "@aztec/merkle-tree": "0.77.0-testnet-ignition.21",
41
- "@aztec/noir-contracts.js": "0.77.0-testnet-ignition.21",
42
- "@aztec/noir-protocol-circuits-types": "0.77.0-testnet-ignition.21",
43
- "@aztec/p2p": "0.77.0-testnet-ignition.21",
44
- "@aztec/protocol-contracts": "0.77.0-testnet-ignition.21",
45
- "@aztec/prover-client": "0.77.0-testnet-ignition.21",
46
- "@aztec/simulator": "0.77.0-testnet-ignition.21",
47
- "@aztec/stdlib": "0.77.0-testnet-ignition.21",
48
- "@aztec/telemetry-client": "0.77.0-testnet-ignition.21",
49
- "@aztec/validator-client": "0.77.0-testnet-ignition.21",
50
- "@aztec/world-state": "0.77.0-testnet-ignition.21",
31
+ "@aztec/aztec.js": "0.77.0-testnet-ignition.23",
32
+ "@aztec/bb-prover": "0.77.0-testnet-ignition.23",
33
+ "@aztec/blob-lib": "0.77.0-testnet-ignition.23",
34
+ "@aztec/blob-sink": "0.77.0-testnet-ignition.23",
35
+ "@aztec/constants": "0.77.0-testnet-ignition.23",
36
+ "@aztec/epoch-cache": "0.77.0-testnet-ignition.23",
37
+ "@aztec/ethereum": "0.77.0-testnet-ignition.23",
38
+ "@aztec/foundation": "0.77.0-testnet-ignition.23",
39
+ "@aztec/l1-artifacts": "0.77.0-testnet-ignition.23",
40
+ "@aztec/merkle-tree": "0.77.0-testnet-ignition.23",
41
+ "@aztec/noir-contracts.js": "0.77.0-testnet-ignition.23",
42
+ "@aztec/noir-protocol-circuits-types": "0.77.0-testnet-ignition.23",
43
+ "@aztec/p2p": "0.77.0-testnet-ignition.23",
44
+ "@aztec/protocol-contracts": "0.77.0-testnet-ignition.23",
45
+ "@aztec/prover-client": "0.77.0-testnet-ignition.23",
46
+ "@aztec/simulator": "0.77.0-testnet-ignition.23",
47
+ "@aztec/stdlib": "0.77.0-testnet-ignition.23",
48
+ "@aztec/telemetry-client": "0.77.0-testnet-ignition.23",
49
+ "@aztec/validator-client": "0.77.0-testnet-ignition.23",
50
+ "@aztec/world-state": "0.77.0-testnet-ignition.23",
51
51
  "lodash.chunk": "^4.2.0",
52
52
  "lodash.pick": "^4.4.0",
53
53
  "tslib": "^2.4.0",
54
54
  "viem": "2.22.8",
55
- "@aztec/noir-acvm_js": "0.77.0-testnet-ignition.21",
56
- "@aztec/noir-types": "0.77.0-testnet-ignition.21"
55
+ "@aztec/noir-acvm_js": "0.77.0-testnet-ignition.23",
56
+ "@aztec/noir-types": "0.77.0-testnet-ignition.23"
57
57
  },
58
58
  "devDependencies": {
59
- "@aztec/archiver": "0.77.0-testnet-ignition.21",
60
- "@aztec/kv-store": "0.77.0-testnet-ignition.21",
59
+ "@aztec/archiver": "0.77.0-testnet-ignition.23",
60
+ "@aztec/kv-store": "0.77.0-testnet-ignition.23",
61
61
  "@jest/globals": "^29.5.0",
62
62
  "@types/jest": "^29.5.0",
63
63
  "@types/levelup": "^5.1.2",