-
Notifications
You must be signed in to change notification settings - Fork 0
/
dfx.json
167 lines (167 loc) · 4.39 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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"dfx": "0.23.0",
"canisters": {
"icp_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/ac971e7b4c851b89b312bee812f6de542ed907c5/rs/rosetta-api/icp_ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/ac971e7b4c851b89b312bee812f6de542ed907c5/canisters/ledger-canister.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"bitcoin_customs": {
"gzip": true,
"candid": "customs/bitcoin_runes/bitcoin_customs.did",
"package": "bitcoin_customs",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/bitcoin_customs.wasm",
"metadata": [
{
"name": "candid:service"
}
]
},
"brc20_customs": {
"gzip": true,
"candid": "customs/bitcoin_brc20/brc20_customs.did",
"package": "brc20_customs",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/brc20_customs.wasm",
"metadata": [
{
"name": "candid:service"
}
]
},
"icp_customs": {
"gzip": true,
"candid": "customs/icp/icp_customs.did",
"package": "icp_customs",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/icp_customs.wasm",
"metadata": [
{
"name": "candid:service"
}
]
},
"bitfinity_route": {
"gzip": true,
"candid": "route/bitfinity/bitfinity_route.did",
"package": "bitfinity_route",
"type": "rust"
},
"brc20_indexer": {
"gzip": true,
"candid": "oracle/brc20_oracle/brc20_indexer.did",
"package": "brc20_indexer",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/brc20_indexer.wasm",
"metadata": [
{
"name": "candid:service"
}
]
},
"omnity_hub": {
"gzip": true,
"candid": "hub/omnity_hub.did",
"package": "omnity_hub",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/omnity_hub.wasm",
"metadata": [
{
"name": "candid:service"
}
]
},
"icp_route": {
"gzip": true,
"candid": "route/icp/icp_route.did",
"wasm": "target/wasm32-unknown-unknown/release/icp_route.wasm",
"package": "icp_route",
"type": "custom",
"metadata": [
{
"name": "candid:service"
}
]
},
"cosmwasm_proxy": {
"gzip": true,
"candid": "proxy/cosmwasm/cosmwasm_proxy.did",
"package": "cosmwasm_proxy",
"type": "rust"
},
"generic_proxy": {
"gzip": true,
"candid": "proxy/generic_proxy/generic_proxy.did",
"package": "generic_proxy",
"type": "rust"
},
"hub_mock": {
"gzip": true,
"candid": "mock/hub/hub_mock.did",
"package": "hub_mock",
"type": "rust"
},
"bitcoin_mock": {
"gzip": true,
"candid": "mock/bitcoin/bitcoin_mock.did",
"package": "bitcoin_mock",
"type": "rust"
},
"icp_mock": {
"gzip": true,
"candid": "mock/icp/icp_mock.did",
"package": "icp_mock",
"type": "rust"
},
"runes_oracle": {
"gzip": true,
"candid": "proxy/runes_proxy/oracle.did",
"package": "rune_oracle_canister",
"type": "rust"
},
"solana_route": {
"type": "custom",
"candid": "route/solana/assets/solana_route.did",
"package": "solana_route",
"wasm": "route/solana/assets/solana_route.wasm.gz"
},
"ic-solana-provider": {
"type": "custom",
"candid": "route/solana/assets/ic-solana-provider.did",
"package": "ic-solana-provider",
"wasm": "route/solana/assets/ic-solana-provider.wasm.gz"
},
"ckbtc_ledger": {
"gzip": true,
"type": "custom",
"wasm": "assets/ckbtc/ic-ckbtc-ledger.wasm",
"candid": "assets/ckbtc/ic-ckbtc-ledger.did"
},
"ckbtc_index": {
"gzip": true,
"type": "custom",
"wasm": "assets/ckbtc/ic-ckbtc-index-ng.wasm",
"candid": "assets/ckbtc/ic-ckbtc-index-ng.did"
},
"ckbtc_archive": {
"gzip": true,
"type": "custom",
"wasm": "assets/ckbtc/ic-ckbtc-archive.wasm",
"candid": "assets/ckbtc/ic-ckbtc-archive.did"
}
},
"defaults": {
"build": {
"packtool": "",
"args": ""
}
},
"output_env_file": ".env",
"version": 1
}