-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestPoolsData3.js
More file actions
40 lines (39 loc) · 941 Bytes
/
testPoolsData3.js
File metadata and controls
40 lines (39 loc) · 941 Bytes
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
let testPools = [
{
id: 113,
token1Id: 'wrap.testnet',
token2Id: 'ref.fakes.testnet',
token1Supply: '1418155716403925553696',
token2Supply: '1307608270897',
fee: 25,
shares: '273616726635365228609',
},
{
id: 269,
token1Id: 'wrap.testnet',
token2Id: 'ref.fakes.testnet',
token1Supply: '239927848017924556616961019',
token2Supply: '73140197607918504',
fee: 20,
shares: '1313222940431186220036589',
},
{
id: 317,
token1Id: 'ref.fakes.testnet',
token2Id: 'usdt.fakes.testnet',
token1Supply: '6965448424146025',
token2Supply: '144482836',
fee: 30,
shares: '1000509239572698960163379',
},
{
id: 348,
token1Id: 'wrap.testnet',
token2Id: 'ref.fakes.testnet',
token1Supply: '100000000000000000000000',
token2Supply: '1000000000000000000',
fee: 30,
shares: '1000000000000000000000000',
},
]
module.exports = { testPools }