Skip to content

Commit

Permalink
chore: update changelog and abis
Browse files Browse the repository at this point in the history
  • Loading branch information
njokuScript committed Dec 6, 2023
1 parent 7f14f41 commit f56543f
Show file tree
Hide file tree
Showing 4 changed files with 3,472 additions and 3,384 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,19 @@ Solidity compiler: [0.8.21]
## Changes
- Replace use of health factor with collateral ratio
- Fix wrong emitted event data and add tests for it
- Add more natspec and use GPL-3.0 license
- Add more natspec and use GPL-3.0 license

# Version 0.1.2

## Compiler settings

Solidity compiler: [0.8.21]

### contracts
- Vault Contract: `0xee2bDAE7896910c49BeA25106B9f8e9f4B671c82`
- Currency Contract(xNGN): `0xE2386C5eF4deC9d5815C60168e36c7153ba00D0C`
- Feed Contract `0x970066EE55DF2134D1b52451afb49034AE5Fa29a`

## Changes
- Fix wrong calculation of withdrawable collateral
- Fix typos
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| Contract Name | Addresses |
| ------------------------ | ------------------------------------------ |
| Vault Contract | 0xCaC650a8F8E71BDE3d60f0B020A4AA3874974705 |
| Currency Contract (xNGN) | 0xC8A88052006142d7ae0B56452e1f153BF480E341 |
| Feed Contract | 0xEdC725Db7e54C3C85EB551E859b90489d076a9Ca |
| Vault Contract | 0xee2bDAE7896910c49BeA25106B9f8e9f4B671c82 |
| Currency Contract (xNGN) | 0xE2386C5eF4deC9d5815C60168e36c7153ba00D0C |
| Feed Contract | 0x970066EE55DF2134D1b52451afb49034AE5Fa29a |

To install libraries needed, run:

Expand Down
536 changes: 268 additions & 268 deletions abis/Feed.json

Large diffs are not rendered by default.

Loading

0 comments on commit f56543f

Please sign in to comment.