Skip to content

Commit

Permalink
chore: Optimism Mainnet Lightbridge contract deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Feb 14, 2024
1 parent 468fdb9 commit 9cf3943
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ LIGHTBRIDGE_POLLING_INTERVAL=
LIGHTBRIDGE_BLOCK_RANGE_PER_POLLING=
# Etherscan
ETHERSCAN_API_KEY=
OPTIMISMSCAN_API_KEY=

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Make sure disbursers have enough liquidity in form of the native asset (such as
- LightBridge deployed to: `0x3f7Da9C51138E0475aA26E80677d27A568cFD6b9`
- Proxy__LightBridge deployed to: `0x2dE73Bd1660Fbf4D521a52Ec2a91CCc106113801`

### Optimism Mainnet
- LightBridge deployed to: `0x3f7Da9C51138E0475aA26E80677d27A568cFD6b9`
- Proxy__LightBridge deployed to: `0x2dE73Bd1660Fbf4D521a52Ec2a91CCc106113801`


## Testnet deployments
Expand All @@ -72,6 +75,7 @@ Make sure disbursers have enough liquidity in form of the native asset (such as
### Boba Sepolia
- LightBridge deployed to: `0x3f7Da9C51138E0475aA26E80677d27A568cFD6b9`
- Proxy__LightBridge deployed to: `0x2dE73Bd1660Fbf4D521a52Ec2a91CCc106113801`
- No alerts set yet, since no Tenderly support available (14 Feb 2024)

### Boba Goerli
- LightBridge deployed to: `0x95ec63aE2573bD5e70C223E075D9483573968699`
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config: HardhatUserConfig & {etherscan: {apiKey: any, customChains: any}}
arbitrumOne: "",
bsc: "",
mainnet: process.env.ETHERSCAN_API_KEY,
optimisticEthereum: "",
optimisticEthereum: process.env.OPTIMISMSCAN_API_KEY,
},
customChains: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
LightBridge deployed to: 0x3f7Da9C51138E0475aA26E80677d27A568cFD6b9
Proxy__LightBridge deployed to: 0x2dE73Bd1660Fbf4D521a52Ec2a91CCc106113801
Initialized proxy: [object Object]
LightBridge initialized: [object Object]
Added route for 288 chain, and token: 0x0000000000000000000000000000000000000000, receipt: [object Object]
Network iteration done

0 comments on commit 9cf3943

Please sign in to comment.