Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
style: remove extra spaces in config file πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
karangoraniya committed Aug 25, 2023
1 parent a76f486 commit ca7a6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chains/src/opBNB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const opBNB = {
symbol: 'BNB',
},
rpcUrls: {
public: { http: [' https://opbnb-mainnet-rpc.bnbchain.org'] },
default: { http: [' https://opbnb-mainnet-rpc.bnbchain.org'] },
public: { http: ['https://opbnb-mainnet-rpc.bnbchain.org'] },
default: { http: ['https://opbnb-mainnet-rpc.bnbchain.org'] },
},
blockExplorers: {
etherscan: { name: 'opbnbscan', url: 'https://mainnet.opbnbscan.com' },
Expand Down

0 comments on commit ca7a6ef

Please sign in to comment.