File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const config: Config = {
1717 network : 'optimism' ,
1818 trustWalletNetwork : 'optimism' ,
1919 unknown : false ,
20- visibleInUI : false ,
20+ visibleInUI : true ,
2121 testNetwork : false ,
2222 rpc : 'https://mainnet.optimism.io' ,
2323 ws : 'wss://ws-mainnet.optimism.io' ,
Original file line number Diff line number Diff line change 1- import { Pools } from '@/types/pools' ;
1+ import { CSP_ISSUE_POOL_IDS } from '@/constants/pool-lists/csp-issue' ;
2+ import { PoolWarning , Pools } from '@/types/pools' ;
3+ import { Network } from '../types' ;
24
35const pools : Pools = {
46 IdsMap : { } ,
@@ -84,6 +86,9 @@ const pools: Pools = {
8486 Gyro3 : 'gyro' ,
8587 GyroE : 'gyro' ,
8688 } ,
89+ Issues : {
90+ [ PoolWarning . CspPoolVulnWarning ] : CSP_ISSUE_POOL_IDS [ Network . OPTIMISM ] ,
91+ } ,
8792} ;
8893
8994export default pools ;
You can’t perform that action at this time.
0 commit comments