Skip to content

Commit 289acb4

Browse files
committed
Revert versions for arwentools and elrond_wasm_rs
1 parent 707527f commit 289acb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

erdpy/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def get_defaults() -> Dict[str, Any]:
134134
"proxy": "https://testnet-gateway.elrond.com",
135135
"chainID": "T",
136136
"txVersion": "1",
137-
"dependencies.arwentools.tag": "v1.3.30",
138-
"dependencies.elrond_wasm_rs.tag": "v0.17.3",
137+
"dependencies.arwentools.tag": "v1.1.2",
138+
"dependencies.elrond_wasm_rs.tag": "v0.12.0",
139139
"dependencies.arwentools.urlTemplate.linux": "https://github.com/ElrondNetwork/arwen-wasm-vm/archive/{TAG}.tar.gz",
140140
"dependencies.arwentools.urlTemplate.osx": "https://github.com/ElrondNetwork/arwen-wasm-vm/archive/{TAG}.tar.gz",
141141
"dependencies.llvm.tag": "v9-19feb",

erdpy/tests/test_cli_contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ testCreateContracts() {
1313

1414
${ERDPY} contract new --template adder --directory ${SANDBOX} myadder-rs || return 1
1515
${ERDPY} contract new --template factorial --directory ${SANDBOX} myfactorial-rs || return 1
16-
${ERDPY} contract new --template erc20 --directory ${SANDBOX} myerc20-rs || return 1
16+
${ERDPY} contract new --template simple-erc20 --directory ${SANDBOX} myerc20-rs || return 1
1717
${ERDPY} contract new --template crypto-bubbles --directory ${SANDBOX} mybubbles-rs || return 1
1818
${ERDPY} contract new --template lottery-esdt --directory ${SANDBOX} mylottery-rs || return 1
1919
${ERDPY} contract new --template crowdfunding-esdt --directory ${SANDBOX} myfunding-rs || return 1

0 commit comments

Comments
 (0)