mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Minor change
This commit is contained in:
parent
2d4341a801
commit
8c9866d4e5
|
@ -2,7 +2,7 @@ pragma solidity ^0.7.0;
|
|||
pragma experimental ABIEncoderV2;
|
||||
|
||||
/**
|
||||
* @title 1Proto.
|
||||
* @title 1Inch(On-chain).
|
||||
* @dev On-chain and off-chian DEX Aggregator.
|
||||
*/
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ async function main() {
|
|||
|
||||
const connectMapping = {
|
||||
'1INCH-A': 'ConnectV2OneInch',
|
||||
'1INCH-B': 'ConnectV2OneProto',
|
||||
'AAVE-V1-A': 'ConnectV2AaveV1',
|
||||
'AAVE-V2-A': 'ConnectV2AaveV2',
|
||||
'AUTHORITY-A': 'ConnectV2Auth',
|
||||
|
|
Loading…
Reference in New Issue
Block a user