Skip to content

Commit

Permalink
update chain
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Aug 22, 2024
1 parent bf1d60a commit 548d3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fees/illuvium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const fetchFees = async (options: FetchOptions) => {
const adapter: Adapter = {
version: 2,
adapter: {
"immutablex": {
[CHAIN.IMMUTABLEX]: {
fetch: fetchFees,
start: 0,
meta: {
Expand Down
1 change: 1 addition & 0 deletions helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export enum CHAIN {
IOTAEVM = "iotaevm",
ZKLINK = "zklink",
DEXALOT = "dexalot",
IMMUTABLEX = "immutablex"
}

// Don´t use
Expand Down

0 comments on commit 548d3d9

Please sign in to comment.