Skip to content

Commit

Permalink
Merge pull request #115 from primitivefinance/feature/uniswap-connect…
Browse files Browse the repository at this point in the history
…or-update

Feature/uniswap connector update
  • Loading branch information
Alexangelj authored Oct 30, 2020
2 parents aa3d83b + bbc7473 commit 4594738
Show file tree
Hide file tree
Showing 61 changed files with 10,005 additions and 2,099 deletions.
373 changes: 0 additions & 373 deletions artifacts/EthTrader.json

This file was deleted.

455 changes: 455 additions & 0 deletions artifacts/IUniswapConnector02.json

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions artifacts/IUniswapV2Callee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"contractName": "IUniswapV2Callee",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "uniswapV2Call",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading

0 comments on commit 4594738

Please sign in to comment.