Closed svgvr8 closed 2 years ago
add file nonApproveList.ts
in src/components/NonApprove/
and manually insert below code in it.
type Item = {
token: string
anyToken: string
symbol: string
spender: string
}
export const nonApproveList: {
[chainId: number]: Item[]
} = {}
I noticed that "nonApproveList.ts" is in the .gitignore doc.
Could you please help me resolve that? Thank you