Skip to content

Commit

Permalink
Add manta network to balances table
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jan 18, 2024
1 parent 2647dd5 commit daba2c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified public/images/manta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/rtk/features/multiChainInfo/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const supportedNetworks = [
'centrifuge',
'originTrail',
'interlay',
'manta',
'picasso',
'polkadex',
'zeitgeist',
Expand Down
1 change: 1 addition & 0 deletions src/rtk/features/prices/pricesHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const overriddenChainNames: Record<string, string> = {
parallel: 'parallel-finance',
pendulum: 'pendulum-chain',
unique: 'unique-network',
manta: 'manta-network',
}

export const statemineAssets = [ 'rmrk' ]
Expand Down

0 comments on commit daba2c4

Please sign in to comment.