Skip to content

Commit 4594738

Browse files
authored
Merge pull request #115 from primitivefinance/feature/uniswap-connector-update
Feature/uniswap connector update
2 parents aa3d83b + bbc7473 commit 4594738

File tree

61 files changed

+10005
-2099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+10005
-2099
lines changed

artifacts/EthTrader.json

-373
This file was deleted.

artifacts/IUniswapConnector02.json

+455
Large diffs are not rendered by default.

artifacts/IUniswapV2Callee.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"contractName": "IUniswapV2Callee",
3+
"abi": [
4+
{
5+
"inputs": [
6+
{
7+
"internalType": "address",
8+
"name": "sender",
9+
"type": "address"
10+
},
11+
{
12+
"internalType": "uint256",
13+
"name": "amount0",
14+
"type": "uint256"
15+
},
16+
{
17+
"internalType": "uint256",
18+
"name": "amount1",
19+
"type": "uint256"
20+
},
21+
{
22+
"internalType": "bytes",
23+
"name": "data",
24+
"type": "bytes"
25+
}
26+
],
27+
"name": "uniswapV2Call",
28+
"outputs": [],
29+
"stateMutability": "nonpayable",
30+
"type": "function"
31+
}
32+
],
33+
"bytecode": "0x",
34+
"deployedBytecode": "0x",
35+
"linkReferences": {},
36+
"deployedLinkReferences": {}
37+
}

0 commit comments

Comments
 (0)