Skip to content

Commit

Permalink
Reinstalación de dependencias y ajustes para despliegue en Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Dec 20, 2024
1 parent e406af1 commit 6faa0e1
Show file tree
Hide file tree
Showing 20 changed files with 2,077 additions and 1,378 deletions.
1 change: 0 additions & 1 deletion artifacts/build-info/026bb074304a89e9b3cf0912766250ab.json

This file was deleted.

1 change: 1 addition & 0 deletions artifacts/build-info/621ae0a17cea31ba3b5c30118a13a6c8.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
107 changes: 107 additions & 0 deletions artifacts/contracts/WMCAgreementManagement-nofees-v4.sol/IERC20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC20",
"sourceName": "contracts/WMCAgreementManagement-nofees-v4.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\026bb074304a89e9b3cf0912766250ab.json"
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\026bb074304a89e9b3cf0912766250ab.json"
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\026bb074304a89e9b3cf0912766250ab.json"
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\026bb074304a89e9b3cf0912766250ab.json"
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
107 changes: 107 additions & 0 deletions artifacts/contracts/WMCAgreementManagement-v4.sol/IERC20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC20",
"sourceName": "contracts/WMCAgreementManagement-v4.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\621ae0a17cea31ba3b5c30118a13a6c8.json"
}
Loading

0 comments on commit 6faa0e1

Please sign in to comment.