Skip to content

Commit 4af6800

Browse files
authored
add protocol id
1 parent 130c005 commit 4af6800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols/zealousswap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const zealousSwap: Protocol = {
7676
"Liquidity & exchange listings (reserve)": manualCliff(START, LIQ_AND_LISTINGS),
7777

7878
meta: {
79-
protocolIds: [],
79+
protocolIds: ["6877"],
8080
sources: [
8181
"https://zealous-swap.gitbook.io/zealous-swap/protocol/zeal-token",
8282
],
@@ -104,4 +104,4 @@ const zealousSwap: Protocol = {
104104
},
105105
};
106106

107-
export default zealousSwap;
107+
export default zealousSwap;

0 commit comments

Comments
 (0)