Skip to content

Commit

Permalink
chore(contracts): deploy contracts on scroll sepolia
Browse files Browse the repository at this point in the history
re #899
  • Loading branch information
cedoor committed Nov 27, 2024
1 parent 3f46fd8 commit 83d08c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/utils/src/networks/deployed-contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,25 @@
"startBlock": 11459722
}
]
},
{
"network": "scroll-sepolia",
"contracts": [
{
"name": "SemaphoreVerifier",
"address": "0x6C42599435B82121794D835263C846384869502d",
"startBlock": 7155337
},
{
"name": "PoseidonT3",
"address": "0xB43122Ecb241DD50062641f089876679fd06599a",
"startBlock": 7155337
},
{
"name": "Semaphore",
"address": "0x06d1530c829366A7fff0069e77c5af6A6FA7db2E",
"startBlock": 7155337
}
]
}
]
6 changes: 6 additions & 0 deletions packages/utils/src/networks/supported-networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,11 @@ export default {
url: "https://rpc.linea.build",
chainId: 59144,
explorer: "https://lineascan.build"
},
"scroll-sepolia": {
name: "Scroll Sepolia",
url: "https://eth-sepolia-public.unifra.io",
chainId: 11155111,
explorer: "https://sepolia.scrollscan.com"
}
}

0 comments on commit 83d08c6

Please sign in to comment.