Skip to content

Commit

Permalink
stage->main (#1000)
Browse files Browse the repository at this point in the history
* Refactor dashboard configuration to one place

* Uncomment TLC

* upgrade oz to 5.0.2

* remove comments, format slither

* format slither

* update forge tests

* update slither

* gas update

* tests update, forceApprove, slither run

* remove zap contracts/tests

* feat: use update virtual function properly

* forceApprove update

* chore: make abi static

* fix: unstaking OGT is always 100 (#998)

Co-authored-by: Marshall <[email protected]>

---------

Co-authored-by: princetonbishop <[email protected]>
Co-authored-by: princetonbishop <[email protected]>
Co-authored-by: frontier159 <[email protected]>
Co-authored-by: Pocin <[email protected]>
  • Loading branch information
5 people authored Mar 29, 2024
1 parent c8c9243 commit 146b929
Show file tree
Hide file tree
Showing 186 changed files with 339,693 additions and 47,131 deletions.
297 changes: 297 additions & 0 deletions apps/dapp/abi/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ITempleTWAP",
"sourceName": "contracts/amm/TempleStableAMMRouter.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "amountIn",
"type": "uint256"
}
],
"name": "consult",
"outputs": [],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "update",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ITreasuryIV",
"sourceName": "contracts/amm/TempleStableAMMRouter.sol",
"abi": [
{
"inputs": [],
"name": "intrinsicValueRatio",
"outputs": [
{
"internalType": "uint256",
"name": "frax",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "temple",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading

0 comments on commit 146b929

Please sign in to comment.