We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dbb03 commit 707527fCopy full SHA for 707527f
1 file changed
erdpy/config.py
@@ -134,8 +134,8 @@ def get_defaults() -> Dict[str, Any]:
134
"proxy": "https://testnet-gateway.elrond.com",
135
"chainID": "T",
136
"txVersion": "1",
137
- "dependencies.arwentools.tag": "v1.3.27",
138
- "dependencies.elrond_wasm_rs.tag": "v0.18.2",
+ "dependencies.arwentools.tag": "v1.3.30",
+ "dependencies.elrond_wasm_rs.tag": "v0.17.3",
139
"dependencies.arwentools.urlTemplate.linux": "https://github.com/ElrondNetwork/arwen-wasm-vm/archive/{TAG}.tar.gz",
140
"dependencies.arwentools.urlTemplate.osx": "https://github.com/ElrondNetwork/arwen-wasm-vm/archive/{TAG}.tar.gz",
141
"dependencies.llvm.tag": "v9-19feb",
0 commit comments