diff --git a/docs/opengradient/client/llm.md b/docs/opengradient/client/llm.md index 6c4bad7..9b66608 100644 --- a/docs/opengradient/client/llm.md +++ b/docs/opengradient/client/llm.md @@ -29,7 +29,7 @@ OPG tokens for Permit2 spending by calling ``ensure_opg_approval``. def __init__( private_key: str, rpc_url: str = 'https://ogevmdevnet.opengradient.ai', - tee_registry_address: str = '0x4e72238852f3c918f4E4e57AeC9280dDB0c80248' + tee_registry_address: str = '0x703cB174AEadB35D611858369B4b1111dC9Abda6' ) ``` diff --git a/src/opengradient/client/llm.py b/src/opengradient/client/llm.py index 610c44b..c4308ee 100644 --- a/src/opengradient/client/llm.py +++ b/src/opengradient/client/llm.py @@ -30,7 +30,7 @@ T = TypeVar("T") DEFAULT_RPC_URL = "https://ogevmdevnet.opengradient.ai" -DEFAULT_TEE_REGISTRY_ADDRESS = "0x4e72238852f3c918f4E4e57AeC9280dDB0c80248" +DEFAULT_TEE_REGISTRY_ADDRESS = "0x703cB174AEadB35D611858369B4b1111dC9Abda6" X402_PROCESSING_HASH_HEADER = "x-processing-hash" X402_DATA_SETTLEMENT_TX_HASH_HEADER = "x-settlement-tx-hash"