assembly/constant/atokensV3/index.ts
Georges KABBOUCHI 7279f9d284 aave v3
closes #40
2022-04-20 11:59:01 +03:00

14 lines
244 B
TypeScript

import polygon from './polygon'
import arbitrum from './arbitrum'
import avalanche from './avalanche'
import optimism from './optimism'
import fantom from './fantom'
export default {
polygon,
arbitrum,
avalanche,
optimism,
fantom,
}