Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AUDIT_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Audit Notes

This aligns with audit snapshot 00f16e1

BESIDES the fast that in this commit, the small fix for lender close loan is applied and it is not applied in the audit snapshot yet.
9 changes: 9 additions & 0 deletions packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ GOERLI_RPC_URL= ...



## Export deployed contracts to npm

> npm login

> cd packages/contracts

> npm publish --access public


## Forge docs

> forge doc --serve
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teller-protocol/v2-contracts",
"version": "3.1.12",
"version": "3.1.13",
"license": "MIT",
"scripts": {
"forge": "forge",
Expand Down