You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,7 +75,7 @@ Connect to `wss://api.v07.t1protocol.com` by providing following authentication
75
75
});
76
76
```
77
77
-`"X-Auth-Blob".username` is any string that you would like your Solver to be identified by
78
-
-`"X-Auth-Blob".nonce` is a unique nonce tied to your login attempt. you can acquire be calling `https://api.v07.t1protocol.com/api/currentNonce?username=your-username` . This nonce is needed for security of your login - should any part intercept your signature, they are not able to use it to login.
78
+
-`"X-Auth-Blob".nonce` is a unique nonce tied to your login attempt. you can acquire be calling `https://sealedbid.api.t1protocol.com/api/currentNonce?username=your-username` . This nonce is needed for security of your login - should any part intercept your signature, they are not able to use it to login.
79
79
-`"X-Auth-Signature"` is a signature of a stringified `"X-Auth-Blob"` . Make sure to use the private key that will also be used to fill intents!
80
80
81
81
Then stream your price list in the following format to the socket.
@@ -215,7 +215,7 @@ Location: offchain
215
215
216
216
Timing: once a new `ProofOfReadRootCommitted` event has been emitted
Copy file name to clipboardExpand all lines: docs/integration/xChainRead/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ t1 runs full nodes of partner rollups inside TEEs, ensuring verifiable execution
28
28
29
29
t1 currently supports the following chains:
30
30
31
-
- Arbitrum Sepolia
32
-
- Base Sepolia
31
+
- Arbitrum
32
+
- Base
33
33
34
-
Let's use the following example to demonstrate how to use xChainRead. This example is a simplified version of the [T1ERC7683](https://github.com/t1protocol/t1/blob/canary/contracts/src/7683/T1ERC7683.sol) contract. It allows users to request a cross-chain read of the `getFilledOrderStatus` function of a 7683 contract on the Base Sepolia chain.
34
+
Let's use the following example to demonstrate how to use xChainRead. This example is a simplified version of the [T1ERC7683](https://github.com/t1protocol/t1/blob/canary/contracts/src/7683/T1ERC7683.sol) contract. It allows users to request a cross-chain read of the `getFilledOrderStatus` function of a 7683 contract on the Base chain.
0 commit comments