Skip to content

Commit

Permalink
Update provider.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller authored Mar 7, 2024
1 parent 9b30234 commit c326a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ const provider = new JsonRpcProvider(config.rpcUrl);
export default provider;

export function getLoggingProvider(network: string) {
const alchemyKey = 'cQGZUiTLRCFsQS7kbRxPJK4eH4fTTu88';
const alchemyKey = 'KjFKFD1iyGgsEesE0xOovzJKkVd_Jn19';
return new AlchemyProvider(network, alchemyKey);
}
}

0 comments on commit c326a56

Please sign in to comment.