mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update connector names
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
724bb28b3e
commit
c594535a41
|
@ -8,18 +8,18 @@ async function main() {
|
||||||
const wallet = accounts[0]
|
const wallet = accounts[0]
|
||||||
|
|
||||||
const connectMapping = {
|
const connectMapping = {
|
||||||
'1inch-A': 'ConnectV2OneInch',
|
'1INCH-A': 'ConnectV2OneInch',
|
||||||
'aave-v1-A': 'ConnectV2AaveV1',
|
'AAVE-V1-A': 'ConnectV2AaveV1',
|
||||||
'aave-v2-A': 'ConnectV2AaveV2',
|
'AAVE-V2-A': 'ConnectV2AaveV2',
|
||||||
'authority-A': 'ConnectV2Auth',
|
'AUTHORITY-A': 'ConnectV2Auth',
|
||||||
'basic-A': 'ConnectV2Basic',
|
'BASIC-A': 'ConnectV2Basic',
|
||||||
'comp-A': 'ConnectV2COMP',
|
'COMP-A': 'ConnectV2COMP',
|
||||||
'compound-A': 'ConnectV2Compound',
|
'COMPOUND-A': 'ConnectV2Compound',
|
||||||
'dydx-A': 'ConnectV2Dydx',
|
'DYDX-A': 'ConnectV2Dydx',
|
||||||
'fee-A': 'ConnectV2Fee',
|
'FEE-A': 'ConnectV2Fee',
|
||||||
'gelato-A': 'ConnectV2Gelato',
|
'GELATO-A': 'ConnectV2Gelato',
|
||||||
'makerdao-A': 'ConnectV2Maker',
|
'MAKERDAO-A': 'ConnectV2Maker',
|
||||||
'uniswap-A': 'ConnectV2UniswapV2'
|
'UNISWAP-A': 'ConnectV2UniswapV2'
|
||||||
}
|
}
|
||||||
|
|
||||||
const addressMapping = {}
|
const addressMapping = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user