Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Update mint.api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 18, 2023
1 parent 19e4182 commit a881ece
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/mint.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ const mintApi = {
const { data } = await axios.get(`${MINT_SERVER}/keys`)
return data
}

}

const mintFee = {
requestFee: async function (fee) {
const { data } = await axios.get(' ${FEE_SERVER/mint', {
params: {
fee
}
})
return data
}

module.exports = mintApi
module.exports = mintfEE

0 comments on commit a881ece

Please sign in to comment.