fix: address missed repo renaming (#128)
This commit is contained in:
@@ -29,12 +29,12 @@ Following exchanges have been integrated using VM approach:
|
||||
2. Start by making a local copy of the Propeller Protocol Lib repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/propeller-heads/propeller-protocol-lib
|
||||
git clone https://github.com/propeller-heads/tycho-protocol-sdk
|
||||
```
|
||||
3. Install forge dependencies:
|
||||
|
||||
```bash
|
||||
cd ./propeller-protocol-lib/evm/
|
||||
cd ./tycho-protocol-sdk/evm/
|
||||
forge install
|
||||
```
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ description: Provide protocol logic using the ethereum virtual machine
|
||||
|
||||
## Swap/exchange protocol
|
||||
|
||||
To integrate an EVM exchange protocol the [ISwapAdapter.sol ](https://github.com/propeller-heads/propeller-protocol-lib/blob/main/evm/interfaces/ISwapAdapter.sol)should be implemented. Additionally, a manifest file is required that summarises some metadata about the protocol.
|
||||
To integrate an EVM exchange protocol the [ISwapAdapter.sol ](https://github.com/propeller-heads/tycho-protocol-sdk/blob/main/evm/interfaces/ISwapAdapter.sol)should be implemented. Additionally, a manifest file is required that summarises some metadata about the protocol.
|
||||
|
||||
{% hint style="info" %}
|
||||
Although the interface is specified for Solidity, you are not limited to writing the adapter contract in Solidity. We can use any compiled evm bytecode. So if you prefer e.g. Vyper, you are welcome to implement the interface using Vyper. Unfortunately we do not provide all the tooling for Vyper contracts yet, but you can certainly submit compiled Vyper byte code.
|
||||
|
||||
Reference in New Issue
Block a user