Skip to content

Commit

Permalink
disable era chain
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 11, 2024
1 parent e5adf5d commit 9f49359
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions dexs/wagmi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { fetchVolume } from "./wagmi";

const adapter: SimpleAdapter = {
adapter: {
[CHAIN.ERA]: {
fetch: fetchVolume(CHAIN.ERA),
start: 1681257600,
},
// [CHAIN.ERA]: {
// fetch: fetchVolume(CHAIN.ERA), error: "Wagmi does not exist on Era",
// start: 1681257600,
// },
[CHAIN.FANTOM]: {
fetch: fetchVolume(CHAIN.FANTOM),
start: 1681257600,
Expand Down
14 changes: 7 additions & 7 deletions fees/wagmi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const methodology = {

const adapter: SimpleAdapter = {
adapter: {
[CHAIN.ERA]: {
fetch: fetchFee(CHAIN.ERA),
start: 1681257600,
meta: {
methodology,
},
},
// [CHAIN.ERA]: {
// fetch: fetchFee(CHAIN.ERA),
// start: 1681257600,
// meta: {
// methodology,
// },
// },
[CHAIN.FANTOM]: {
fetch: fetchFee(CHAIN.FANTOM),
start: 1681257600,
Expand Down

0 comments on commit 9f49359

Please sign in to comment.