-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install u256 canisters for ckETH (#289)
# Motivation The standard ledger and index canisters use `nat64` numbers for amounts. Because ckETH uses 18 decimals, the larges amount of ckETH that can be represented in a `nat64` is less than 19.00. So we need to use different ledger and index canisters to support larger numbers. # Changes 1. Use `ic-icrc1-ledger-u256.wasm` and `ic-icrc1-index-ng-u256.wasm` when installing a generic token. 2. Use `index-ng.did`. 3. Make `--fee` a parameter of `dfx-token-deploy`. 4. Set a fee of `2_000_000_000_000` which matches the proposed mainnet ckETH fee in https://dashboard.internetcomputer.org/proposal/126170 5. Transfer 10M ckETH instead of 0.001 ckETH to the faucet. # Tested Snapshot created and used manually.
- Loading branch information
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters