Skip to content

Commit f243f62

Browse files
committed
Replace the infura link to the correct one
1 parent 131d9e6 commit f243f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/liquidity-rewards/liquidity-rewards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const WEEK_IN_SECONDS = 604800 // 7 days in seconds
1515

1616
const NETWORK = 1
1717
const INFURA_RPC_URL =
18-
"https://mainnet.infura.io/v3/c80e8ccdcc4c4a809bce4fc165310617"
18+
"https://mainnet.infura.io/v3/b5ebe659c75d4096aa2a8ba40b22f438"
1919

2020
export class LiquidityRewards {
2121
/**

0 commit comments

Comments
 (0)