We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130c005 commit 4af6800Copy full SHA for 4af6800
protocols/zealousswap.ts
@@ -76,7 +76,7 @@ const zealousSwap: Protocol = {
76
"Liquidity & exchange listings (reserve)": manualCliff(START, LIQ_AND_LISTINGS),
77
78
meta: {
79
- protocolIds: [],
+ protocolIds: ["6877"],
80
sources: [
81
"https://zealous-swap.gitbook.io/zealous-swap/protocol/zeal-token",
82
],
@@ -104,4 +104,4 @@ const zealousSwap: Protocol = {
104
},
105
};
106
107
-export default zealousSwap;
+export default zealousSwap;
0 commit comments