Skip to content

Commit 6160647

Browse files
authored
Merge pull request #114 from rlekdms/master
Update v2.2.9
2 parents e43dfcd + 8ee70e7 commit 6160647

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

abi/prod/zkevm/PolygonValidiumEtrog.abi

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,20 @@
4747
"name": "batches",
4848
"type": "tuple[]"
4949
},
50+
{
51+
"internalType": "uint32",
52+
"name": "l1InfoTreeLeafCount",
53+
"type": "uint32"
54+
},
5055
{
5156
"internalType": "uint64",
5257
"name": "maxSequenceTimestamp",
5358
"type": "uint64"
5459
},
5560
{
56-
"internalType": "uint64",
57-
"name": "initSequencedBatch",
58-
"type": "uint64"
61+
"internalType": "bytes32",
62+
"name": "expectedFinalAccInputHash",
63+
"type": "bytes32"
5964
},
6065
{
6166
"internalType": "address",

composes/docker-compose.common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ services:
55
context: ../
66
dockerfile: ./Dockerfile
77
environment:
8-
VERSION: v2.2.8
8+
VERSION: v2.2.9

config/prod/endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
confirm: 10
5858
},
5959
silicon: {
60-
rpc: ["https://rpc.silicon.network", "https://silicon-mainnet.nodeinfra.com"],
60+
rpc: ["https://rpc.silicon.network", "https://silicon-rpc-seed3.node.ozys.work", "https://silicon-mainnet.nodeinfra.com"],
6161
chain_id: 2355,
6262
confirm: 10
6363
},

0 commit comments

Comments
 (0)