Skip to content

Commit

Permalink
fix: add null eth address for linea (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrice32 authored Mar 21, 2024
1 parent 5706751 commit e4f6229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/ContractAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,9 @@ export const CONTRACT_ADDRESSES: {
},
],
},
eth: {
address: "0x0000000000000000000000000000000000000000",
},
},
// Testnets
11155111: {
Expand Down

0 comments on commit e4f6229

Please sign in to comment.