Skip to content

Commit 549e179

Browse files
author
balogh.adam@icloud.com
committed
abi
1 parent c8b2f1a commit 549e179

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

integrationtest/llm/test_llm_chat.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"stateMutability": "nonpayable",
2121
"type": "function",
2222
},
23+
{
24+
"inputs": [{"name": "account", "type": "address"}],
25+
"name": "balanceOf",
26+
"outputs": [{"name": "", "type": "uint256"}],
27+
"stateMutability": "view",
28+
"type": "function",
29+
},
2330
]
2431

2532
# Amount of OPG tokens to fund the test account with

0 commit comments

Comments
 (0)