Skip to content

Commit

Permalink
swap rpc (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser authored Aug 7, 2024
1 parent cccfad5 commit 733b083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const evmChains: EvmChains = {
name: 'Ethereum Sepolia',
nativeCurrency: { name: 'Sepolia Ether', symbol: 'sepETH', decimals: 18 },
blockExplorerUrl: 'https://sepolia.etherscan.io/',
urls: [`https://rpc.sepolia.org `],
urls: [`https://eth-sepolia.api.onfinality.io/rpc?apikey=${onfinalityKey}`],
iconUrl: sepoliaLogo,
isTestnet: true,
},
Expand Down

0 comments on commit 733b083

Please sign in to comment.