Skip to content

Commit

Permalink
GMX v1 missing products (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergarces authored Nov 6, 2024
1 parent 7b44df2 commit 77d2c19
Show file tree
Hide file tree
Showing 28 changed files with 7,465 additions and 353 deletions.
Binary file modified arb.db
Binary file not shown.
Binary file modified avax.db
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { getAddress } from 'ethers'
import { Chain } from '../../../core/constants/chains'

export const contractAddresses: Partial<
Record<
Chain,
{
rewardRouter: string
glpRewardRouter: string
}
>
> = {
[Chain.Arbitrum]: {
rewardRouter: getAddress('0x5e4766f932ce00aa4a1a82d3da85adf15c5694a1'),
glpRewardRouter: getAddress('0xB95DB5B167D75e6d04227CfFFA61069348d271F5'),
},
[Chain.Avalanche]: {
rewardRouter: getAddress('0x091eD806490Cc58Fd514441499e58984cCce0630'),
glpRewardRouter: getAddress('0xB70B91CE0771d3f4c81D87660f71Da31d48eB3B3'),
},
}
Loading

0 comments on commit 77d2c19

Please sign in to comment.