Skip to content

Commit

Permalink
chore: update op branding (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Feb 7, 2025
1 parent ff26b57 commit 9c37213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export const marketsData: {
},
},
[CustomMarket.proto_optimism_v3]: {
marketTitle: 'Optimism',
marketTitle: 'OP',
market: CustomMarket.proto_optimism_v3,
v3: true,
chainId: ChainId.optimism,
Expand Down
4 changes: 2 additions & 2 deletions src/ui-config/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
networkLogoPath: '/icons/networks/base.svg',
},
[ChainId.optimism]: {
name: 'Optimism',
name: 'OP',
privateJsonRPCUrl: 'https://opt-mainnet.g.alchemy.com/v2/H8ZBGuz1LZbRsYnCBQHY4YMv_AUAVGeM', //'https://optimism.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: ['https://optimism-mainnet.public.blastapi.io', 'https://1rpc.io/op'],
publicJsonRPCWSUrl: 'wss://optimism-mainnet.public.blastapi.io',
Expand All @@ -285,7 +285,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
networkLogoPath: '/icons/networks/optimism.svg',
bridge: {
icon: '/icons/bridge/optimism.svg',
name: 'Optimism Bridge',
name: 'OP Bridge',
url: 'https://app.optimism.io/bridge',
},
ratesHistoryApiUrl,
Expand Down

1 comment on commit 9c37213

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.