We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b2f1a commit 549e179Copy full SHA for 549e179
1 file changed
integrationtest/llm/test_llm_chat.py
@@ -20,6 +20,13 @@
20
"stateMutability": "nonpayable",
21
"type": "function",
22
},
23
+ {
24
+ "inputs": [{"name": "account", "type": "address"}],
25
+ "name": "balanceOf",
26
+ "outputs": [{"name": "", "type": "uint256"}],
27
+ "stateMutability": "view",
28
+ "type": "function",
29
+ },
30
]
31
32
# Amount of OPG tokens to fund the test account with
0 commit comments