Configure alps in multisig app
This commit is contained in:
parent
b640d9433d
commit
b65591cdd2
@ -21,9 +21,9 @@
|
||||
"coinDecimals": 0
|
||||
},
|
||||
{
|
||||
"coinDenom": "LPS",
|
||||
"coinDenom": "ALPS",
|
||||
"coinMinimalDenom": "alps",
|
||||
"coinDecimals": 18
|
||||
"coinDecimals": 0
|
||||
}
|
||||
],
|
||||
"feeCurrencies": [
|
||||
|
@ -29,7 +29,7 @@ next_public_display_denom: "ALNT"
|
||||
next_public_display_denom_exponent: 0
|
||||
|
||||
# JSON array of asset definitions, including denom units, base, name, display, and symbol
|
||||
next_public_assets: '[{"denom_units":[{"denom":"alnt","exponent":0}],"base":"alnt","name":"Laconic Token","display":"ALNT","symbol":"alnt"},{"denom_units":[{"denom":"lps","exponent":18},{"denom":"alps","exponent":0}],"base":"alps","name":"Laconic Prepaid Service","display":"LPS","symbol":"LPS"}]'
|
||||
next_public_assets: '[{"denom_units":[{"denom":"alnt","exponent":0}],"base":"alnt","name":"Laconic Token","display":"ALNT","symbol":"alnt"},{"denom_units":[{"denom":"alps","exponent":0}],"base":"alps","name":"Laconic Prepaid Service","display":"ALPS","symbol":"alps"}]'
|
||||
|
||||
# Default gas price for transactions
|
||||
next_public_gas_price: "0.001alnt"
|
||||
|
@ -32,7 +32,11 @@
|
||||
|
||||
- Open Keplr wallet and select the account from which you wish to transfer the funds to the multisig address
|
||||
|
||||
- Search for `Laconic Mainnet` and select the network. Select `Send` and paste the multisig address and set desired amount and click on `Next` and approve the transaction
|
||||
- Search for `Laconic Mainnet`, choose the token you wish to send and select the network
|
||||
|
||||
- Select `Send` and paste the multisig address and set desired amount
|
||||
|
||||
- Click on `Next` and approve the transaction
|
||||
|
||||
## Send Transaction From Multisig Address
|
||||
|
||||
@ -44,6 +48,8 @@
|
||||
|
||||
- Enter the recipient address, amount to be transfered and memo (optional)
|
||||
|
||||
- You can either select `alnt` or `alps` as denom
|
||||
|
||||
- Click on create transaction
|
||||
|
||||
- Under Choose wallet to sign, click on `Connect Keplr`
|
||||
|
Loading…
Reference in New Issue
Block a user