mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
|
export const use1InchSwap = () => {
|
||
|
const swap = ({ buyAddress, sellAddress, sellAmount, unitAmount }) => {};
|
||
|
|
||
|
return {
|
||
|
swap
|
||
|
};
|
||
|
};
|