Skip to content

Commit

Permalink
Revert "fix?"
Browse files Browse the repository at this point in the history
This reverts commit 1953f96.
  • Loading branch information
0xngmi committed Apr 9, 2024
1 parent 6b353d2 commit 05621c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/adapters/peggedAssets/llama-helper/starknet.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
number,
hash,
uint256,
} = require("./starknet");
} = require("starknet");
const axios = require("axios");
const plimit = require("p-limit");
const { sliceIntoChunks, sleep } = require("./utils");
Expand Down Expand Up @@ -63,7 +63,7 @@ function parseOutput(result, abi, allAbi) {
return response;
}

export async function call({ abi, target, params = [], allAbi = [] } = {}, ...rest) {
async function call({ abi, target, params = [], allAbi = [] } = {}, ...rest) {
const {
data: { result },
} = await axios.post(
Expand Down
2 changes: 1 addition & 1 deletion src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3560,7 +3560,7 @@ export default [
gecko_id: "nostra-uno",
cmcId: "22750",
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
pegMechanism: "fiat-backed",
priceSource: "defillama",
auditLinks: null,
twitter: "https://twitter.com/nostrafinance",
Expand Down

0 comments on commit 05621c5

Please sign in to comment.