diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-24 19:34:51 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-24 19:34:51 +0800 |
commit | 31811365e0991a190748721d1549334043fda73c (patch) | |
tree | 98cd6f587e10fb8b1dc0685c1ee3b0e0c4eae29d /.gitmodules | |
parent | b6ec1c720fc65d8bac36bd2e28bf1df1de1ffe5b (diff) | |
parent | dc62fb2ee927f1fe94cb6377fbde2ad6af3b9fac (diff) | |
download | dexon-31811365e0991a190748721d1549334043fda73c.tar dexon-31811365e0991a190748721d1549334043fda73c.tar.gz dexon-31811365e0991a190748721d1549334043fda73c.tar.bz2 dexon-31811365e0991a190748721d1549334043fda73c.tar.lz dexon-31811365e0991a190748721d1549334043fda73c.tar.xz dexon-31811365e0991a190748721d1549334043fda73c.tar.zst dexon-31811365e0991a190748721d1549334043fda73c.zip |
Merge pull request #800 from obscuren/ethereum_js_update
Ethereum js update
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 |