Skip to content

Commit c731a57

Browse files
committed
Update chain configs readme
1 parent 44cb7c7 commit c731a57

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

src/chains/README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"chain_name": "cosmos",
1414
"api": ["https://cosmos.api.ping.pub"],
15-
"rpc": ["https://cosmos.rpc.ping.pub:443","http://your-host:26657"]
15+
"rpc": ["https://cosmos.rpc.ping.pub:443","http://your-host:26657"],
1616
"sdk_version": "0.42.6",
1717
"coin_type": "118",
1818
"min_tx_fee": "800",
@@ -30,7 +30,25 @@
3030
- **chain_name** the name to identify the chain on ping.pub
3131
- **api** the rest api endpoint.(make sure that CORS is enabled: `Allow-Control-Allow-Origin: *`)
3232
- **rpc** the rpc endpoint, make sure that the port is added.
33-
- **assets** Native Assets on blockchain.
33+
- **assets** Native Assets on blockchain.
34+
35+
# Additional Signing Configuration
36+
```json
37+
{
38+
"chain_name": "cosmos",
39+
...
40+
"sign_opts": {
41+
"keplr": {
42+
"preferNoSetFee": true,
43+
"preferNoSetMemo": true
44+
}
45+
},
46+
...
47+
}
48+
```
49+
- **sign_opts** (optional) configuration for sign requests, only Keplr is supported at the moment.
50+
- **sign_opts.keplr** (optional) KeplrSignOptions - See Keplr [documentation](https://docs.keplr.app/api/#interaction-options).
51+
3452
# Test
3553

3654
please add these check points in comments with your PR, and adding your test result by clicking the checkbox of each line

0 commit comments

Comments
 (0)