Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test port from Truffle to Hardhat #449

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["Desposit", "modulekey", "Otokens", "weths"]
}
391 changes: 391 additions & 0 deletions artifacts/build-info/054c72c0d906f0ef3e8ae3ee5c14464b.json

Large diffs are not rendered by default.

747 changes: 747 additions & 0 deletions artifacts/build-info/16f1cd3456e9665e042fbf695e70ab73.json

Large diffs are not rendered by default.

536 changes: 536 additions & 0 deletions artifacts/build-info/35f2e205bb65eab2a767781d3b0149ca.json

Large diffs are not rendered by default.

267,227 changes: 267,227 additions & 0 deletions artifacts/build-info/a0f746756ed5cbf60e165da1346c9eeb.json

Large diffs are not rendered by default.

2,482 changes: 2,482 additions & 0 deletions artifacts/build-info/ad50497733e9dad3c22583f59e3dd168.json

Large diffs are not rendered by default.

1,902 changes: 1,902 additions & 0 deletions artifacts/build-info/d159eaa2024a21442725773172af5ed8.json

Large diffs are not rendered by default.

1,676 changes: 1,676 additions & 0 deletions artifacts/build-info/e57310600c859528497b4563c842946c.json

Large diffs are not rendered by default.

1,192 changes: 1,192 additions & 0 deletions artifacts/build-info/f8061d607b32a2fe4177cd095adc819e.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions artifacts/contracts/Migrations.sol/Migrations.dbg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/35f2e205bb65eab2a767781d3b0149ca.json"
}
55 changes: 55 additions & 0 deletions artifacts/contracts/Migrations.sol/Migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "Migrations",
"sourceName": "contracts/Migrations.sol",
"abi": [
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "last_completed_migration",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "completed",
"type": "uint256"
}
],
"name": "setCompleted",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b50600080546001600160a01b0319163317905560fd806100316000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c8063445df0ac1460415780638da5cb5b146059578063fdacd57614607b575b600080fd5b60476097565b60408051918252519081900360200190f35b605f609d565b604080516001600160a01b039092168252519081900360200190f35b609560048036036020811015608f57600080fd5b503560ac565b005b60015481565b6000546001600160a01b031681565b6000546001600160a01b031633141560c45760018190555b5056fea2646970667358221220f93a46cf86529a9989965a4e7d0a7d61ede6834049f54335ba38ae231f7ac3ec64736f6c634300060a0033",
"deployedBytecode": "0x6080604052348015600f57600080fd5b5060043610603c5760003560e01c8063445df0ac1460415780638da5cb5b146059578063fdacd57614607b575b600080fd5b60476097565b60408051918252519081900360200190f35b605f609d565b604080516001600160a01b039092168252519081900360200190f35b609560048036036020811015608f57600080fd5b503560ac565b005b60015481565b6000546001600160a01b031681565b6000546001600160a01b031633141560c45760018190555b5056fea2646970667358221220f93a46cf86529a9989965a4e7d0a7d61ede6834049f54335ba38ae231f7ac3ec64736f6c634300060a0033",
"linkReferences": {},
"deployedLinkReferences": {}
}
4 changes: 4 additions & 0 deletions artifacts/contracts/core/AddressBook.sol/AddressBook.dbg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/a0f746756ed5cbf60e165da1346c9eeb.json"
}
Loading