-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherdpy.json
28 lines (28 loc) · 818 Bytes
/
erdpy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"configurations": {
"default": {
"proxy": "https://testnet-api.elrond.com",
"chainID": "T"
}
},
"contract":{
"deploy":{
"verbose": true,
"bytecode": "output/elrond-landboard-ico-sc.wasm",
"recall-nonce": true,
"pem": "./wallets/testnet-wallet.pem",
"gas-limit": 59999999,
"send": true,
"outfile": "deploy-testnet.interaction.json",
"metadata-payable": true,
"metadata-payable-by-sc": true,
"arguments": [
"str:LAND-123456",
"str:LKLAND-123456",
"200_000_000_000_000",
"200_000_000_000_000_000",
"1_000_000_000_000_000_000"
]
}
}
}