Skip to content

Commit

Permalink
Merge pull request LootSwap#2 from defiproject/periphery-main-1
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
defiproject committed May 26, 2021
2 parents d0b53a1 + afe3ca1 commit 1b8a55e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# uniswap-lib

[![Tests](https://github.com/VenomProtocol/venomswap-lib/workflows/Tests/badge.svg)](https://github.com/VenomProtocol/venomswap-lib/actions?query=workflow%3ATests)
[![Static Analysis](https://github.com/VenomProtocol/venomswap-lib/workflows/Static%20Analysis/badge.svg)](https://github.com/VenomProtocol/venomswap-lib/actions?query=workflow%3A%22Static+Analysis%22)
[![Lint](https://github.com/VenomProtocol/venomswap-lib/workflows/Lint/badge.svg)](https://github.com/VenomProtocol/venomswap-lib/actions?query=workflow%3ALint)
[![Fuzz Testing](https://github.com/VenomProtocol/venomswap-lib/workflows/Fuzz%20Testing/badge.svg)](https://github.com/VenomProtocol/venomswap-lib/actions?query=workflow%3A%22Fuzz+Testing%22)
[![npm](https://img.shields.io/npm/v/@venomswap/lib)](https://unpkg.com/@venomswap/lib@latest/)

Solidity libraries that are shared across Uniswap contracts. This package focuses on safety and execution gas efficiency.

## Install
Expand All @@ -18,11 +12,11 @@ Run `yarn test` to execute the test suite.

## Usage

Install this in another project via `yarn add @venomswap/lib`
Install this in another project via `yarn add @lootswap/lib`

Then import the contracts via:

```solidity
import '@venomswap/lib/contracts/libraries/Babylonian.sol';
import '@lootswap/lib/contracts/libraries/Babylonian.sol';
```
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@lootswap/lib",
"version": "1.0.5",
"version": "2.0.0",
"description": "📖 Solidity libraries that are shared across Lootswap contracts",
"files": [
"contracts",
"!contracts/test"
],
"repository": {
"url": "https://github.com/Lootswap/lootswap-lib",
"url": "https://github.com/LootSwap/lootswap-lib",
"type": "git"
},
"bugs": {
"url": "https://github.com/Lootswap/lootswap-lib/issues"
"url": "https://github.com/LootSwap/lootswap-lib/issues"
},
"engines": {
"node": "=12"
"node": "=12.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down

0 comments on commit 1b8a55e

Please sign in to comment.