Skip to content

Commit

Permalink
fix fees
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 6, 2024
1 parent a988e41 commit a46529d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fees/ghostmarket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ const adapter: Adapter = {
methodology
}
},
// [CHAIN.PHANTASMA]: {
// fetch: apis(endpoints)(CHAIN.PHANTASMA),
// start: 1577664000,
// meta: {
// methodology
// }
// },
[CHAIN.PHANTASMA]: {
fetch: apis(endpoints)(CHAIN.PHANTASMA),
start: 1577664000,
meta: {
methodology
}
},
[CHAIN.BASE]: {
fetch: apis(endpoints)(CHAIN.BASE),
start: 1691660245,
Expand Down

0 comments on commit a46529d

Please sign in to comment.