File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class ToolRegistery:
1515 "chain_scan" ,
1616 "evm_moralis" ,
1717 "solana_moralis" ,
18+ "solana"
1819 ]
1920
2021 _tool_selector = None
Original file line number Diff line number Diff line change 99
1010# Test constants
1111solana_wallet_address = "79hptMY3E6JWvU4dDGQCUT5hDncG4XbyPGyJQXVgUMSd"
12- solana_token_address = "DKTfwG6EJmEhVyJopLz895BmS9PY8BRNFCNex1Fvp8Je"
12+ solana_token_address = "DKTfwG6EJmEhVyJopLz895BmS9PY8BRNFCNex1Fvp8Je"
1313solana_nft_address = "7887a9bb00df7cf53080564fa55c2dc720bba44a6ee1b1b9776e6baecdba32c2"
1414# Example transaction hash
1515solana_transaction_hash = "4WitbbbytbqsQch7VZfg4SHcgTo6qRw984Q5uEQ5DvdRjg5KCw3VqkBRnggAGZVw6M7kXZsCvdKHq6RPk4YDpAJw"
1616solana_collection_id = "degods" # Example collection ID
1717solana_block_number = 180000000 # Example block number
18- solana_market_address = "8BnEgHoWFysVcuFFX7QztDmzuH8r5ZFvyP3sYwn1XTh6" # Example market address
18+ # Example market address
19+ solana_market_address = "8BnEgHoWFysVcuFFX7QztDmzuH8r5ZFvyP3sYwn1XTh6"
1920
2021
2122@log_method
@@ -540,4 +541,4 @@ def test_program_list():
540541 test_market_volume ()
541542
542543 # Program endpoint tests
543- test_program_list ()
544+ test_program_list ()
You can’t perform that action at this time.
0 commit comments