add NETWORKSNAMES
This commit is contained in:
parent
a54f020876
commit
00929332a5
|
@ -5,6 +5,7 @@ import Col from 'src/components/layout/Col'
|
|||
import Paragraph from 'src/components/layout/Paragraph'
|
||||
import { getNetworkInfo } from 'src/config'
|
||||
import { border, md, screenSm, sm, xs, fontColor } from 'src/theme/variables'
|
||||
/* import { NETWORKSNAMES } from 'src/utils/constants' */
|
||||
|
||||
const networkInfo = getNetworkInfo()
|
||||
|
||||
|
|
|
@ -34,3 +34,4 @@ export const SPENDING_LIMIT_MODULE_ADDRESS =
|
|||
export const KNOWN_MODULES = {
|
||||
[SPENDING_LIMIT_MODULE_ADDRESS]: 'Spending limit',
|
||||
}
|
||||
export const NETWORKSNAMES = ['Ethereum', 'xDai', 'Polygon', 'BSC', 'Arbitrium', 'EWC', 'Rinkeby', 'Volta']
|
||||
|
|
Loading…
Reference in New Issue