Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Aug 6, 2024
1 parent b6c6ece commit 2f28773
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/query_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ The following are the Solana call types. Both require the `chain` parameter plus

The Solana account and and program address can be expressed as either a 32 byte hex string starting with "0x" or as a base 58 value.

#### Wild Card Contract Addresses

For the eth calls, the `contractAddress` field may be set to `"*"` which means the specified call type and call may be made to any
contract address on the specified chain.

#### Creating New API Keys

Each user must have an API key. These keys only have meaning to the proxy server. They are not passed to the guardians.
Expand Down

0 comments on commit 2f28773

Please sign in to comment.