Skip to content

Commit

Permalink
chore: Deploy Arbitrum Lightbridge contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Feb 14, 2024
1 parent 9cf3943 commit e5577be
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 @@ -42,4 +42,5 @@ LIGHTBRIDGE_BLOCK_RANGE_PER_POLLING=
# Etherscan
ETHERSCAN_API_KEY=
OPTIMISMSCAN_API_KEY=
ARBISCAN_API_KEY=

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

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


## Testnet deployments

Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config: HardhatUserConfig & {etherscan: {apiKey: any, customChains: any}}
etherscan: {
apiKey: {
sepolia: process.env.ETHERSCAN_API_KEY,
arbitrumOne: "",
arbitrumOne: process.env.ARBISCAN_API_KEY,
bsc: "",
mainnet: process.env.ETHERSCAN_API_KEY,
optimisticEthereum: process.env.OPTIMISMSCAN_API_KEY,
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 e5577be

Please sign in to comment.