Skip to content

Commit

Permalink
Merge pull request #1191 from KomodoPlatform/update/tsia-server
Browse files Browse the repository at this point in the history
reduce sia configs
  • Loading branch information
smk762 authored Nov 20, 2024
2 parents 4c64294 + b8356bd commit ddcdbca
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions coins
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
[
{
"coin": "ANAGAMI",
"asset": "anagami",
"fname": "Anagami",
"rpcport": 59842,
"mm2": 1,
"required_confirmations": 6,
"avg_blocktime": 600,
"decimals": 24,
"derivation_path": "m/44'/1991'",
"required_confirmations": 1,
"protocol": {
"type": "SIA"
}
},
{
"coin": "TSIA",
"asset": "TSIA",
"fname": "TSIA",
"rpcport": 59842,
"mm2": 1,
"required_confirmations": 6,
"avg_blocktime": 600,
"decimals": 24,
"derivation_path": "m/44'/1991'",
"required_confirmations": 1,
"protocol": {
"type": "SIA"
}
Expand Down

0 comments on commit ddcdbca

Please sign in to comment.