-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
c8c9243
commit 146b929
Showing
186 changed files
with
339,693 additions
and
47,131 deletions.
There are no files selected for viewing
297 changes: 297 additions & 0 deletions
297
apps/dapp/abi/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json
Large diffs are not rendered by default.
Oops, something went wrong.
291 changes: 291 additions & 0 deletions
291
apps/dapp/abi/contracts/admin/TempleTeamPayments.sol/TempleTeamPayments.json
Large diffs are not rendered by default.
Oops, something went wrong.
343 changes: 343 additions & 0 deletions
343
apps/dapp/abi/contracts/admin/TempleTeamPaymentsFactory.sol/TempleTeamPaymentsFactory.json
Large diffs are not rendered by default.
Oops, something went wrong.
354 changes: 354 additions & 0 deletions
354
apps/dapp/abi/contracts/admin/TempleTeamPaymentsV2.sol/TempleTeamPaymentsV2.json
Large diffs are not rendered by default.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
apps/dapp/abi/contracts/amm/TempleStableAMMRouter.sol/ITempleTWAP.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} |
29 changes: 29 additions & 0 deletions
29
apps/dapp/abi/contracts/amm/TempleStableAMMRouter.sol/ITreasuryIV.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} |
Oops, something went wrong.