Skip to content

Commit

Permalink
ckUSDC mainnet canister IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed May 22, 2024
1 parent ed2f186 commit 11afe50
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@
"wasm": "target/ic/ckusdc_ledger.wasm",
"type": "custom",
"remote": {
"id": {}
"id": {
"app": "xevnm-gaaaa-aaaar-qafnq-cai",
"mainnet": "xevnm-gaaaa-aaaar-qafnq-cai"
}
}
},
"ckusdc_index": {
Expand All @@ -254,7 +257,10 @@
"wasm": "target/ic/ckusdc_index.wasm",
"type": "custom",
"remote": {
"id": {}
"id": {
"app": "xrs4b-hiaaa-aaaar-qafoa-cai",
"mainnet": "xrs4b-hiaaa-aaaar-qafoa-cai"
}
}
},
"tvl": {
Expand Down Expand Up @@ -367,7 +373,7 @@
"ENABLE_CKTESTBTC": false,
"ENABLE_ACTIONABLE_TAB": false,
"ENABLE_NEURONS_TABLE": false,
"ENABLE_CKUSDC": false
"ENABLE_CKUSDC": true
}
}
},
Expand Down

0 comments on commit 11afe50

Please sign in to comment.