Skip to content

Commit

Permalink
fix: splice apechain curtis, ink sepolia testnet rpcs into default rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Dec 16, 2024
1 parent 40815c3 commit c2a1a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/references/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ export const oldDefaultRPC: { [key in ChainId]?: string } = {
[ChainId.blastSepolia]: process.env.BLAST_SEPOLIA_RPC,
[ChainId.polygonAmoy]: process.env.POLYGON_AMOY_RPC,
[ChainId.degen]: process.env.DEGEN_MAINNET_RPC,
[ChainId.apechainCurtis]: 'https://rpc.curtis.apechain.com',
[ChainId.inkSepolia]: 'https://rpc-gel-sepolia.inkonchain.com',
};

const chainsGasUnits = backendNetworks.networks.reduce(
Expand Down

0 comments on commit c2a1a8d

Please sign in to comment.