Skip to content

Commit

Permalink
fix tenderly spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Dec 11, 2024
1 parent 36073dd commit 59ad66a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/web/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { foundry } from 'wagmi/chains'

import { CHAIN_ID } from 'src/typings'

const TENDERYLY_RPC_KEY = process.env.NEXT_PUBLIC_TENDERLY_RPC_KEY ?? ''
const TENDERLY_RPC_KEY = process.env.NEXT_PUBLIC_TENDERLY_RPC_KEY ?? ''

export const RPC_URL = {
[CHAIN_ID.ETHEREUM]: `https://mainnet.gateway.tenderly.co/${TENDERYLY_RPC_KEY}`,
[CHAIN_ID.OPTIMISM]: `https://optimism.gateway.tenderly.co/${TENDERYLY_RPC_KEY}`,
[CHAIN_ID.SEPOLIA]: `https://sepolia.gateway.tenderly.co/${TENDERYLY_RPC_KEY}`,
[CHAIN_ID.OPTIMISM_SEPOLIA]: `https://optimism-sepolia.gateway.tenderly.co/${TENDERYLY_RPC_KEY}`,
[CHAIN_ID.BASE]: `https://base.gateway.tenderly.co/${TENDERYLY_RPC_KEY}`,
[CHAIN_ID.BASE_SEPOLIA]: `https://base-sepolia.gateway.tenderly.co/${TENDERYLY_RPC_KEY}`,
[CHAIN_ID.ETHEREUM]: `https://mainnet.gateway.tenderly.co/${TENDERLY_RPC_KEY}`,
[CHAIN_ID.OPTIMISM]: `https://optimism.gateway.tenderly.co/${TENDERLY_RPC_KEY}`,
[CHAIN_ID.SEPOLIA]: `https://sepolia.gateway.tenderly.co/${TENDERLY_RPC_KEY}`,
[CHAIN_ID.OPTIMISM_SEPOLIA]: `https://optimism-sepolia.gateway.tenderly.co/${TENDERLY_RPC_KEY}`,
[CHAIN_ID.BASE]: `https://base.gateway.tenderly.co/${TENDERLY_RPC_KEY}`,
[CHAIN_ID.BASE_SEPOLIA]: `https://base-sepolia.gateway.tenderly.co/${TENDERLY_RPC_KEY}`,
[CHAIN_ID.ZORA]: 'https://rpc.zora.energy',
[CHAIN_ID.ZORA_SEPOLIA]: 'https://sepolia.rpc.zora.energy',
[CHAIN_ID.FOUNDRY]: foundry.rpcUrls.default.http[0],
Expand Down

0 comments on commit 59ad66a

Please sign in to comment.