Skip to content

Commit

Permalink
fixup! fix: update scroll icon (#11004) (#11006)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill authored Oct 19, 2023
1 parent 71c09d7 commit 64aa4f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/web3-shared/evm/src/assets/scroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/web3-shared/evm/src/constants/descriptors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export const NETWORK_DESCRIPTORS: Array<NetworkDescriptor<ChainId, NetworkType>>
chainId: ChainId.Scroll,
type: NetworkType.Scroll,
name: 'Scroll',
icon: new URL('../assets/scroll.png', import.meta.url).href,
icon: new URL('../assets/scroll.svg', import.meta.url).href,
iconColor: 'rgb(255, 248, 243)',
averageBlockDelay: 9,
isMainnet: true,
Expand Down

0 comments on commit 64aa4f4

Please sign in to comment.