@uniswap/v3-core
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -611,3 +611,14 @@ { | ||
"name": "mint", | ||
"outputs": [], | ||
"outputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount0", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount1", | ||
"type": "uint256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
@@ -864,3 +875,14 @@ "type": "function" | ||
"name": "swap", | ||
"outputs": [], | ||
"outputs": [ | ||
{ | ||
"internalType": "int256", | ||
"name": "amount0", | ||
"type": "int256" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount1", | ||
"type": "int256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
@@ -867,0 +889,0 @@ "type": "function" |
@@ -172,3 +172,14 @@ { | ||
"name": "mint", | ||
"outputs": [], | ||
"outputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount0", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount1", | ||
"type": "uint256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
@@ -206,3 +217,14 @@ "type": "function" | ||
"name": "swap", | ||
"outputs": [], | ||
"outputs": [ | ||
{ | ||
"internalType": "int256", | ||
"name": "amount0", | ||
"type": "int256" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount1", | ||
"type": "int256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
@@ -209,0 +231,0 @@ "type": "function" |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"homepage": "https://uniswap.org", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
195971
3187
0