-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.nethereum-gen.multisettings
48 lines (48 loc) · 1.36 KB
/
.nethereum-gen.multisettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
{
"paths": [
"QuoterV2/QuoterV2.abi",
"UniswapV3Factory/UniswapV3Factory.abi",
"UniswapV3Pool/UniswapV3Pool.abi"
],
"generatorConfigs": [
{
"baseNamespace": "Nethereum.Uniswap.V3",
"basePath": "../src/Nethereum.Uniswap/V3",
"codeGenLang": 0,
"generatorType": "ContractDefinition"
}
]
},
{
"paths": [
"UniversalRouter/UniversalRouter.abi",
"bin/Permit2/src/Permit2.abi"
],
"generatorConfigs": [
{
"baseNamespace": "Nethereum.Uniswap",
"basePath": "../src/Nethereum.Uniswap",
"codeGenLang": 0,
"generatorType": "ContractDefinition"
}
]
},
{
"paths": [
"PoolManager/PoolManager.abi",
"StateView/StateView.abi",
"V4Quoter/V4Quoter.abi",
"PositionManager/PositionManager.abi",
"PositionDescriptor/PositionDescriptor.abi"
],
"generatorConfigs": [
{
"baseNamespace": "Nethereum.Uniswap.V4",
"basePath": "../src/Nethereum.Uniswap/V4",
"codeGenLang": 0,
"generatorType": "ContractDefinition"
}
]
}
]