Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Oct 21, 2024
1 parent f03d0df commit 0ff47d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telliot_feeds/sources/lfj_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
{"internalType": "uint8[]", "name": "versions", "type": "uint8[]"}, # Enum is uint8
{"internalType": "uint128[]", "name": "amounts", "type": "uint128[]"},
{"internalType": "uint128[]", "name": "virtualAmountsWithoutSlippage", "type": "uint128[]"},
{"internalType": "uint128[]", "name": "fees", "type": "uint128[]"}
{"internalType": "uint128[]", "name": "fees", "type": "uint128[]"},
],
"internalType": "tuple", # Struct is tuple in ABI
"name": "quote",
"type": "tuple"
"type": "tuple",
}
],
"stateMutability": "view",
Expand Down

0 comments on commit 0ff47d0

Please sign in to comment.