Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Mar 12, 2024
1 parent ff95795 commit e042db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/store/migrate/migrations/42/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function optimismSepolia() {
name: 'Optimism Sepolia Ether',
decimals: 18
},
icon: '',
icon: 'https://frame.nyc3.cdn.digitaloceanspaces.com/icons/optimism.svg',
primaryColor: 'accent2' // Testnet
} as const

Expand Down
2 changes: 1 addition & 1 deletion main/store/state/types/chainMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const chainMetaDefaults = {
name: 'Optimism Sepolia Ether',
decimals: 18
},
icon: '',
icon: 'https://frame.nyc3.cdn.digitaloceanspaces.com/icons/optimism.svg',
primaryColor: 'accent2' as const // Testnet
}
}
Expand Down

0 comments on commit e042db7

Please sign in to comment.