Skip to content

Commit

Permalink
Add l2Bridge address to Hemi sepolia chain for Sepolia (#17)
Browse files Browse the repository at this point in the history
* Add l2Bridge address to Hemi sepolia chain for Sepolia

* 1.5.0
  • Loading branch information
gndelia authored Aug 8, 2024
1 parent 20a0d31 commit 907e3ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemi-viem",
"version": "1.4.0",
"version": "1.5.0",
"description": "Viem extension for the Hemi Network",
"bugs": {
"url": "https://github.com/hemilabs/hemi-viem/issues"
Expand Down
5 changes: 5 additions & 0 deletions src/chains/hemi-sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ export const hemiSepolia = defineChain({
address: "0xc94b1BEe63A3e101FE5F71C80F912b4F4b055925",
},
},
l2Bridge: {
[sourceId]: {
address: "0x4200000000000000000000000000000000000010",
},
},
l2OutputOracle: {
[sourceId]: {
address: "0x032d1e1dd960A4B027a9a35FF8B2b672E333Bc27",
Expand Down

0 comments on commit 907e3ce

Please sign in to comment.