File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,12 @@ export type PoolNames =
3636 | 'RAY-USDC'
3737 | 'USDT-USDC'
3838 | 'UST-USDC'
39- | 'SOL-UXD' ;
39+ | 'SOL-UXD'
40+ | 'stSOL-UXD' ;
41+
42+ // Translation
43+ // pool coin = token A
44+ // pool pc = token B
4045
4146export const PoolList : { [ poolLabel in PoolNames ] : IPoolInfo } = {
4247 'SOL-UXD' : {
@@ -309,4 +314,33 @@ export const PoolList: { [poolLabel in PoolNames]: IPoolInfo } = {
309314 decimals : SPL_TOKENS . USDC . decimals ,
310315 } ,
311316 } ,
317+
318+ 'stSOL-UXD' : {
319+ amm : new PublicKey ( 'CMu86zkJtcqYTBgKMf1fJWhcowQBVmysNsWthXZNZpYZ' ) ,
320+ feeAccount : new PublicKey ( 'tdTP4XEKYyfxTPg3EuRZbrZmm7p882u7BBWPaNahraP' ) ,
321+ configAccount : new PublicKey (
322+ 'GVZZaF3YPRSkG8CB1hC4bGYrg6g7LEiWmPpKH4BE4b2n' ,
323+ ) ,
324+ pythAccount : new PublicKey ( 'H6ARHf6YXhGYeQfUzQNGk6rDNnLBQKrenN712K4AQJEG' ) ,
325+ pythPcAccount : new PublicKey ( 'tRCderESn7r9UARDATUxMesd282QjkpwM9pkmizFbWE' ) ,
326+ pythBaseDecimal : 11 ,
327+ lpToken : {
328+ mint : new PublicKey ( 'AFBYo7dFZzS18dKg965VVdoiV7cmSj9AX81uwCEYFyvA' ) ,
329+ decimals : 9 ,
330+ } ,
331+ tokenA : {
332+ tokenAccount : new PublicKey (
333+ '4QydTFxiZ4art8Fo67L4UnvGHWJSQAh6a1JXPuxk5aaT' ,
334+ ) ,
335+ mint : new PublicKey ( '7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj' ) ,
336+ decimals : 9 ,
337+ } ,
338+ tokenB : {
339+ tokenAccount : new PublicKey (
340+ 'C92rvQ4zXhYb3pHsN2dNnH5jW35UTFYbuZd1YDWzZhDc' ,
341+ ) ,
342+ mint : new PublicKey ( '7kbnvuGBxxj8AG9qp8Scn56muWGaRaFqxg1FsRp3PaFT' ) ,
343+ decimals : 6 ,
344+ } ,
345+ } ,
312346} ;
You can’t perform that action at this time.
0 commit comments