From 52643da0960ff3c20c089ccc8785ea7f70c88f2c Mon Sep 17 00:00:00 2001 From: bumi Date: Thu, 26 Apr 2018 13:50:38 +0200 Subject: [PATCH] typo --- lib/kredits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kredits.js b/lib/kredits.js index 541d362..2c3d36d 100644 --- a/lib/kredits.js +++ b/lib/kredits.js @@ -29,7 +29,7 @@ class Kredits { this.signer = signer; // by default we only need the registry address. // the rest is loaded from there in the init() function - this.addresses = addresses || { Registry: RegistryAddress[this.provider.chainId.toString()] }; // chaiID must be a string + this.addresses = addresses || { Registry: RegistryAddress[this.provider.chainId.toString()] }; // chainID must be a string this.abis = abis || ABIS; this.ipfs = new IPFS(ipfsConfig); this.contracts = {};