-
Notifications
You must be signed in to change notification settings - Fork 21
/
dfx.json
36 lines (36 loc) · 955 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
35
36
{
"canisters": {
"chain_fusion": {
"candid": "canisters/chain_fusion/chain_fusion.did",
"package": "chain_fusion",
"type": "rust",
"dependencies": ["evm_rpc"],
"specified_id": "2222s-4iaaa-aaaaf-ax2uq-cai",
"metadata": [
{
"name": "candid:service"
}
]
},
"evm_rpc": {
"type": "custom",
"candid": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.did",
"wasm": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.wasm.gz",
"remote": {
"id": {
"ic": "7hfb6-caaaa-aaaar-qadga-cai"
}
},
"specified_id": "7hfb6-caaaa-aaaar-qadga-cai",
"init_arg": "(record { nodesInSubnet = 28 })"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}