Skip to content

Commit

Permalink
feat: updated ABIs and b2c.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilaneDen committed Nov 27, 2024
1 parent 2293022 commit c8bcc3e
Show file tree
Hide file tree
Showing 10 changed files with 10,178 additions and 2,538 deletions.

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions tests/networks/arbitrum/paraswap/b2c.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@
"address": "0xdef171fe48cf0115b1d80b88dc8eab59176fee57",
"contractName": "AugustusSwapper",
"selectors": {
"0x54840d1a": {
"erc20OfInterest": [
"path.0",
"path.-1"
],
"method": "swapOnUniswap",
"plugin": "Paraswap"
},
"0xf5661034": {
"erc20OfInterest": [
"path.0",
"path.-1"
],
"method": "swapOnUniswapFork",
"plugin": "Paraswap"
},
"0x0b86a4c1": {
"erc20OfInterest": [
"tokenIn"
],
"method": "swapOnUniswapV2Fork",
"plugin": "Paraswap"
},
"0x54e3f31b": {
"erc20OfInterest": [
"data.fromToken",
Expand All @@ -13,13 +36,61 @@
"method": "SimpleSwap",
"plugin": "Paraswap"
},
"0x935fb84b": {
"erc20OfInterest": [
"path.0",
"path.-1"
],
"method": "buyOnUniswap",
"plugin": "Paraswap"
},
"0xc03786b0": {
"erc20OfInterest": [
"path.0",
"path.-1"
],
"method": "buyOnUniswapFork",
"plugin": "Paraswap"
},
"0xa94e78ef": {
"erc20OfInterest": [
"data.fromToken",
"data.path.-1.to"
],
"method": "multiSwap",
"plugin": "Paraswap"
},
"0x46c67b6d": {
"erc20OfInterest": [
"data.fromToken",
"data.path.0.path.-1.to"
],
"method": "megaSwap",
"plugin": "Paraswap"
},
"0x2298207a": {
"erc20OfInterest": [
"data.fromToken",
"data.toToken"
],
"method": "simpleBuy",
"plugin": "Paraswap"
},
"0x64466805": {
"erc20OfInterest": [
"fromToken",
"toToken"
],
"method": "swapOnZeroXv4",
"plugin": "Paraswap"
},
"0x81033120": {
"erc20OfInterest": [
"fromToken",
"toToken"
],
"method": "swapOnZeroXv2",
"plugin": "Paraswap"
}
}
}
Expand Down
Loading

0 comments on commit c8bcc3e

Please sign in to comment.