Skip to content

Commit

Permalink
fix: Bill type
Browse files Browse the repository at this point in the history
  • Loading branch information
DeFiFoFum committed Aug 23, 2023
1 parent 5887b28 commit 6740f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/bills/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ export const bills: BillsConfig[] = [
contractAddress: {
[ChainId.ARBITRUM]: '0x9Bd72c6c69cC314AdfF396cC2b34fF7e7fbd68ad',
},
billType: 'reserve',
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.onyx,
quoteToken: tokens.eth,
Expand Down

0 comments on commit 6740f5a

Please sign in to comment.