Skip to content

Commit

Permalink
add ink
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jan 14, 2025
1 parent 8208b36 commit 8b22baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fees/zns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const addresses: TAddress = {
[CHAIN.SONIC]: "0xFb2Cd41a8aeC89EFBb19575C6c48d872cE97A0A5",
[CHAIN.BASE]: "0x55b867a955e4384bcac03ef7f2e492f68016c152",
[CHAIN.SONEIUM]: "0xf180136DdC9e4F8c9b5A9FE59e2b1f07265C5D4D",
[CHAIN.INK]: "0xFb2Cd41a8aeC89EFBb19575C6c48d872cE97A0A5"
};

const methodology = {
Expand Down Expand Up @@ -203,6 +204,13 @@ const adapter: Adapter = {
methodology,
},
},
[CHAIN.INK]: {
fetch: fetchLogsAndCalculateFees,
start: '2024-05-30',
meta: {
methodology
}
}
},
};

Expand Down
1 change: 1 addition & 0 deletions helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export enum CHAIN {
SONIC = "sonic",
HYPERLIQUID = "hyperliquid",
SONEIUM = "soneium",
INK = "ink",
}

// Don´t use
Expand Down

0 comments on commit 8b22baa

Please sign in to comment.