otterscan/src/api/address-resolver
2021-12-03 16:14:09 -03:00
..
hardcoded-addresses Add all Uniswap V3 known deployments from https://github.com/Uniswap/v3-periphery/blob/main/deploys.md 2021-12-03 15:46:50 -03:00
address-resolver.ts Add ERC token address resolver 2021-10-31 19:51:11 -03:00
CompositeAddressResolver.ts Add in-page cache capabilities to main resolver 2021-11-01 04:15:12 -03:00
ENSAddressResolver.ts Generalize resolver framework to allow tracking of the resolver source 2021-10-31 02:38:41 -03:00
ERCTokenResolver.ts Reduce the amount of network calls by probing first only name() and on success probe other erc20 methods 2021-11-29 14:45:14 -03:00
HardcodedAddressResolver.ts Initial implementation of hardcoded address resolver with Uniswap V1/2/3 main contracts as a bootstrap test 2021-11-02 03:32:11 -03:00
index.ts Add uniswap V3 resolver 2021-12-03 16:14:09 -03:00
UniswapV1Resolver.ts Add uniswap V1 support 2021-12-03 10:04:42 -03:00
UniswapV2Resolver.ts Remove console.log 2021-12-03 10:04:15 -03:00
UniswapV3Resolver.ts Add uniswap V3 resolver 2021-12-03 16:14:09 -03:00