Skip to content

Commit

Permalink
Arbitrum (#603)
Browse files Browse the repository at this point in the history
* add arbitrum indexer

* fix build error
  • Loading branch information
larisa17 authored May 27, 2024
1 parent 8dba94a commit c658a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async fn main() -> Result<()> {
.parse::<Address>()
.unwrap();

let contract_address_op_mainnet = get_env("STAKING_CONTRACT_ADDRESS_ARBITRUM_MAINNET")
let contract_address_arbitrum_mainnet = get_env("STAKING_CONTRACT_ADDRESS_ARBITRUM_MAINNET")
.parse::<Address>()
.unwrap();

Expand Down

0 comments on commit c658a08

Please sign in to comment.