mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-04 18:03:43 +00:00
docs(@embark/): Fixes 'Optionnal' typo in templates/ and contract.js examples
This commit is contained in:
parent
7ac27a0f93
commit
a3da5c0b5b
@ -35,9 +35,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
mnemonic: "12 word mnemonic",
|
mnemonic: "12 word mnemonic",
|
||||||
addressIndex: "0", // Optionnal. The index to start getting the address
|
addressIndex: "0", // Optional. The index to start getting the address
|
||||||
numAddresses: "1", // Optionnal. The number of addresses to get
|
numAddresses: "1", // Optional. The number of addresses to get
|
||||||
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path
|
hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
|
||||||
}
|
}
|
||||||
]*/
|
]*/
|
||||||
},
|
},
|
||||||
|
@ -20,9 +20,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
mnemonic: "12 word mnemonic",
|
mnemonic: "12 word mnemonic",
|
||||||
addressIndex: "0", // Optionnal. The index to start getting the address
|
addressIndex: "0", // Optional. The index to start getting the address
|
||||||
numAddresses: "1", // Optionnal. The number of addresses to get
|
numAddresses: "1", // Optional. The number of addresses to get
|
||||||
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path
|
hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nodeAccounts": true // Uses the Ethereum node's accounts
|
"nodeAccounts": true // Uses the Ethereum node's accounts
|
||||||
|
@ -35,9 +35,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
mnemonic: "12 word mnemonic",
|
mnemonic: "12 word mnemonic",
|
||||||
addressIndex: "0", // Optionnal. The index to start getting the address
|
addressIndex: "0", // Optional. The index to start getting the address
|
||||||
numAddresses: "1", // Optionnal. The number of addresses to get
|
numAddresses: "1", // Optional. The number of addresses to get
|
||||||
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path
|
hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
|
||||||
}
|
}
|
||||||
]*/
|
]*/
|
||||||
},
|
},
|
||||||
|
@ -20,9 +20,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
mnemonic: "12 word mnemonic",
|
mnemonic: "12 word mnemonic",
|
||||||
addressIndex: "0", // Optionnal. The index to start getting the address
|
addressIndex: "0", // Optional. The index to start getting the address
|
||||||
numAddresses: "1", // Optionnal. The number of addresses to get
|
numAddresses: "1", // Optional. The number of addresses to get
|
||||||
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path
|
hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nodeAccounts": true // Uses the Ethereum node's accounts
|
"nodeAccounts": true // Uses the Ethereum node's accounts
|
||||||
|
@ -20,9 +20,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
mnemonic: "12 word mnemonic",
|
mnemonic: "12 word mnemonic",
|
||||||
addressIndex: "0", // Optionnal. The index to start getting the address
|
addressIndex: "0", // Optional. The index to start getting the address
|
||||||
numAddresses: "1", // Optionnal. The number of addresses to get
|
numAddresses: "1", // Optional. The number of addresses to get
|
||||||
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path
|
hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nodeAccounts": true // Uses the Ethereum node's accounts
|
"nodeAccounts": true // Uses the Ethereum node's accounts
|
||||||
|
@ -19,9 +19,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
mnemonic: "12 word mnemonic",
|
mnemonic: "12 word mnemonic",
|
||||||
addressIndex: "0", // Optionnal. The index to start getting the address
|
addressIndex: "0", // Optional. The index to start getting the address
|
||||||
numAddresses: "1", // Optionnal. The number of addresses to get
|
numAddresses: "1", // Optional. The number of addresses to get
|
||||||
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path
|
hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
|
||||||
}
|
}
|
||||||
]*/
|
]*/
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user