Skip to content

Commit

Permalink
methodology
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Aug 21, 2024
1 parent 6f9e242 commit 6b8b3e7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions fees/illuvium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ const adapter: Adapter = {
adapter: {
[CHAIN.IMX]: {
fetch: fetchFees,
start: 0
}
}
start: 0,
meta: {
methodology: {
Fees: "ETH paid to purchase fuel",
}
}
},
},
}

export default adapter;

0 comments on commit 6b8b3e7

Please sign in to comment.