Skip to content

Commit ccf1916

Browse files
author
cwsnt
committed
update config BOS amm
1 parent 8f42fc5 commit ccf1916

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

solidity/utils/addBOS_mainnet.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,29 @@
88
{
99
"symbol": "BOS",
1010
"decimals": 18,
11-
"address": ""
11+
"address": "0x3E3006896458f0ACfE79B57a1A0FE067B3a1CE6f"
1212
}
1313
],
1414
"converters": [
1515
{
1616
"type": 1,
1717
"symbol": "(WR)BTC/BOS",
1818
"decimals": 18,
19-
"fee": "",
19+
"fee": "0.3%",
2020
"reserves": [
2121
{
2222
"symbol": "(WR)BTC",
2323
"weight": "50%",
24-
"balance": ""
24+
"balance": "0.001"
2525
},
2626
{
2727
"symbol": "BOS",
2828
"weight": "50%",
29-
"balance": ""
29+
"balance": "25275.61"
3030
}
3131
]
3232
}
3333
],
34-
"btcAddress": "0x542fda317318ebf1d3deaf76e0b632741a7e677d",
34+
"k": 6779,
35+
"btcAddress": "0x542fda317318ebf1d3deaf76e0b632741a7e677d"
3536
}

0 commit comments

Comments
 (0)