Skip to content

Commit

Permalink
add erc20 of interest (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj9april authored Oct 30, 2024
1 parent 5a35952 commit 0c05fd9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions ethereum/kelp/b2c.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"plugin": "Kelp"
},
"0xc3ae1766": {
"erc20OfInterest": [],
"erc20OfInterest": [
"asset"
],
"method": "depositAsset",
"plugin": "Kelp"
}
Expand All @@ -23,12 +25,16 @@
"contractName": "LRTWithdrawalManager",
"selectors": {
"0xc5a67b01": {
"erc20OfInterest": [],
"erc20OfInterest": [
"asset"
],
"method": "initiateWithdrawal",
"plugin": "Kelp"
},
"0xd3a86833": {
"erc20OfInterest": [],
"erc20OfInterest": [
"asset"
],
"method": "completeWithdrawal",
"plugin": "Kelp"
}
Expand All @@ -49,7 +55,9 @@
"plugin": "Kelp"
},
"0xe8c3516b": {
"erc20OfInterest": [],
"erc20OfInterest": [
"asset"
],
"method": "getRSETHWithERC20",
"plugin": "Kelp"
}
Expand Down

0 comments on commit 0c05fd9

Please sign in to comment.