Skip to content

Commit

Permalink
[levana] fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn-talented-dragon committed Sep 3, 2024
1 parent b572b2a commit 05e9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/levana/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Chain = "osmosis" | "injective" | "sei" | "neutron"
const factoryAddr:Record<Chain, string> = {
osmosis: "osmo1ssw6x553kzqher0earlkwlxasfm2stnl3ms3ma2zz4tnajxyyaaqlucd45",
sei: "sei18rdj3asllguwr6lnyu2sw8p8nut0shuj3sme27ndvvw4gakjnjqqper95h",
injective: "inj1vdu3s39dl8t5l88tyqwuhzklsx9587adv8cnn9"
injective: "inj1vdu3s39dl8t5l88tyqwuhzklsx9587adv8cnn9",
neutron: "neutron1an8ls6d57c4qcvjq0jmm27jtrpk65twewfjqzdn7annefv7gadqsjs7uc3",
}

Expand Down

0 comments on commit 05e9272

Please sign in to comment.