Skip to content

Commit

Permalink
remove chains with no usage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Oct 18, 2024
1 parent 5a59052 commit ac74c0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fees/pocket-universe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ const adapter: SimpleAdapter = {
[CHAIN.BASE]: { fetch, start },
[CHAIN.ARBITRUM]: { fetch, start },
[CHAIN.POLYGON]: { fetch, start },
[CHAIN.ERA]: { fetch, start },
[CHAIN.BSC]: { fetch, start },
[CHAIN.OPTIMISM]: { fetch, start },
[CHAIN.CELO]: { fetch, start },
[CHAIN.AVAX]: { fetch, start },
},
};
export default adapter;

0 comments on commit ac74c0d

Please sign in to comment.