Skip to content

Commit 53a9728

Browse files
committed
Follow-up to 0af3302
1 parent ff944c7 commit 53a9728

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

routes/v1/getPools/[blockchainId]/[registryId].js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ const EXTERNAL_ORACLE_COINS_ADDRESSES = {
116116
base: [
117117
'0xcfa3ef56d303ae4faaba0592388f19d7c3399fb4',
118118
].map(lc),
119-
fraxtal: [
120-
'0xfc00000000000000000000000000000000000006',
121-
].map(lc),
119+
fraxtal: [].map(lc),
122120
};
123121

124122
// Lowercase token address <> symbol to use

0 commit comments

Comments
 (0)