Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tHeMaskedMan981 committed Dec 7, 2023
1 parent 1855d17 commit 6372231
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/rpcConfig/rpcConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ const devConfig = {
chains: {
[ChainSlug.ARBITRUM_SEPOLIA]: {
rpc: rpcs[ChainSlug.ARBITRUM_SEPOLIA],
blockNumber:1430261,
confirmations:1
blockNumber: 1430261,
confirmations: 1,
},
[ChainSlug.OPTIMISM_SEPOLIA]: {
rpc: rpcs[ChainSlug.OPTIMISM_SEPOLIA],
blockNumber:4475713,
confirmations:1
blockNumber: 4475713,
confirmations: 1,
},
[ChainSlug.SEPOLIA]: {
rpc: rpcs[ChainSlug.SEPOLIA],
blockNumber:4751027,
confirmations:1
blockNumber: 4751027,
confirmations: 1,
},
[ChainSlug.POLYGON_MUMBAI]: {
rpc: rpcs[ChainSlug.POLYGON_MUMBAI],
blockNumber:42750896,
confirmations:5
blockNumber: 42750896,
confirmations: 5,
},
[ChainSlug.SX_NETWORK_TESTNET]: {
rpc: rpcs[ChainSlug.SX_NETWORK_TESTNET],
Expand All @@ -75,8 +75,8 @@ const devConfig = {
ChainSlug.ARBITRUM_SEPOLIA,
ChainSlug.OPTIMISM_SEPOLIA,
ChainSlug.SEPOLIA,
ChainSlug.POLYGON_MUMBAI
]
ChainSlug.POLYGON_MUMBAI,
],
};

const prodConfig = {
Expand Down

0 comments on commit 6372231

Please sign in to comment.