diff --git a/AUDIT_NOTES.md b/AUDIT_NOTES.md new file mode 100644 index 000000000..bd323ae83 --- /dev/null +++ b/AUDIT_NOTES.md @@ -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. diff --git a/packages/contracts/README.md b/packages/contracts/README.md index 0fd66db45..3694c6ee4 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -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 diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 09f7e11b9..0d180998f 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@teller-protocol/v2-contracts", - "version": "3.1.12", + "version": "3.1.13", "license": "MIT", "scripts": { "forge": "forge",