Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GinMu committed Jun 13, 2019
1 parent 7301ad1 commit d220cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm i jcc-moac-utils

```javascript
// demo
import { MoacFingate, Erc20Fingate } from "jcc-moac-utils";
import { MoacFingate, ERC20Fingate } from "jcc-moac-utils";

// Moac node
const node = 'https://moac1ma17f1.jccdex.cn';
Expand Down Expand Up @@ -84,7 +84,7 @@ try {
// CKM contract address
const ckmContractAddress = "0x4d206d18fd036423aa74815511904a2a40e25fb1";

const inst = new Erc20Fingate(node, production);
const inst = new ERC20Fingate(node, production);

inst.initErc20Contract(scAddress, ckmContractAddress);

Expand Down

0 comments on commit d220cc8

Please sign in to comment.