-
Notifications
You must be signed in to change notification settings - Fork 2
/
locklift.config.js
64 lines (64 loc) · 2.34 KB
/
locklift.config.js
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module.exports = {
compiler: {
path: '~/.everdev/solidity/solc',
},
linker: {
path: '~/.everdev/solidity/tvm_linker',
},
lib: {
path: '~/.everdev/solidity/stdlib_sol.tvm',
},
networks: {
localnet: {
ton_client: {
network: {
server_address: 'http://localhost',
},
},
giver: {
address: '0:841288ed3b55d9cdafa806807f02a0ae0c169aa5edfe88a789a6482429756a94',
abi: {
"ABI version": 1,
"functions": [{"name": "constructor", "inputs": [], "outputs": []}, {
"name": "sendGrams",
"inputs": [{"name": "dest", "type": "address"}, {"name": "amount", "type": "uint64"}],
"outputs": []
}],
"events": [],
"data": []
},
key: '',
},
keys: {
phrase: 'canvas physical delay lend kitten film beauty board nerve scene arch upon',
amount: 5,
}
},
testnet: {
ton_client: {
network: {
server_address: 'https://net.ton.dev/',
},
},
giver: {
address: '0:81af5e2c233986da3d051eadae4214238b54808765cebf890b1c5ba6c4f594b5',
abi: {
"ABI version": 2,
"header": ["pubkey", "time", "expire"],
"functions": [{"name": "constructor", "inputs": [], "outputs": []}, {
"name": "sendGrams",
"inputs": [{"name": "dest", "type": "address"}, {"name": "amount", "type": "uint64"}],
"outputs": []
}, {"name": "owner", "inputs": [], "outputs": [{"name": "owner", "type": "uint256"}]}],
"data": [{"key": 1, "name": "owner", "type": "uint256"}],
"events": []
},
key: '796958882b7c83cf9e81554a31e6445e4fd20d65d9e82bf5a8290d961e2be6ef',
},
keys: {
phrase: 'canvas physical delay lend kitten film beauty board nerve scene arch upon',
amount: 5,
}
}
},
};