diff --git a/docs/index.html b/docs/index.html index 5fd80674..6fce5b5c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - omg-js 3.1.0-0.4.6 | Documentation + omg-js 4.0.0-0.4.7 | Documentation @@ -15,7 +15,7 @@

omg-js

-
3.1.0-0.4.6
+
4.0.0-0.4.7
- - args.verifyingContract string - - address of the RootChain contract - - - - - @@ -1812,15 +1803,6 @@

- - args.verifyingContract string - - address of the RootChain contract - - - - - args.privateKey string @@ -2325,7 +2307,7 @@

config (Object) - the rootchain configuration object + the childchain configuration object
@@ -2361,6 +2343,15 @@

+ + config.plasmaContractAddress string + + the address of the PlasmaFramework contract + + + + + diff --git a/package.json b/package.json index 06dd3132..a4d8a640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omg-js", - "version": "3.1.0-0.4.6", + "version": "4.0.0-0.4.7", "private": true, "description": "JavaScript Library to interact with OMG Network", "scripts": {