6d1d4bce6b
* Commented out package-lock.json * Moved over changes from https://github.com/poanetwork/bridge-ui/pull/217 * Brought back package-lock.json used in e2e. * Edited postinstall to work for sub-repo npm install * Using local oracle * Moved ui/e2e-script to ui-e2e * Introduced ui-e2e workspace. * Updated paths,. removed bridge dockerfile. * Updated e2e script after extracting. * Introduced ui-e2e into CI * Disabled ui-e2e * Updated readme.
8 lines
228 B
JSON
8 lines
228 B
JSON
{
|
|
"startUrl" : "http://localhost:3000",
|
|
"erc20Url" : "http://localhost:3001",
|
|
"erc20NativeUrl" : "http://localhost:3002",
|
|
"homeAccount": "./accounts/user77_7FC1.json",
|
|
"foreignAccount": "./accounts/user42_7FC1.json"
|
|
}
|