SIP-296: Otex/Cowswap Cross Asset Swaps
| Author | |
|---|---|
| Status | Implemented | 
| Type | Governance | 
| Network | Ethereum | 
| Implementor | TBD | 
| Release | TBD | 
| Proposal | Loading status... | 
Simple Summary
This SIP proposes adding the Otex cowswap solver contracts to the Direct Integration Manager.
Abstract
As outlined in SIP-267, every new Direct Integration needs to be specified in a sip along with the parameters proposed for that integration. Therefore this sip proposes to allows otex to trade at the overridden parameters mentioned below, whereby a short 1 block latency is embedded due to the user-keeper path required.
Specification
The below parameters would be specified on the otex contracts:
- 0x004f4b64c0a206f2d979229e28d322d1c50864a3
{'currencyKey': 'sUSD',
 'dexPriceAggregator': '0x228bCc970003Ca7588337604AFD9Fc5d92bF1C8B',
 'atomicMaxVolumePerBlock': 10m$,
 'atomicExchangeFeeRate': 0}
{'currencyKey': 'sETH',
 'dexPriceAggregator': '0x228bCc970003Ca7588337604AFD9Fc5d92bF1C8B',
 'atomicMaxVolumePerBlock': 10m$,
 'atomicVolatilityUpdateThreshold': 10,
 'atomicExchangeFeeRate': 10 bp}
{'currencyKey': 'sBTC',
 'dexPriceAggregator': '0x228bCc970003Ca7588337604AFD9Fc5d92bF1C8B',
 'atomicMaxVolumePerBlock': 10m$,
 'atomicVolatilityUpdateThreshold': 10,
 'atomicExchangeFeeRate': 10 bp}
Copyright
Copyright and related rights waived via CC0.