# Deployed Contract

`PeltierDelegate` is deployed at the **same address on every supported chain** —
this is the address [`PeltierProvider`](/docs/peltier-provider.md) uses by default (so you
normally don't set `implementationAddress`), and the target of the EIP-7702
authorization the SDK signs on the payer's behalf.

> **Contract address (all chains)**
> `0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4`

| Chain | Chain ID | Explorer |
| --- | --- | --- |
| Ethereum | `1` | [etherscan.io](https://etherscan.io/address/0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4) |
| Arbitrum | `42161` | [arbiscan.io](https://arbiscan.io/address/0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4) |
| Base | `8453` | [basescan.org](https://basescan.org/address/0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4) |
| Optimism | `10` | [optimistic.etherscan.io](https://optimistic.etherscan.io/address/0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4) |
| Polygon | `137` | [polygonscan.com](https://polygonscan.com/address/0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4) |
| Monad | `143` | [monadscan.com](https://monadscan.com/address/0x33333A781cbe9aC82Ba510BfF7b26c47a8FDecD4) |

The contract source is verified on each explorer above.
