Skip to content

Commit

Permalink
Merge pull request #160 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
itaven authored Jun 30, 2023
2 parents ba9eb54 + 6724fdb commit a5afb6d
Show file tree
Hide file tree
Showing 45 changed files with 1,106 additions and 1,118 deletions.
4 changes: 0 additions & 4 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ CSP_REPORT_URI=

# subgraph urls
SUBGRAPH_MAINNET=https://api.thegraph.com/subgraphs/name/lidofinance/lido
SUBGRAPH_ROPSTEN=
SUBGRAPH_RINKEBY=
SUBGRAPH_GOERLI=https://api.thegraph.com/subgraphs/name/lidofinance/lido-testnet
SUBGRAPH_KOVAN=
SUBGRAPH_KINTSUGI=

WALLETCONNECT_PROJECT_ID=
60 changes: 60 additions & 0 deletions abi/newReward/AddAllowedRecipient.abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
[
{
"inputs": [
{
"internalType": "address",
"name": "_trustedCaller",
"type": "address"
},
{
"internalType": "address",
"name": "_allowedRecipientsRegistry",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "allowedRecipientsRegistry",
"outputs": [
{
"internalType": "contract AllowedRecipientsRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "_creator", "type": "address" },
{ "internalType": "bytes", "name": "_evmScriptCallData", "type": "bytes" }
],
"name": "createEVMScript",
"outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "bytes", "name": "_evmScriptCallData", "type": "bytes" }
],
"name": "decodeEVMScriptCallData",
"outputs": [
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "string", "name": "", "type": "string" }
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "trustedCaller",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
}
]
1 change: 0 additions & 1 deletion abi/newReward/AddAllowedRecipientLDO.abi.json

This file was deleted.

Loading

0 comments on commit a5afb6d

Please sign in to comment.