0xSplits / splits-contracts

Core smart contracts of 0xSplits
GNU General Public License v3.0
158 stars 34 forks source link

SplitProxy Documentation #6

Closed pynchmeister closed 1 year ago

pynchmeister commented 1 year ago

I'm reading through the smart contract documentation and I'm seeing a reference to SplitProxy here: https://docs.0xsplits.xyz/smartcontracts/overview#splitproxy that I cant find in the contract code. Can someone please point me in the right direction

wminshew commented 1 year ago

hey -- the proxy refers to the clone:

https://github.com/0xSplits/splits-contracts/blob/main/contracts/libraries/Clones.sol https://github.com/0xSplits/splits-contracts/blob/main/contracts/SplitMain.sol#L274-L277

pynchmeister commented 1 year ago

Thanks that's what I figured I just wanted to bring it to your attention