forked from anza-xyz/octane
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
37 lines (37 loc) · 1.15 KB
/
config.json
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
{
"rpcUrl": "https://mainnetbeta-rpc.eclipse.xyz",
"maxSignatures": 5,
"returnSignature": true,
"lamportsPerSignature": 15000,
"corsOrigin": true,
"endpoints": {
"transfer": {
"tokens": []
},
"createAssociatedTokenAccount": {
"tokens": []
},
"whirlpoolsSwap": {
"tokens": [
{
"mint": "AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE",
"account": "8yEGVBE6fkyGA5ybafAXzNmdxhmKQ3f5GWDs6z4bcXPj",
"decimals": 9,
"fee": 500
},
{
"mint": "BeRUj3h7BqkbdfFU7FBNYbodgf8GCHodzKvF9aVjNNfL",
"account": "FQzTfxfbL5hex6fwTaaJtBwsdToT8LDujZe6VtWv6jwx",
"decimals": 9,
"fee": 2600
},
{
"mint": "GU7NS9xCwgNPiAdJ69iusFrRfawjDDPjeMBovhV1d4kn",
"account": "9TFNsaSYBUELeSpPSkP5hnXst2uA3AbtQCx4iXa3V4iq",
"decimals": 9,
"fee": 200
}
]
}
}
}