Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/deploy-operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ Deployment is supported on all configured networks:
| Base Mainnet | 8453 | `eip155:8453` |
| Ethereum | 1 | `eip155:1` |
| Ethereum Sepolia | 11155111 | `eip155:11155111` |
| Arbitrum Sepolia | 421614 | `eip155:421614` |
| Polygon | 137 | `eip155:137` |
| Arbitrum | 42161 | `eip155:42161` |
| Optimism | 10 | `eip155:10` |
Expand Down
2 changes: 1 addition & 1 deletion sdk/helpers/refundable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const option = refundable({

## Supported Networks

The function resolves addresses from the network config for all supported networks. See `getNetworkConfig()` for the full list (Base Sepolia, Base, Ethereum, Ethereum Sepolia, Polygon, Arbitrum, Optimism, Avalanche, Celo, Monad).
The function resolves addresses from the network config for all supported networks. See `getNetworkConfig()` for the full list (Base Sepolia, Base, Ethereum, Ethereum Sepolia, Arbitrum Sepolia, Polygon, Arbitrum, Optimism, Avalanche, Celo, Monad).

```typescript
refundable({ network: 'eip155:84532', ... }, '0x...'); // Base Sepolia
Expand Down
1 change: 1 addition & 0 deletions sdk/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The SDK is organized into packages designed for specific roles in the payment ec
| Base Mainnet | 8453 | Deployed, not yet tested |
| Ethereum | 1 | Deployed, not yet tested |
| Ethereum Sepolia | 11155111 | Deployed, not yet tested |
| Arbitrum Sepolia | 421614 | Deployed, not yet tested |
| Polygon | 137 | Deployed, not yet tested |
| Arbitrum | 42161 | Deployed, not yet tested |
| Optimism | 10 | Deployed, not yet tested |
Expand Down
Loading