浏览代码

更新 'addLiq.mjs'

maxmind 4 周之前
父节点
当前提交
a608a61d0d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      addLiq.mjs

+ 1 - 0
addLiq.mjs

@@ -4,6 +4,7 @@ export const addLiquidity = async (position, symbol, maxUsdValue) => {
 		method: 'POST',
 		headers: {
 			'Content-Type': 'application/json',
+			'Authorization': 'Basic YWRtaW46YzU4ODk5Njc='
 		},
 		body: JSON.stringify({
 			positionAddress: position.positionAddress,