Update names

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Mubaris NK 2021-03-15 22:53:55 +05:30 committed by GitHub
parent c2f4a1f119
commit 724bb28b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,18 +8,18 @@ async function main() {
const wallet = accounts[0]
const connectMapping = {
'1inch': 'ConnectV2OneInch',
'aaveV1': 'ConnectV2AaveV1',
'aaveV2': 'ConnectV2AaveV2',
'auth': 'ConnectV2Auth',
'basic': 'ConnectV2Basic',
'comp': 'ConnectV2COMP',
'compound': 'ConnectV2Compound',
'dydx': 'ConnectV2Dydx',
'fee': 'ConnectV2Fee',
'gelato': 'ConnectV2Gelato',
'maker': 'ConnectV2Maker',
'uniswap': 'ConnectV2UniswapV2'
'1inch-A': 'ConnectV2OneInch',
'aave-v1-A': 'ConnectV2AaveV1',
'aave-v2-A': 'ConnectV2AaveV2',
'authority-A': 'ConnectV2Auth',
'basic-A': 'ConnectV2Basic',
'comp-A': 'ConnectV2COMP',
'compound-A': 'ConnectV2Compound',
'dydx-A': 'ConnectV2Dydx',
'fee-A': 'ConnectV2Fee',
'gelato-A': 'ConnectV2Gelato',
'makerdao-A': 'ConnectV2Maker',
'uniswap-A': 'ConnectV2UniswapV2'
}
const addressMapping = {}
@ -43,4 +43,4 @@ main()
.catch(error => {
console.error(error);
process.exit(1);
});
});