Skip to content

Commit dc8589b

Browse files
authored
chore: add fees & dexs dimension adapters to FlowSwap v3 (#10953)
1 parent 67b1dca commit dc8589b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

defi/src/protocols/data5.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const data5: Protocol[] = [
417417
chains: ["Ethereal"],
418418
forkedFrom: [],
419419
oraclesBreakdown: [
420-
{ name: "Pyth", type: "Primary", proof: ["https://docs.ethereal.trade/trading/perpetual-futures/price-oracles"] },
420+
{ name: "Pyth", type: "Primary", proof: ["https://docs.ethereal.trade/trading/perpetual-futures/price-oracles"] },
421421
],
422422
module: "ethereal-dex/index.js",
423423
twitter: "etherealdex",
@@ -961,6 +961,10 @@ const data5: Protocol[] = [
961961
forkedFromIds: ["2198"],
962962
parentProtocol: "parent#flow-swap",
963963
listedAt: 1761871981,
964+
dimensions: {
965+
dexs: "flowswap-v3",
966+
fees: "flowswap-v3",
967+
}
964968
},
965969
{
966970
id: "6934",

0 commit comments

Comments
 (0)