Commit 3aeb86e4 authored by tom's avatar tom

fix tests

parent 8e8383c5
...@@ -14,7 +14,7 @@ export const read: Array<SmartContractReadMethod> = [ ...@@ -14,7 +14,7 @@ export const read: Array<SmartContractReadMethod> = [
method_id: '70a08231', method_id: '70a08231',
name: 'FLASHLOAN_PREMIUM_TOTAL', name: 'FLASHLOAN_PREMIUM_TOTAL',
outputs: [ outputs: [
{ internalType: 'uint256', name: '', type: 'uint256', value: '' }, { internalType: 'uint256', name: '', type: 'uint256' },
], ],
payable: false, payable: false,
stateMutability: 'view', stateMutability: 'view',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment