Skip to content

Commit 29cb10a

Browse files
committed
chore: fix whitespace
1 parent 2bff05a commit 29cb10a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/adapters/squid/utils.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,17 @@ const getSymbol = (rawSymbol: string) => {
120120
}
121121

122122
export const fetchAssets = () => {
123-
return retry(() =>
124-
fetch("https://api.axelarscan.io/", {
125-
method: "POST",
126-
headers: {
127-
"Content-Type": "application/json",
128-
},
129-
body: JSON.stringify({
130-
method: "getAssets",
131-
}),
132-
}).then((res: any) => res.json())
133-
);
123+
return retry(() =>
124+
fetch("https://api.axelarscan.io/", {
125+
method: "POST",
126+
headers: {
127+
"Content-Type": "application/json",
128+
},
129+
body: JSON.stringify({
130+
method: "getAssets",
131+
}),
132+
}).then((res: any) => res.json())
133+
);
134134
}
135135

136136
export const isStablecoin = (tokenAddress: string, chain: string) => {

0 commit comments

Comments
 (0)