Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpolak2 committed Sep 1, 2023
1 parent 73b3e4a commit 91b0cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/model/chain/kroma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export const KromaSepoliaTestnet: Chain = {
blockExplorerUrl: KromaSepoliaExplorerUrl,
getExplorerAddressLink: getAddressLink(KromaSepoliaExplorerUrl),
getExplorerTransactionLink: getTransactionLink(KromaSepoliaExplorerUrl),
}
}
2 changes: 1 addition & 1 deletion packages/core/src/model/chain/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export const ScrollSepoliaTestnet: Chain = {
blockExplorerUrl: scrollSepoliaExplorerUrl,
getExplorerAddressLink: getAddressLink(scrollSepoliaExplorerUrl),
getExplorerTransactionLink: getTransactionLink(scrollSepoliaExplorerUrl),
}
}

0 comments on commit 91b0cef

Please sign in to comment.