Skip to content

Commit

Permalink
feat: add shell point
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadybcgo committed Nov 8, 2021
1 parent 868d76f commit 13c248e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/Shell.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: 2 additions & 0 deletions src/core/types/classes/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import img18 from '../../../assets/Karura.svg'
import img19 from '../../../assets/Moonriver.svg'
import img20 from '../../../assets/Bifrost.svg'
import img21 from '../../../assets/Statemine.svg'
import img22 from '../../../assets/Shell.svg'
import LiveNetworks from '../../../shared/components/svg/LiveNetworks'
import TestNetworks from '../../../shared/components/svg/TestNetworks'
import PolkadotParachains from '../../../shared/components/svg/PolkadotParachains'
Expand Down Expand Up @@ -48,6 +49,7 @@ export const chainIconMap = {
Moonriver: img19,
Bifrost: img20,
Westmint: img21,
Shell: img22,
}
export const subMenuMap: Record<
NetworkType,
Expand Down

0 comments on commit 13c248e

Please sign in to comment.