-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfx.json
34 lines (34 loc) · 886 Bytes
/
dfx.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
29
30
31
32
33
34
{
"canisters": {
"eth-starter": {
"candid": "rs/eth-starter/eth-starter.did",
"type":"rust",
"package": "eth-starter",
"optimize": "size"
},
"ledger": {
"type": "custom",
"wasm": "",
"candid": "icp-ledger.did",
"remote": {
"candid": "icp-ledger.did",
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai",
"local": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"evm_rpc": {
"type": "custom",
"candid": "https://github.com/internet-computer-protocol/ic-eth-rpc/releases/latest/download/eth_rpc.did",
"wasm": "https://github.com/internet-computer-protocol/ic-eth-rpc/releases/latest/download/eth_rpc_dev.wasm.gz",
"remote": {
"id": {
"ic": "a6d44-nyaaa-aaaap-abp7q-cai"
}
}
}
},
"output_env_file": ".env",
"version": 1
}