Skip to content

Commit 7b46837

Browse files
committed
Update ABI
1 parent f264670 commit 7b46837

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/storage_reader.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class StorageReader
1515
{ 'name' => 'initialOwner', 'type' => 'address' },
1616
{ 'name' => 'previousOwner', 'type' => 'address' },
1717
{ 'name' => 'l1BlockHash', 'type' => 'bytes32' },
18-
{ 'name' => 'l1BlockNumber', 'type' => 'uint48' },
19-
{ 'name' => 'l2BlockNumber', 'type' => 'uint48' },
20-
{ 'name' => 'createdAt', 'type' => 'uint48' },
18+
{ 'name' => 'l1BlockNumber', 'type' => 'uint256' },
19+
{ 'name' => 'l2BlockNumber', 'type' => 'uint256' },
20+
{ 'name' => 'createdAt', 'type' => 'uint256' },
2121
{ 'name' => 'esip6', 'type' => 'bool' }
2222
],
2323
'type' => 'tuple'

0 commit comments

Comments
 (0)