-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
52 lines (52 loc) · 1.23 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"tx":{
"transfer": {
"type": "transfer",
"prefix": "cosmos-sdk/MsgSend"
},
"delegate": {
"type": "delegate",
"prefix": "cosmos-sdk/MsgDelegate"
},
"undelegate": {
"type": "undelegate",
"prefix": "cosmos-sdk/MsgUndelegate"
},
"beginRedelegate": {
"type": "begin_redelegate",
"prefix": "cosmos-sdk/MsgBeginRedelegate"
},
"setWithdrawAddress": {
"type": "set_withdraw_address",
"prefix": "cosmos-sdk/MsgModifyWithdrawAddress"
},
"withdrawDelegatorReward": {
"type": "withdraw_delegation_reward",
"prefix": "cosmos-sdk/MsgWithdrawDelegationReward"
},
"withdrawValidatorCommission": {
"type": "withdraw_validator_commission",
"prefix": "cosmos-sdk/MsgWithdrawValidatorCommission"
},
"stdTx": {
"type": "stdTx",
"prefix": "auth/StdTx"
}
},
"bech32": {
"accAddr": "cosmos",
"valAddr": "cosmosvaloper",
"accPub": "cosmospub"
},
"defaultCoding": "bech32",
"coding": {
"bech32": "bech32",
"hex": "hex"
},
"maxGas": 20000000,
"amino": {
"signature": "tendermint/SignatureSecp256k1",
"pubKey": "tendermint/PubKeySecp256k1"
},
"bip39Path": "44'/118'/0'/0/0"
}