Skip to content

Commit

Permalink
[OC-5077] Updated fetch-abi to fetch_abi (#293)
Browse files Browse the repository at this point in the history
* updated fetch-abi to fetch_abi

* format

---------

Co-authored-by: Trong Nguyen <tnguyen@fireblocks.com>
  • Loading branch information
trongvnau and trongfb authored Sep 11, 2024
1 parent 000b21f commit 7564fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fireblocks-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ export class FireblocksSDK {
* @returns {ContractWithABIDto}
*/
public async fetchOrScrapeABI(baseAssetId: string, contractAddress: string): Promise<ContractWithABIDto> {
return await this.apiClient.issuePostRequest(`/v1/tokenization/contracts/fetch-abi`, {
return await this.apiClient.issuePostRequest(`/v1/tokenization/contracts/fetch_abi`, {
baseAssetId,
contractAddress
});
Expand Down

0 comments on commit 7564fa7

Please sign in to comment.