goosefx-amm-sdk
Version:
SDK for the GooseFx AMM
1 lines • 1.24 kB
Source Map (JSON)
{"version":3,"sources":["../../../src/gfx/token/constant.ts"],"sourcesContent":["import { TOKEN_PROGRAM_ID } from \"@solana/spl-token\";\nimport { TokenInfo } from \"./type\";\n\nexport const SOL_INFO: TokenInfo = {\n address: \"So11111111111111111111111111111111111111112\",\n programId: TOKEN_PROGRAM_ID.toBase58(),\n decimals: 9,\n symbol: \"SOL\",\n name: \"solana\",\n logoURI: ``,\n tags: [],\n priority: 2,\n type: \"goose-fx\",\n extensions: {\n coingeckoId: \"solana\",\n },\n};\n\nexport const TOKEN_WSOL: TokenInfo = {\n address: \"So11111111111111111111111111111111111111112\",\n programId: TOKEN_PROGRAM_ID.toBase58(),\n decimals: 9,\n symbol: \"WSOL\",\n name: \"Wrapped SOL\",\n logoURI: ``,\n tags: [],\n priority: 2,\n type: \"goose-fx\",\n extensions: {\n coingeckoId: \"solana\",\n },\n};\n"],"mappings":"AAAA,OAAS,oBAAAA,MAAwB,oBAG1B,IAAMC,EAAsB,CACjC,QAAS,8CACT,UAAWD,EAAiB,SAAS,EACrC,SAAU,EACV,OAAQ,MACR,KAAM,SACN,QAAS,GACT,KAAM,CAAC,EACP,SAAU,EACV,KAAM,WACN,WAAY,CACV,YAAa,QACf,CACF,EAEaE,EAAwB,CACnC,QAAS,8CACT,UAAWF,EAAiB,SAAS,EACrC,SAAU,EACV,OAAQ,OACR,KAAM,cACN,QAAS,GACT,KAAM,CAAC,EACP,SAAU,EACV,KAAM,WACN,WAAY,CACV,YAAa,QACf,CACF","names":["TOKEN_PROGRAM_ID","SOL_INFO","TOKEN_WSOL"]}