| 6 | } |
| 7 | |
| 8 | export interface RockyGraphData { |
| 9 | timestamp: Date, |
| 10 | WETH: number, |
| 11 | USDC: number, |
| 12 | netWorthUSDC: number, |
| 13 | displayTimestamp: string, |
| 14 | } |
| 15 | |
| 16 | export const dummyActionText: ActionContributionListData[] = [ |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected