mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
modified name
This commit is contained in:
parent
9bc29252c3
commit
8a3fdde853
|
@ -73,6 +73,6 @@ abstract contract Swap is SwapHelpers, Events {
|
|||
}
|
||||
}
|
||||
|
||||
contract ConnectV2SwapAvalanche is Swap {
|
||||
string public name = "Swap-v1";
|
||||
contract ConnectV2SwapAggregatorAvalanche is Swap {
|
||||
string public name = "Swap-Aggregator-v1";
|
||||
}
|
||||
|
|
|
@ -73,6 +73,6 @@ abstract contract Swap is SwapHelpers, Events {
|
|||
}
|
||||
}
|
||||
|
||||
contract ConnectV2Swap is Swap {
|
||||
string public name = "Swap-v1";
|
||||
contract ConnectV2SwapAggregator is Swap {
|
||||
string public name = "Swap-Aggregator-v1";
|
||||
}
|
||||
|
|
|
@ -73,6 +73,6 @@ abstract contract Swap is SwapHelpers, Events {
|
|||
}
|
||||
}
|
||||
|
||||
contract ConnectV2SwapPolygon is Swap {
|
||||
string public name = "Swap-v1";
|
||||
contract ConnectV2SwapAggregatorPolygon is Swap {
|
||||
string public name = "Swap-Aggregator-v1";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user