Skip to content

Commit

Permalink
harcoding rpc url for sveth APR
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Feb 8, 2024
1 parent c6b129e commit dbe24a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { data } from '../../../../../network/mainnet';
import { createPublicClient, formatEther, http, parseAbi } from 'viem';
import { mainnet } from 'viem/chains';
import type { AprHandler } from '../';

const client = createPublicClient({
chain: mainnet,
transport: http(data.rpcUrl),
transport: http('https://rpc.eth.gateway.fm'),
});

const distributor = '0xc93ab6aca2c14422a65a31010ac2b4baa86a21b3' as `0x${string}`;
Expand Down

0 comments on commit dbe24a9

Please sign in to comment.