diff --git a/docs/cli/account.md b/docs/cli/account.md index ceef657b90..eadce8f214 100644 --- a/docs/cli/account.md +++ b/docs/cli/account.md @@ -105,10 +105,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/authorize.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/authorize.js)_ +_See code: [src/commands/account/authorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/authorize.ts)_ ## `celocli account:balance ARG1` @@ -145,10 +146,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/balance.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/balance.js)_ +_See code: [src/commands/account/balance.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/balance.ts)_ ## `celocli account:claim-account ARG1` @@ -205,7 +207,7 @@ DESCRIPTION metadata file EXAMPLES - claim-account ~/metadata.json --address 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 + claim-account ~/metadata.tson --address 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -215,10 +217,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/claim-account.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/claim-account.js)_ +_See code: [src/commands/account/claim-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/claim-account.ts)_ ## `celocli account:claim-domain ARG1` @@ -271,7 +274,7 @@ DESCRIPTION Claim a domain and add the claim to a local metadata file EXAMPLES - claim-domain ~/metadata.json --domain example.com --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 + claim-domain ~/metadata.tson --domain example.com --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -281,10 +284,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/claim-domain.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/claim-domain.js)_ +_See code: [src/commands/account/claim-domain.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/claim-domain.ts)_ ## `celocli account:claim-keybase ARG1` @@ -337,7 +341,7 @@ DESCRIPTION Claim a keybase username and add the claim to a local metadata file EXAMPLES - claim-keybase ~/metadata.json --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --username myusername + claim-keybase ~/metadata.tson --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --username myusername FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -347,10 +351,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/claim-keybase.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/claim-keybase.js)_ +_See code: [src/commands/account/claim-keybase.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/claim-keybase.ts)_ ## `celocli account:claim-name ARG1` @@ -403,7 +408,7 @@ DESCRIPTION Claim a name and add the claim to a local metadata file EXAMPLES - claim-name ~/metadata.json --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --name myname + claim-name ~/metadata.tson --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --name myname FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -413,10 +418,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/claim-name.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/claim-name.js)_ +_See code: [src/commands/account/claim-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/claim-name.ts)_ ## `celocli account:claim-rpc-url ARG1` @@ -469,7 +475,7 @@ DESCRIPTION Claim a RPC URL and add the claim to a local metadata file EXAMPLES - claim-rpc-url ~/metadata.json --rpc-url example.com --from 0x5409ED021D9299bf6814279A6A1411A7e866A631 + claim-rpc-url ~/metadata.tson --rpc-url example.com --from 0x5409ED021D9299bf6814279A6A1411A7e866A631 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -479,10 +485,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/claim-rpc-url.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/claim-rpc-url.js)_ +_See code: [src/commands/account/claim-rpc-url.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/claim-rpc-url.ts)_ ## `celocli account:claim-storage ARG1` @@ -535,7 +542,7 @@ DESCRIPTION Claim a storage root and add the claim to a local metadata file EXAMPLES - claim-storage ~/metadata.json --url http://example.com/myurl --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 + claim-storage ~/metadata.tson --url http://example.com/myurl --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -545,10 +552,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/claim-storage.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/claim-storage.js)_ +_See code: [src/commands/account/claim-storage.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/claim-storage.ts)_ ## `celocli account:create-metadata ARG1` @@ -600,7 +608,7 @@ DESCRIPTION account:claim-* commands. EXAMPLES - create-metadata ~/metadata.json --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 + create-metadata ~/metadata.tson --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -610,10 +618,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/create-metadata.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/create-metadata.js)_ +_See code: [src/commands/account/create-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/create-metadata.ts)_ ## `celocli account:deauthorize` @@ -677,10 +686,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/deauthorize.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/deauthorize.js)_ +_See code: [src/commands/account/deauthorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/deauthorize.ts)_ ## `celocli account:delete-payment-delegation` @@ -736,10 +746,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/delete-payment-delegation.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/delete-payment-delegation.js)_ +_See code: [src/commands/account/delete-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/delete-payment-delegation.ts)_ ## `celocli account:get-metadata ARG1` @@ -822,10 +833,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/get-metadata.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/get-metadata.js)_ +_See code: [src/commands/account/get-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/get-metadata.ts)_ ## `celocli account:get-payment-delegation` @@ -909,10 +921,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/get-payment-delegation.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/get-payment-delegation.js)_ +_See code: [src/commands/account/get-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/get-payment-delegation.ts)_ ## `celocli account:list` @@ -965,10 +978,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/list.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/list.js)_ +_See code: [src/commands/account/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/list.ts)_ ## `celocli account:lock ARG1` @@ -1023,10 +1037,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/lock.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/lock.js)_ +_See code: [src/commands/account/lock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/lock.ts)_ ## `celocli account:new` @@ -1104,6 +1119,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', @@ -1117,7 +1133,7 @@ FLAG DESCRIPTIONS path. (use changeIndex, and addressIndex flags to change BIP44 positions 4 and 5) ``` -_See code: [lib/commands/account/new.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/new.js)_ +_See code: [src/commands/account/new.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/new.ts)_ ## `celocli account:offchain-read ARG1` @@ -1188,10 +1204,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/offchain-read.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/offchain-read.js)_ +_See code: [src/commands/account/offchain-read.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/offchain-read.ts)_ ## `celocli account:offchain-write` @@ -1264,10 +1281,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/offchain-write.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/offchain-write.js)_ +_See code: [src/commands/account/offchain-write.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/offchain-write.ts)_ ## `celocli account:proof-of-possession` @@ -1327,10 +1345,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/proof-of-possession.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/proof-of-possession.js)_ +_See code: [src/commands/account/proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/proof-of-possession.ts)_ ## `celocli account:register` @@ -1392,10 +1411,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/register.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/register.js)_ +_See code: [src/commands/account/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/register.ts)_ ## `celocli account:register-data-encryption-key` @@ -1455,10 +1475,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/register-data-encryption-key.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/register-data-encryption-key.js)_ +_See code: [src/commands/account/register-data-encryption-key.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/register-data-encryption-key.ts)_ ## `celocli account:register-metadata` @@ -1548,10 +1569,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/register-metadata.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/register-metadata.js)_ +_See code: [src/commands/account/register-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/register-metadata.ts)_ ## `celocli account:set-name` @@ -1611,10 +1633,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/set-name.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/set-name.js)_ +_See code: [src/commands/account/set-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/set-name.ts)_ ## `celocli account:set-payment-delegation` @@ -1678,10 +1701,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/set-payment-delegation.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/set-payment-delegation.js)_ +_See code: [src/commands/account/set-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/set-payment-delegation.ts)_ ## `celocli account:set-wallet` @@ -1750,10 +1774,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/set-wallet.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/set-wallet.js)_ +_See code: [src/commands/account/set-wallet.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/set-wallet.ts)_ ## `celocli account:show ARG1` @@ -1784,10 +1809,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/show.js)_ +_See code: [src/commands/account/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/show.ts)_ ## `celocli account:show-claimed-accounts ARG1` @@ -1839,10 +1865,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/show-claimed-accounts.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/show-claimed-accounts.js)_ +_See code: [src/commands/account/show-claimed-accounts.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/show-claimed-accounts.ts)_ ## `celocli account:show-metadata ARG1` @@ -1874,7 +1901,7 @@ DESCRIPTION Show the data in a local metadata file EXAMPLES - show-metadata ~/metadata.json + show-metadata ~/metadata.tson FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -1884,10 +1911,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/show-metadata.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/show-metadata.js)_ +_See code: [src/commands/account/show-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/show-metadata.ts)_ ## `celocli account:unlock ARG1` @@ -1953,10 +1981,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/unlock.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/unlock.js)_ +_See code: [src/commands/account/unlock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/unlock.ts)_ ## `celocli account:verify-proof-of-possession` @@ -2020,7 +2049,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/account/verify-proof-of-possession.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/account/verify-proof-of-possession.js)_ +_See code: [src/commands/account/verify-proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/account/verify-proof-of-possession.ts)_ diff --git a/docs/cli/config.md b/docs/cli/config.md index f6d7be9523..d0982d771b 100644 --- a/docs/cli/config.md +++ b/docs/cli/config.md @@ -18,7 +18,7 @@ DESCRIPTION Output network node configuration ``` -_See code: [lib/commands/config/get.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/config/get.js)_ +_See code: [src/commands/config/get.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/config/get.ts)_ ## `celocli config:set` @@ -74,7 +74,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/config/set.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/config/set.js)_ +_See code: [src/commands/config/set.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/config/set.ts)_ diff --git a/docs/cli/election.md b/docs/cli/election.md index d63a78a812..0d89f1f689 100644 --- a/docs/cli/election.md +++ b/docs/cli/election.md @@ -78,10 +78,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/activate.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/activate.js)_ +_See code: [src/commands/election/activate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/activate.ts)_ ## `celocli election:current` @@ -162,10 +163,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/current.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/current.js)_ +_See code: [src/commands/election/current.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/current.ts)_ ## `celocli election:list` @@ -206,10 +208,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/list.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/list.js)_ +_See code: [src/commands/election/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/list.ts)_ ## `celocli election:revoke` @@ -271,10 +274,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/revoke.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/revoke.js)_ +_See code: [src/commands/election/revoke.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/revoke.ts)_ ## `celocli election:run` @@ -311,10 +315,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/run.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/run.js)_ +_See code: [src/commands/election/run.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/run.ts)_ ## `celocli election:show ARG1` @@ -349,10 +354,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/show.js)_ +_See code: [src/commands/election/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/show.ts)_ ## `celocli election:vote` @@ -415,7 +421,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/election/vote.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/election/vote.js)_ +_See code: [src/commands/election/vote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/election/vote.ts)_ diff --git a/docs/cli/epochs.md b/docs/cli/epochs.md index e78d8a8fa2..734c53ee47 100644 --- a/docs/cli/epochs.md +++ b/docs/cli/epochs.md @@ -47,6 +47,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -104,10 +105,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/epochs/finish.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/epochs/finish.js)_ +_See code: [src/commands/epochs/finish.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/epochs/finish.ts)_ ## `celocli epochs:process-groups` @@ -163,10 +165,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/epochs/process-groups.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/epochs/process-groups.js)_ +_See code: [src/commands/epochs/process-groups.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/epochs/process-groups.ts)_ ## `celocli epochs:send-validator-payment` @@ -229,10 +232,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/epochs/send-validator-payment.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/epochs/send-validator-payment.js)_ +_See code: [src/commands/epochs/send-validator-payment.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/epochs/send-validator-payment.ts)_ ## `celocli epochs:start` @@ -288,10 +292,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/epochs/start.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/epochs/start.js)_ +_See code: [src/commands/epochs/start.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/epochs/start.ts)_ ## `celocli epochs:status` @@ -329,10 +334,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/epochs/status.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/epochs/status.js)_ +_See code: [src/commands/epochs/status.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/epochs/status.ts)_ ## `celocli epochs:switch` @@ -391,7 +397,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/epochs/switch.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/epochs/switch.js)_ +_See code: [src/commands/epochs/switch.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/epochs/switch.ts)_ diff --git a/docs/cli/exchange.md b/docs/cli/exchange.md index 12227f654d..aae1ae65bf 100644 --- a/docs/cli/exchange.md +++ b/docs/cli/exchange.md @@ -78,10 +78,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/exchange/celo.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/exchange/celo.js)_ +_See code: [src/commands/exchange/celo.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/exchange/celo.ts)_ ## `celocli exchange:dollars` @@ -145,10 +146,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/exchange/dollars.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/exchange/dollars.js)_ +_See code: [src/commands/exchange/dollars.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/exchange/dollars.ts)_ ## `celocli exchange:euros` @@ -212,10 +214,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/exchange/euros.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/exchange/euros.js)_ +_See code: [src/commands/exchange/euros.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/exchange/euros.ts)_ ## `celocli exchange:reals` @@ -279,10 +282,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/exchange/reals.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/exchange/reals.js)_ +_See code: [src/commands/exchange/reals.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/exchange/reals.ts)_ ## `celocli exchange:show` @@ -338,10 +342,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/exchange/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/exchange/show.js)_ +_See code: [src/commands/exchange/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/exchange/show.ts)_ ## `celocli exchange:stable` @@ -410,7 +415,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/exchange/stable.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/exchange/stable.js)_ +_See code: [src/commands/exchange/stable.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/exchange/stable.ts)_ diff --git a/docs/cli/governance.md b/docs/cli/governance.md index 3e37a7570f..be803e9c97 100644 --- a/docs/cli/governance.md +++ b/docs/cli/governance.md @@ -23,7 +23,6 @@ Interact with on-chain governance proposals and hotfixes * [`celocli governance:viewhotfix`](#celocli-governanceviewhotfix) * [`celocli governance:vote`](#celocli-governancevote) * [`celocli governance:votePartially`](#celocli-governancevotepartially) -* [`celocli governance:whitelisthotfix`](#celocli-governancewhitelisthotfix) * [`celocli governance:withdraw`](#celocli-governancewithdraw) ## `celocli governance:approve` @@ -107,10 +106,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/approve.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/approve.js)_ +_See code: [src/commands/governance/approve.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/approve.ts)_ ## `celocli governance:approvehotfix` @@ -193,6 +193,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -237,7 +238,7 @@ FLAGS Ledger Live --output= - [default: proposalTransactions.json] Path to output + [default: proposalTransactions.tson] Path to output --useLedger Set it to use a ledger wallet @@ -246,7 +247,7 @@ DESCRIPTION Interactively build a governance proposal EXAMPLES - build-proposal --output ./transactions.json + build-proposal --output ./transactions.tson FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -256,10 +257,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/build-proposal.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/build-proposal.js)_ +_See code: [src/commands/governance/build-proposal.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/build-proposal.ts)_ ## `celocli governance:dequeue` @@ -315,10 +317,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/dequeue.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/dequeue.js)_ +_See code: [src/commands/governance/dequeue.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/dequeue.ts)_ ## `celocli governance:execute` @@ -377,10 +380,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/execute.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/execute.js)_ +_See code: [src/commands/governance/execute.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/execute.ts)_ ## `celocli governance:executehotfix` @@ -432,7 +436,7 @@ DESCRIPTION Execute a governance hotfix prepared for the current epoch EXAMPLES - executehotfix --jsonTransactions ./transactions.json --salt 0x614dccb5ac13cba47c2430bdee7829bb8c8f3603a8ace22e7680d317b39e3658 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 + executehotfix --jsonTransactions ./transactions.tson --salt 0x614dccb5ac13cba47c2430bdee7829bb8c8f3603a8ace22e7680d317b39e3658 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -442,10 +446,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/executehotfix.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/executehotfix.js)_ +_See code: [src/commands/governance/executehotfix.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/executehotfix.ts)_ ## `celocli governance:hashhotfix` @@ -497,7 +502,7 @@ DESCRIPTION Hash a governance hotfix specified by JSON and a salt EXAMPLES - hashhotfix --jsonTransactions ./transactions.json --salt 0x614dccb5ac13cba47c2430bdee7829bb8c8f3603a8ace22e7680d317b39e3658 + hashhotfix --jsonTransactions ./transactions.tson --salt 0x614dccb5ac13cba47c2430bdee7829bb8c8f3603a8ace22e7680d317b39e3658 FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -507,10 +512,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/hashhotfix.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/hashhotfix.js)_ +_See code: [src/commands/governance/hashhotfix.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/hashhotfix.ts)_ ## `celocli governance:list` @@ -589,10 +595,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/list.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/list.js)_ +_See code: [src/commands/governance/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/list.ts)_ ## `celocli governance:preparehotfix` @@ -651,10 +658,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/preparehotfix.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/preparehotfix.js)_ +_See code: [src/commands/governance/preparehotfix.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/preparehotfix.ts)_ ## `celocli governance:propose` @@ -738,9 +746,9 @@ DESCRIPTION Submit a governance proposal EXAMPLES - propose --jsonTransactions ./transactions.json --deposit 10000e18 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 --descriptionURL https://github.com/celo-org/governance/blob/main/CGPs/cgp-00000.md + propose --jsonTransactions ./transactions.tson --deposit 10000e18 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 --descriptionURL https://github.com/celo-org/governance/blob/main/CGPs/cgp-00000.md - propose --jsonTransactions ./transactions.json --deposit 10000e18 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 --useMultiSig --for 0x6c3dDFB1A9e73B5F49eDD46624F4954Bf66CAe93 --descriptionURL https://github.com/celo-org/governance/blob/main/CGPs/gcp-00000.md + propose --jsonTransactions ./transactions.tson --deposit 10000e18 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 --useMultiSig --for 0x6c3dDFB1A9e73B5F49eDD46624F4954Bf66CAe93 --descriptionURL https://github.com/celo-org/governance/blob/main/CGPs/gcp-00000.md FLAG DESCRIPTIONS -n, --node= URL of the node to run commands against or an alias @@ -750,10 +758,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/propose.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/propose.js)_ +_See code: [src/commands/governance/propose.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/propose.ts)_ ## `celocli governance:revokeupvote` @@ -809,10 +818,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/revokeupvote.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/revokeupvote.js)_ +_See code: [src/commands/governance/revokeupvote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/revokeupvote.ts)_ ## `celocli governance:show` @@ -880,10 +890,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/show.js)_ +_See code: [src/commands/governance/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/show.ts)_ ## `celocli governance:showaccount` @@ -951,6 +962,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -1020,6 +1032,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -1080,10 +1093,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/upvote.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/upvote.js)_ +_See code: [src/commands/governance/upvote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/upvote.ts)_ ## `celocli governance:view` @@ -1151,6 +1165,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -1220,6 +1235,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -1289,6 +1305,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -1354,10 +1371,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/vote.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/vote.js)_ +_See code: [src/commands/governance/vote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/vote.ts)_ ## `celocli governance:votePartially` @@ -1426,72 +1444,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/votePartially.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/votePartially.js)_ - -## `celocli governance:whitelisthotfix` - -Whitelist a governance hotfix - -``` -USAGE - $ celocli governance:whitelisthotfix --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --hash - [-k | --useLedger | ] [-n ] [--gasCurrency - 0x1234567890123456789012345678901234567890] [--ledgerAddresses ] - [--ledgerLiveMode ] [--globalHelp] - -FLAGS - -k, --privateKey= - Use a private key to sign local transactions with - - -n, --node= - URL of the node to run commands against or an alias - - --from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d - (required) Whitelister's address - - --gasCurrency=0x1234567890123456789012345678901234567890 - Use a specific gas currency for transaction fees (defaults to CELO if no gas - currency is supplied). It must be a whitelisted token. - - --globalHelp - View all available global flags - - --hash= - (required) Hash of hotfix transactions - - --ledgerAddresses= - [default: 1] If --useLedger is set, this will get the first N addresses for local - signing - - --ledgerLiveMode - When set, the 4th postion of the derivation path will be iterated over instead of - the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live - - --useLedger - Set it to use a ledger wallet - -DESCRIPTION - Whitelist a governance hotfix - -EXAMPLES - whitelisthotfix --hash 0x614dccb5ac13cba47c2430bdee7829bb8c8f3603a8ace22e7680d317b39e3658 --from 0x5409ed021d9299bf6814279a6a1411a7e866a631 - -FLAG DESCRIPTIONS - -n, --node= URL of the node to run commands against or an alias - - Can be a full url like https://forno.celo.org or an alias. default: - http://localhost:8545 - Alias options: - local, localhost => 'http://localhost:8545' - alfajores => Celo Alfajores Testnet, - mainnet, celo, forno => Celo Mainnet chain', -``` - -_See code: [lib/commands/governance/whitelisthotfix.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/whitelisthotfix.js)_ +_See code: [src/commands/governance/votePartially.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/votePartially.ts)_ ## `celocli governance:withdraw` @@ -1561,7 +1518,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/governance/withdraw.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/governance/withdraw.js)_ +_See code: [src/commands/governance/withdraw.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/governance/withdraw.ts)_ diff --git a/docs/cli/identity.md b/docs/cli/identity.md index 5a9147e595..04471c3097 100644 --- a/docs/cli/identity.md +++ b/docs/cli/identity.md @@ -61,7 +61,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/identity/withdraw-attestation-rewards.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/identity/withdraw-attestation-rewards.js)_ +_See code: [src/commands/identity/withdraw-attestation-rewards.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/identity/withdraw-attestation-rewards.ts)_ diff --git a/docs/cli/lockedcelo.md b/docs/cli/lockedcelo.md index 801a0210cd..c1012126f3 100644 --- a/docs/cli/lockedcelo.md +++ b/docs/cli/lockedcelo.md @@ -77,10 +77,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/delegate.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/delegate.js)_ +_See code: [src/commands/lockedcelo/delegate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/delegate.ts)_ ## `celocli lockedcelo:delegate-info` @@ -139,10 +140,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/delegate-info.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/delegate-info.js)_ +_See code: [src/commands/lockedcelo/delegate-info.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/delegate-info.ts)_ ## `celocli lockedcelo:lock` @@ -204,10 +206,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/lock.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/lock.js)_ +_See code: [src/commands/lockedcelo/lock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/lock.ts)_ ## `celocli lockedcelo:max-delegatees-count` @@ -262,10 +265,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/max-delegatees-count.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/max-delegatees-count.js)_ +_See code: [src/commands/lockedcelo/max-delegatees-count.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/max-delegatees-count.ts)_ ## `celocli lockedcelo:revoke-delegate` @@ -331,10 +335,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/revoke-delegate.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/revoke-delegate.js)_ +_See code: [src/commands/lockedcelo/revoke-delegate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/revoke-delegate.ts)_ ## `celocli lockedcelo:show ARG1` @@ -369,10 +374,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/show.js)_ +_See code: [src/commands/lockedcelo/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/show.ts)_ ## `celocli lockedcelo:unlock` @@ -436,10 +442,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/unlock.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/unlock.js)_ +_See code: [src/commands/lockedcelo/unlock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/unlock.ts)_ ## `celocli lockedcelo:update-delegated-amount` @@ -503,10 +510,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/update-delegated-amount.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/update-delegated-amount.js)_ +_See code: [src/commands/lockedcelo/update-delegated-amount.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/update-delegated-amount.ts)_ ## `celocli lockedcelo:withdraw` @@ -566,7 +574,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/lockedcelo/withdraw.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/lockedcelo/withdraw.js)_ +_See code: [src/commands/lockedcelo/withdraw.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/lockedcelo/withdraw.ts)_ diff --git a/docs/cli/multisig.md b/docs/cli/multisig.md index c8c3d28bba..868a3d118f 100644 --- a/docs/cli/multisig.md +++ b/docs/cli/multisig.md @@ -4,6 +4,7 @@ Approves an existing transaction on a multi-sig contract * [`celocli multisig:approve`](#celocli-multisigapprove) +* [`celocli multisig:propose ARG1`](#celocli-multisigpropose-arg1) * [`celocli multisig:show ARG1`](#celocli-multisigshow-arg1) * [`celocli multisig:transfer ARG1`](#celocli-multisigtransfer-arg1) @@ -14,9 +15,10 @@ Approves an existing transaction on a multi-sig contract ``` USAGE $ celocli multisig:approve --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --for - 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --tx [-k | --useLedger | - ] [-n ] [--gasCurrency 0x1234567890123456789012345678901234567890] - [--ledgerAddresses ] [--ledgerLiveMode ] [--globalHelp] + 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --tx 10000000000000000000000 [-k + | --useLedger | ] [-n ] [--gasCurrency + 0x1234567890123456789012345678901234567890] [--ledgerAddresses ] + [--ledgerLiveMode ] [--globalHelp] FLAGS -k, --privateKey= @@ -47,8 +49,8 @@ FLAGS the 5th. This is useful to use same address on you Ledger with celocli as you do on Ledger Live - --tx= - (required) Transaction to approve + --tx=10000000000000000000000 + (required) Transaction to approve (index) --useLedger Set it to use a ledger wallet @@ -67,10 +69,83 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, + mainnet, celo, forno => Celo Mainnet chain', +``` + +_See code: [src/commands/multisig/approve.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/multisig/approve.ts)_ + +## `celocli multisig:propose ARG1` + +Propose a transaction to a multi-sig contract + +``` +USAGE + $ celocli multisig:propose ARG1 --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d + --to 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d [-k | --useLedger | ] [-n + ] [--gasCurrency 0x1234567890123456789012345678901234567890] + [--ledgerAddresses ] [--ledgerLiveMode ] [--globalHelp] [--value + 10000000000000000000000] [--data 0x] + +FLAGS + -k, --privateKey= + Use a private key to sign local transactions with + + -n, --node= + URL of the node to run commands against or an alias + + --data=0x + [default: 0x] Transaction data (hex encoded) + + --from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d + (required) Account proposing the transaction + + --gasCurrency=0x1234567890123456789012345678901234567890 + Use a specific gas currency for transaction fees (defaults to CELO if no gas + currency is supplied). It must be a whitelisted token. + + --globalHelp + View all available global flags + + --ledgerAddresses= + [default: 1] If --useLedger is set, this will get the first N addresses for local + signing + + --ledgerLiveMode + When set, the 4th postion of the derivation path will be iterated over instead of + the 5th. This is useful to use same address on you Ledger with celocli as you do on + Ledger Live + + --to=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d + (required) Destination address of the transaction + + --useLedger + Set it to use a ledger wallet + + --value=10000000000000000000000 + Amount of Celo to send (in wei) + +DESCRIPTION + Propose a transaction to a multi-sig contract + +EXAMPLES + propose 0x5409ed021d9299bf6814279a6a1411a7e866a631 --to 0x4f2ee3ea --value 200000e18 --from 0x123abc + + propose 0x5409ed021d9299bf6814279a6a1411a7e866a631 --to 0x4f2ee3ea --data 0xc0decafe --from 0x123abc + +FLAG DESCRIPTIONS + -n, --node= URL of the node to run commands against or an alias + + Can be a full url like https://forno.celo.org or an alias. default: + http://localhost:8545 + Alias options: + local, localhost => 'http://localhost:8545' + alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/multisig/approve.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/multisig/approve.js)_ +_See code: [src/commands/multisig/propose.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/multisig/propose.ts)_ ## `celocli multisig:show ARG1` @@ -106,10 +181,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/multisig/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/multisig/show.js)_ +_See code: [src/commands/multisig/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/multisig/show.ts)_ ## `celocli multisig:transfer ARG1` @@ -118,10 +194,10 @@ Ability to approve CELO transfers to and from multisig. Submit transaction or ap ``` USAGE $ celocli multisig:transfer ARG1 --to 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d - --amount --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d [-k | - --useLedger | ] [-n ] [--gasCurrency + --amount 10000000000000000000000 --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d + [-k | --useLedger | ] [-n ] [--gasCurrency 0x1234567890123456789012345678901234567890] [--ledgerAddresses ] - [--ledgerLiveMode ] [--globalHelp] [--transferFrom] [--sender + [--ledgerLiveMode ] [--globalHelp] [--transferFrom --sender 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d] FLAGS @@ -131,7 +207,7 @@ FLAGS -n, --node= URL of the node to run commands against or an alias - --amount= + --amount=10000000000000000000000 (required) Amount to transfer, e.g. 10e18 --from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d @@ -182,7 +258,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/multisig/transfer.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/multisig/transfer.js)_ +_See code: [src/commands/multisig/transfer.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/multisig/transfer.ts)_ diff --git a/docs/cli/network.md b/docs/cli/network.md index aaca2f6ee7..ba9b03392e 100644 --- a/docs/cli/network.md +++ b/docs/cli/network.md @@ -54,6 +54,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -91,10 +92,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/network/contracts.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/network/contracts.js)_ +_See code: [src/commands/network/contracts.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/network/contracts.ts)_ ## `celocli network:info` @@ -120,10 +122,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/network/info.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/network/info.js)_ +_See code: [src/commands/network/info.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/network/info.ts)_ ## `celocli network:parameters` @@ -150,10 +153,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/network/parameters.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/network/parameters.js)_ +_See code: [src/commands/network/parameters.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/network/parameters.ts)_ ## `celocli network:rpc-urls` @@ -199,6 +203,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -239,7 +244,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/network/whitelist.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/network/whitelist.js)_ +_See code: [src/commands/network/whitelist.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/network/whitelist.ts)_ diff --git a/docs/cli/node.md b/docs/cli/node.md index 9869cf5297..f2918d301b 100644 --- a/docs/cli/node.md +++ b/docs/cli/node.md @@ -50,6 +50,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -103,7 +104,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/node/synced.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/node/synced.js)_ +_See code: [src/commands/node/synced.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/node/synced.ts)_ diff --git a/docs/cli/oracle.md b/docs/cli/oracle.md index 5e73a359a3..b9d10801e3 100644 --- a/docs/cli/oracle.md +++ b/docs/cli/oracle.md @@ -41,10 +41,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/oracle/list.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/oracle/list.js)_ +_See code: [src/commands/oracle/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/oracle/list.ts)_ ## `celocli oracle:remove-expired-reports ARG1` @@ -107,10 +108,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/oracle/remove-expired-reports.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/oracle/remove-expired-reports.js)_ +_See code: [src/commands/oracle/remove-expired-reports.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/oracle/remove-expired-reports.ts)_ ## `celocli oracle:report ARG1` @@ -176,10 +178,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/oracle/report.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/oracle/report.js)_ +_See code: [src/commands/oracle/report.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/oracle/report.ts)_ ## `celocli oracle:reports ARG1` @@ -265,7 +268,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/oracle/reports.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/oracle/reports.js)_ +_See code: [src/commands/oracle/reports.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/oracle/reports.ts)_ diff --git a/docs/cli/releasecelo.md b/docs/cli/releasecelo.md index f8a973d676..6ddbc82b8f 100644 --- a/docs/cli/releasecelo.md +++ b/docs/cli/releasecelo.md @@ -91,10 +91,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/authorize.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/authorize.js)_ +_See code: [src/commands/releasecelo/authorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/authorize.ts)_ ## `celocli releasecelo:create-account` @@ -150,10 +151,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/create-account.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/create-account.js)_ +_See code: [src/commands/releasecelo/create-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/create-account.ts)_ ## `celocli releasecelo:locked-celo` @@ -227,6 +229,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -302,10 +305,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/locked-gold.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/locked-gold.js)_ +_See code: [src/commands/releasecelo/locked-gold.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/locked-gold.ts)_ ## `celocli releasecelo:refund-and-finalize` @@ -362,10 +366,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/refund-and-finalize.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/refund-and-finalize.js)_ +_See code: [src/commands/releasecelo/refund-and-finalize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/refund-and-finalize.ts)_ ## `celocli releasecelo:revoke` @@ -427,10 +432,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/revoke.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/revoke.js)_ +_See code: [src/commands/releasecelo/revoke.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/revoke.ts)_ ## `celocli releasecelo:revoke-votes` @@ -502,10 +508,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/revoke-votes.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/revoke-votes.js)_ +_See code: [src/commands/releasecelo/revoke-votes.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/revoke-votes.ts)_ ## `celocli releasecelo:set-account` @@ -573,10 +580,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/set-account.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/set-account.js)_ +_See code: [src/commands/releasecelo/set-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/set-account.ts)_ ## `celocli releasecelo:set-account-wallet-address` @@ -639,10 +647,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/set-account-wallet-address.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/set-account-wallet-address.js)_ +_See code: [src/commands/releasecelo/set-account-wallet-address.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/set-account-wallet-address.ts)_ ## `celocli releasecelo:set-beneficiary` @@ -711,10 +720,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/set-beneficiary.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/set-beneficiary.js)_ +_See code: [src/commands/releasecelo/set-beneficiary.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/set-beneficiary.ts)_ ## `celocli releasecelo:set-can-expire` @@ -777,10 +787,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/set-can-expire.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/set-can-expire.js)_ +_See code: [src/commands/releasecelo/set-can-expire.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/set-can-expire.ts)_ ## `celocli releasecelo:set-liquidity-provision` @@ -840,10 +851,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/set-liquidity-provision.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/set-liquidity-provision.js)_ +_See code: [src/commands/releasecelo/set-liquidity-provision.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/set-liquidity-provision.ts)_ ## `celocli releasecelo:set-max-distribution` @@ -906,10 +918,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/set-max-distribution.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/set-max-distribution.js)_ +_See code: [src/commands/releasecelo/set-max-distribution.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/set-max-distribution.ts)_ ## `celocli releasecelo:show` @@ -943,10 +956,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/show.js)_ +_See code: [src/commands/releasecelo/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/show.ts)_ ## `celocli releasecelo:transfer-dollars` @@ -1010,10 +1024,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/transfer-dollars.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/transfer-dollars.js)_ +_See code: [src/commands/releasecelo/transfer-dollars.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/transfer-dollars.ts)_ ## `celocli releasecelo:withdraw` @@ -1073,7 +1088,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/releasecelo/withdraw.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/releasecelo/withdraw.js)_ +_See code: [src/commands/releasecelo/withdraw.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/releasecelo/withdraw.ts)_ diff --git a/docs/cli/rewards.md b/docs/cli/rewards.md index 2a36acea10..836bb0edc7 100644 --- a/docs/cli/rewards.md +++ b/docs/cli/rewards.md @@ -66,7 +66,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/rewards/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/rewards/show.js)_ +_See code: [src/commands/rewards/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/rewards/show.ts)_ diff --git a/docs/cli/transfer.md b/docs/cli/transfer.md index d9bbdc8248..b2bfa67b6e 100644 --- a/docs/cli/transfer.md +++ b/docs/cli/transfer.md @@ -75,10 +75,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/transfer/celo.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/transfer/celo.js)_ +_See code: [src/commands/transfer/celo.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/transfer/celo.ts)_ ## `celocli transfer:dollars` @@ -144,10 +145,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/transfer/dollars.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/transfer/dollars.js)_ +_See code: [src/commands/transfer/dollars.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/transfer/dollars.ts)_ ## `celocli transfer:erc20` @@ -214,10 +216,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/transfer/erc20.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/transfer/erc20.js)_ +_See code: [src/commands/transfer/erc20.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/transfer/erc20.ts)_ ## `celocli transfer:euros` @@ -283,10 +286,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/transfer/euros.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/transfer/euros.js)_ +_See code: [src/commands/transfer/euros.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/transfer/euros.ts)_ ## `celocli transfer:reals` @@ -352,10 +356,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/transfer/reals.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/transfer/reals.js)_ +_See code: [src/commands/transfer/reals.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/transfer/reals.ts)_ ## `celocli transfer:stable` @@ -425,7 +430,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/transfer/stable.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/transfer/stable.js)_ +_See code: [src/commands/transfer/stable.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/transfer/stable.ts)_ diff --git a/docs/cli/validator.md b/docs/cli/validator.md index a9479c3f26..9aab85264b 100644 --- a/docs/cli/validator.md +++ b/docs/cli/validator.md @@ -78,10 +78,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/affiliate.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/affiliate.js)_ +_See code: [src/commands/validator/affiliate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/affiliate.ts)_ ## `celocli validator:community-rpc-nodes` @@ -127,6 +128,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -185,10 +187,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/deaffiliate.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/deaffiliate.js)_ +_See code: [src/commands/validator/deaffiliate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/deaffiliate.ts)_ ## `celocli validator:deregister` @@ -248,10 +251,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/deregister.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/deregister.js)_ +_See code: [src/commands/validator/deregister.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/deregister.ts)_ ## `celocli validator:list` @@ -291,10 +295,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/list.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/list.js)_ +_See code: [src/commands/validator/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/list.ts)_ ## `celocli validator:register` @@ -356,10 +361,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/register.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/register.js)_ +_See code: [src/commands/validator/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/register.ts)_ ## `celocli validator:requirements` @@ -414,10 +420,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/requirements.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/requirements.js)_ +_See code: [src/commands/validator/requirements.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/requirements.ts)_ ## `celocli validator:rpc-urls` @@ -463,6 +470,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -527,6 +535,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -559,10 +568,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/show.js)_ +_See code: [src/commands/validator/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/show.ts)_ ## `celocli validator:status` @@ -667,7 +677,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validator/status.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validator/status.js)_ +_See code: [src/commands/validator/status.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validator/status.ts)_ diff --git a/docs/cli/validatorgroup.md b/docs/cli/validatorgroup.md index af8377540a..99bc555428 100644 --- a/docs/cli/validatorgroup.md +++ b/docs/cli/validatorgroup.md @@ -80,10 +80,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/commission.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/commission.js)_ +_See code: [src/commands/validatorgroup/commission.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/commission.ts)_ ## `celocli validatorgroup:community-rpc-nodes` @@ -129,6 +130,7 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` @@ -189,10 +191,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/deregister.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/deregister.js)_ +_See code: [src/commands/validatorgroup/deregister.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/deregister.ts)_ ## `celocli validatorgroup:list` @@ -231,10 +234,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/list.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/list.js)_ +_See code: [src/commands/validatorgroup/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/list.ts)_ ## `celocli validatorgroup:member ARG1` @@ -309,10 +313,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/member.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/member.js)_ +_See code: [src/commands/validatorgroup/member.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/member.ts)_ ## `celocli validatorgroup:register` @@ -375,10 +380,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/register.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/register.js)_ +_See code: [src/commands/validatorgroup/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/register.ts)_ ## `celocli validatorgroup:reset-slashing-multiplier ARG1` @@ -433,10 +439,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/reset-slashing-multiplier.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/reset-slashing-multiplier.js)_ +_See code: [src/commands/validatorgroup/reset-slashing-multiplier.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/reset-slashing-multiplier.ts)_ ## `celocli validatorgroup:rpc-urls` @@ -482,10 +489,11 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/rpc-urls.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/rpc-urls.js)_ +_See code: [src/commands/validatorgroup/rpc-urls.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/rpc-urls.ts)_ ## `celocli validatorgroup:show ARG1` @@ -516,7 +524,8 @@ FLAG DESCRIPTIONS Alias options: local, localhost => 'http://localhost:8545' alfajores => Celo Alfajores Testnet, + testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [lib/commands/validatorgroup/show.js](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.0.1/packages/cli/lib/commands/validatorgroup/show.js)_ +_See code: [src/commands/validatorgroup/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%407.1.0-beta.1/packages/cli/src/commands/validatorgroup/show.ts)_ diff --git a/submodules/developer-tooling b/submodules/developer-tooling index 35a1145200..80a707227f 160000 --- a/submodules/developer-tooling +++ b/submodules/developer-tooling @@ -1 +1 @@ -Subproject commit 35a11452005091c6fe8c3156821e05405e8c9269 +Subproject commit 80a707227f3e5d75c0083a0bb42381e547bf3be8