diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-08-30 03:36:27 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-08-30 03:36:27 +0800 |
commit | f5baf36c07b95739eab81ebd85aa81842cf51bd5 (patch) | |
tree | cf001592016f069552eb9438fbda809e9b3b61e9 /development/states | |
parent | 47429fcbf597510bb22655eb1f4848983bba88d0 (diff) | |
download | tangerine-wallet-browser-f5baf36c07b95739eab81ebd85aa81842cf51bd5.tar.gz tangerine-wallet-browser-f5baf36c07b95739eab81ebd85aa81842cf51bd5.tar.zst tangerine-wallet-browser-f5baf36c07b95739eab81ebd85aa81842cf51bd5.zip |
Make custom network dev state not loading
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/custom-rpc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/states/custom-rpc.json b/development/states/custom-rpc.json index ea0f797e6..5ac8e9e58 100644 --- a/development/states/custom-rpc.json +++ b/development/states/custom-rpc.json @@ -158,7 +158,7 @@ } ], "selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", - "network": "loading", + "network": "166", "seedWords": null, "isConfirmed": true, "isEthConfirmed": true, |