Skip to content

Commit

Permalink
Merge pull request #38 from multiversx/merge-proxy-into-safe
Browse files Browse the repository at this point in the history
merge proxy into safe
  • Loading branch information
dragos-rebegea authored Aug 1, 2024
2 parents 7a9afde + 74faf4e commit 0890e87
Show file tree
Hide file tree
Showing 19 changed files with 10,610 additions and 8,788 deletions.
4 changes: 2 additions & 2 deletions abi/contracts/Bridge/Bridge.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
},
{
"internalType": "bool",
"name": "",
"name": "isBatchFinal",
"type": "bool"
}
],
Expand Down Expand Up @@ -313,7 +313,7 @@
},
{
"internalType": "bool",
"name": "",
"name": "areDepositsFinal",
"type": "bool"
}
],
Expand Down
14 changes: 7 additions & 7 deletions abi/contracts/Bridge/Bridge.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions abi/contracts/Bridge/Bridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
},
{
"internalType": "bool",
"name": "",
"name": "isBatchFinal",
"type": "bool"
}
],
Expand Down Expand Up @@ -317,7 +317,7 @@
},
{
"internalType": "bool",
"name": "",
"name": "areDepositsFinal",
"type": "bool"
}
],
Expand Down
57 changes: 55 additions & 2 deletions abi/contracts/ERC20Safe/ERC20Safe.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,31 @@
"name": "ERC20Deposit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint112",
"name": "batchId",
"type": "uint112"
},
{
"indexed": false,
"internalType": "uint112",
"name": "depositNonce",
"type": "uint112"
},
{
"indexed": false,
"internalType": "string",
"name": "callData",
"type": "string"
}
],
"name": "ERC20SCDeposit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -310,6 +335,34 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "tokenAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "recipientAddress",
"type": "bytes32"
},
{
"internalType": "string",
"name": "callData",
"type": "string"
}
],
"name": "depositWithSCExecution",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "depositsCount",
Expand Down Expand Up @@ -362,7 +415,7 @@
},
{
"internalType": "bool",
"name": "",
"name": "isBatchFinal",
"type": "bool"
}
],
Expand Down Expand Up @@ -418,7 +471,7 @@
},
{
"internalType": "bool",
"name": "",
"name": "areDepositsFinal",
"type": "bool"
}
],
Expand Down
181 changes: 174 additions & 7 deletions abi/contracts/ERC20Safe/ERC20Safe.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion abi/contracts/ERC20Safe/ERC20Safe.hex

Large diffs are not rendered by default.

61 changes: 57 additions & 4 deletions abi/contracts/ERC20Safe/ERC20Safe.json

Large diffs are not rendered by default.

195 changes: 0 additions & 195 deletions abi/contracts/SCExecProxy/SCExecProxy.abi.json

This file was deleted.

Loading

0 comments on commit 0890e87

Please sign in to comment.