Skip to content

Commit fd8e6aa

Browse files
author
cwsnt
committed
SOV-5037: prepare usdt0 amm config
1 parent cae7ee1 commit fd8e6aa

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"reserves": [
3+
{
4+
"symbol": "(WR)BTC",
5+
"decimals": 18,
6+
"address": "0x542fda317318ebf1d3deaf76e0b632741a7e677d"
7+
},
8+
{
9+
"symbol": "USDT0",
10+
"decimals": 18,
11+
"address": "0xc7d5944654eD41011efe0A4cB8446B0416545A11"
12+
}
13+
],
14+
"converters": [
15+
{
16+
"type": 1,
17+
"symbol": "(WR)BTC/UDST0",
18+
"decimals": 18,
19+
"fee": "0.35%",
20+
"reserves": [
21+
{
22+
"symbol": "(WR)BTC",
23+
"weight": "50%",
24+
"balance": "0.0009"
25+
},
26+
{
27+
"symbol": "USDT0",
28+
"weight": "50%",
29+
"balance": "100"
30+
}
31+
]
32+
}
33+
],
34+
"k": 6779,
35+
"btcAddress": "0x542fda317318ebf1d3deaf76e0b632741a7e677d",
36+
"phase": 0,
37+
"(WR)BTC": {
38+
"name": "(WR)BTC",
39+
"addr": "0x542fda317318ebf1d3deaf76e0b632741a7e677d"
40+
},
41+
"USDT0": {
42+
"name": "USDT0",
43+
"addr": "0xc7d5944654eD41011efe0A4cB8446B0416545A11"
44+
}
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"reserves": [
3+
{
4+
"symbol": "(WR)BTC",
5+
"decimals": 18,
6+
"address": "0x69FE5cEC81D5eF92600c1A0dB1F11986AB3758Ab"
7+
},
8+
{
9+
"symbol": "USDT0",
10+
"decimals": 18,
11+
"address": "0xc7d5944654eD41011efe0A4cB8446B0416545A11"
12+
}
13+
],
14+
"converters": [
15+
{
16+
"type": 1,
17+
"symbol": "(WR)BTC/USDT0",
18+
"decimals": 18,
19+
"fee": "0.1%",
20+
"reserves": [
21+
{
22+
"symbol": "(WR)BTC",
23+
"weight": "50%",
24+
"balance": "0.0009"
25+
},
26+
{
27+
"symbol": "USDT0",
28+
"weight": "50%",
29+
"balance": "100"
30+
}
31+
]
32+
}
33+
],
34+
"k": 6779,
35+
"btcAddress": "0x69FE5cEC81D5eF92600c1A0dB1F11986AB3758Ab",
36+
"phase": 0,
37+
"(WR)BTC": {
38+
"name": "(WR)BTC",
39+
"addr": "0x69FE5cEC81D5eF92600c1A0dB1F11986AB3758Ab"
40+
},
41+
"USDT0": {
42+
"name": "USDT0",
43+
"addr": "0xc7d5944654eD41011efe0A4cB8446B0416545A11"
44+
}
45+
}

0 commit comments

Comments
 (0)