Skip to content

Commit

Permalink
fix example for kyber
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Urbas committed May 27, 2020
1 parent fecc6c7 commit e0edb79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/kyber.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ contract KyberNetworkProxy is KyberNetworkProxyInterface, SimpleNetworkInterface
```js
const { ethers } = require("ethers");
const erc20 = require("@studydefi/money-legos/erc20");
const kyber = require("@studydefi/money-legos/kyber");

const provider = new ethers.providers.JsonRpcProvider(
Expand Down

0 comments on commit e0edb79

Please sign in to comment.