Skip to content

Commit

Permalink
uni/bera switch to pub rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime committed Feb 21, 2025
1 parent c4be4b1 commit 6cf4a65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ export const HYPERLIQUID: Chain = {
color: 'gray',
}


export const UNICHAIN: Chain = {
priorityRank: 99,
id: 130,
Expand All @@ -656,7 +655,7 @@ export const UNICHAIN: Chain = {
layer: 2,
rpcUrls: {
primary:
'https://unichain-mainnet.g.alchemy.com/v2/XxF21ZshhEst0phSQwyiRozKTYSxG9J7',
'https://mainnet.unichain.org',
fallback: 'https://mainnet.unichain.org',
},
explorerUrl: 'https://uniscan.xyz',
Expand All @@ -683,7 +682,7 @@ export const BERACHAIN: Chain = {
layer: 2,
rpcUrls: {
primary:
'https://berachain-mainnet.g.alchemy.com/v2/HZ0zXJXi91qTagNP24CLIHgo6VkZ7L7n',
'https://rpc.berachain.com',
fallback: 'https://rpc.berachain.com',
},
explorerUrl: 'https://berascan.com',
Expand Down

0 comments on commit 6cf4a65

Please sign in to comment.