File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 9.1 .0" ,
5+ "version" : " 9.2 .0" ,
66 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
77 "command" : {
88 "run" : {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const fetchTokenPrice = async (
1616 cluster : ICluster = ICluster . Mainnet ,
1717 options ?: FetchTokenPriceOptions ,
1818) : Promise < TokenPriceResult > => {
19- const url = `https://token-api.streamflow.finance/price?ids=${ encodeURIComponent ( mintId ) } &cluster=${ encodeURIComponent ( cluster ) } ` ;
19+ const url = `https://token-api-public .streamflow.finance/price?ids=${ encodeURIComponent ( mintId ) } &cluster=${ encodeURIComponent ( cluster ) } ` ;
2020
2121 const impl = options ?. fetchImpl ?? fetch ;
2222 const controller = new AbortController ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/common" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 9.2 .0" ,
44 "description" : " Common utilities and types used by streamflow packages." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/distributor" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 9.2 .0" ,
44 "description" : " JavaScript SDK to interact with Streamflow Airdrop protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const fetchAirdropFee = async (
2323 fetchFn : typeof fetch = fetch ,
2424) : Promise < AirdropFeeResponse > => {
2525 const baseUrl =
26- cluster === ICluster . Mainnet ? "https://api.streamflow.finance" : "https://staging-api.streamflow.finance" ;
26+ cluster === ICluster . Mainnet ? "https://api-public .streamflow.finance" : "https://staging-api-public .streamflow.finance" ;
2727 const url = `${ baseUrl } /v2/api/airdrops/${ encodeURIComponent ( distributorId ) } /fees` ;
2828
2929 const res = await fetchFn ( url , {
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/eslint-config" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 9.2 .0" ,
44 "description" : " ESLint configuration for Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/launchpad" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 9.2 .0" ,
44 "description" : " JavaScript SDK to interact with Streamflow Launchpad protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/staking" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 9.2 .0" ,
44 "description" : " JavaScript SDK to interact with Streamflow Staking protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/stream" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 9.2 .0" ,
44 "description" : " JavaScript SDK to interact with Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
You can’t perform that action at this time.
0 commit comments