Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Mar 14, 2024
1 parent 5817d08 commit aaf088a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/noble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ export class NobleService extends Service {
}

/**
* Bridge noble USDC to ETH USDC
* Burn noble USDC to it can be minted on Ethereum
* @param pubkey
* @param recipient
* @param amountUsdc
*/
async craftBridgeUsdc(
async craftBurnUsdc(
pubkey: string,
recipient: string,
amountUsdc: number,
): Promise<CosmosTx> {

const { data } = await api.post<CosmosTx>(
`/v1/noble/transaction/bridge-usdc`,
`/v1/noble/transaction/burn-usdc`,
{
pubkey: pubkey,
recipient: recipient,
Expand Down

0 comments on commit aaf088a

Please sign in to comment.