-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfx.json
39 lines (39 loc) · 1.33 KB
/
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
37
38
39
{
"canisters": {
"ic_siwe_provider": {
"candid": "https://github.com/kristoferlund/ic-siwe/releases/download/v0.1.1/ic_siwe_provider.did",
"declarations": {
"output": "packages/ic_siwe_provider/declarations"
},
"type": "custom",
"wasm": "https://github.com/kristoferlund/ic-siwe/releases/download/v0.1.1/ic_siwe_provider.wasm.gz"
},
"evm_rpc": {
"candid": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.did",
"declarations": {
"output": "packages/evm_rpc/declarations"
},
"init_arg": "(record { nodesInSubnet = 28 })",
"remote": {
"candid": "packages/evm_rpc/declarations/evm_rpc.did",
"id": {
"ic": "7hfb6-caaaa-aaaar-qadga-cai"
}
},
"specified_id": "7hfb6-caaaa-aaaar-qadga-cai",
"type": "custom",
"wasm": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.wasm.gz"
},
"catts_engine": {
"candid": "packages/catts_engine/catts_engine.did",
"declarations": {
"output": "packages/catts_engine/declarations"
},
"package": "backend",
"type": "custom",
"wasm": "target/wasm32-wasi/release/catts_engine.wasm.gz"
}
},
"output_env_file": ".env",
"version": 1
}