Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 19, 2024
1 parent a146a64 commit 587a788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fees/goplus-locker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const CHAIN_CONFIG = {
[CHAIN.BSC]: { start: 42387186 },
[CHAIN.BASE]: { start: 20014325 },
[CHAIN.ARBITRUM]: { start: 279127453 },
// [CHAIN.GRAVITY]: { start: 23719062 },
// [CHAIN.MORPH]: { start: 1125634 }
[CHAIN.GRAVITY]: { start: 23719062 },
[CHAIN.MORPH]: { start: 1125634 }
}

const fetch: any = async (options: FetchOptions) => {
Expand Down

0 comments on commit 587a788

Please sign in to comment.