diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-24 17:37:44 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-24 17:37:58 +0800 |
commit | 92c63275938725061cbe3ff4c56ac08beca44e1e (patch) | |
tree | bfe6ab69799f21a8953b85f096383b208e43fbb0 /.gitmodules | |
parent | 516f49c8128837bb775f79c685c1ee63ec618371 (diff) | |
download | dexon-92c63275938725061cbe3ff4c56ac08beca44e1e.tar.gz dexon-92c63275938725061cbe3ff4c56ac08beca44e1e.tar.zst dexon-92c63275938725061cbe3ff4c56ac08beca44e1e.zip |
cmd/geth, jsre: updated ethereum.js => web3.js
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3284c329d..219564eb7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmd/mist/assets/ext/ethereum.js"] path = cmd/mist/assets/ext/ethereum.js - url = https://github.com/ethereum/ethereum.js + url = https://github.com/ethereum/web3.js |