proofgate 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
proofgate/types.py CHANGED
@@ -12,7 +12,7 @@ class ProofGateConfig(BaseModel):
12
12
  default="https://www.proofgate.xyz/api",
13
13
  description="Base URL for API"
14
14
  )
15
- chain_id: int = Field(default=56, description="Default chain ID (56 = BSC)")
15
+ chain_id: int = Field(default=8453, description="Default chain ID (8453 = Base)")
16
16
  guardrail_id: Optional[str] = Field(
17
17
  default=None,
18
18
  description="Default guardrail ID to use for validations"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proofgate
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Official ProofGate SDK — blockchain transaction validation and guardrails for AI agents
5
5
  Project-URL: Homepage, https://www.proofgate.xyz
6
6
  Project-URL: Documentation, https://www.proofgate.xyz/docs
@@ -0,0 +1,8 @@
1
+ proofgate/__init__.py,sha256=RYOe5gCXPhsPG6-HzsnmVkdWpzE6GoIHimcZ4J9sdTE,1130
2
+ proofgate/client.py,sha256=nnCqjtD12WXU5u1dzkx6VEMxnAYiZgJ-9HSFrPdl0Fs,15765
3
+ proofgate/exceptions.py,sha256=PCbAa3hHlNvG0seXRl0j1ubbi6PGLJHyIdEE8tb0bpo,1059
4
+ proofgate/types.py,sha256=e99DruIKz8ueiQcVGfL66WNo3jCpYhQy38PDk12c76c,6593
5
+ proofgate-0.1.1.dist-info/METADATA,sha256=pi9W3PF5Ndgk2x-oDd24YzWaKm8L3bTmJMk7EmD50HQ,6817
6
+ proofgate-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
7
+ proofgate-0.1.1.dist-info/licenses/LICENSE,sha256=Z3Jp3T7pcPkUZiJK7_WuigXNQZYY_bpasmJg1mS9NA8,1062
8
+ proofgate-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- proofgate/__init__.py,sha256=RYOe5gCXPhsPG6-HzsnmVkdWpzE6GoIHimcZ4J9sdTE,1130
2
- proofgate/client.py,sha256=nnCqjtD12WXU5u1dzkx6VEMxnAYiZgJ-9HSFrPdl0Fs,15765
3
- proofgate/exceptions.py,sha256=PCbAa3hHlNvG0seXRl0j1ubbi6PGLJHyIdEE8tb0bpo,1059
4
- proofgate/types.py,sha256=RPJPHlyi1NZ31MoLntoXlUb8S_EpdVCKbg9MQQj6XnY,6588
5
- proofgate-0.1.0.dist-info/METADATA,sha256=oe1bbnV56br6ryNBiWfqYasIi7CcYVN9oxTorQ6qi2E,6817
6
- proofgate-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
7
- proofgate-0.1.0.dist-info/licenses/LICENSE,sha256=Z3Jp3T7pcPkUZiJK7_WuigXNQZYY_bpasmJg1mS9NA8,1062
8
- proofgate-0.1.0.dist-info/RECORD,,