symbol rework; fee % switching; symbol search improvements

This commit is contained in:
tim
2024-10-11 00:26:29 -04:00
parent 6d19adb130
commit 5b23864c2e
11 changed files with 233 additions and 178 deletions

View File

@@ -124,7 +124,7 @@ export class AbiURLCache extends AsyncURLCache {
const files = {
// If a contract is in a file different than its name, put the exception here
// 'IVaultImpl' : 'IVault', // for example
'IERC20Metadata' : 'interfaces/IERC20Metadata',
// 'IERC20Metadata' : 'interfaces/IERC20Metadata',
}
export function abiPath(name) {