Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovdog committed Jul 16, 2024
1 parent 52fe772 commit 2ba384f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pages/infra/bundler/compression/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

### Whitelisted Inflators

[SimpleInflator](https://github.com/pimlicolabs/alto/blob/main/test/e2e/contracts/src/SimpleInflator.sol): `0x564c7dC50f8293d070F490Fc31fEc3A0A091b9bB`
[SimpleInflator](https://github.com/pimlicolabs/alto/blob/main/contracts/src/Compression/SimpleInflator.sol): `0x564c7dC50f8293d070F490Fc31fEc3A0A091b9bB`
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:::info
The paymaster is fully open source and audited!

You can view the whole ERC20 Paymaster contract [in our repository](https://github.com/pimlicolabs/erc20-paymaster-contracts/blob/master/src/PimlicoERC20Paymaster.sol).
You can view the whole ERC20 Paymaster contract [in our repository](https://github.com/pimlicolabs/erc20-paymaster/blob/b244afd9259870760900c0896cf1a7b79ddce99e/src/ERC20Paymaster.solsol).

You can also view the [full audit report](https://github.com/NethermindEth/PublicAuditReports/blob/main/NM0083-FINAL_PIMLICO.pdf) for the paymaster completed by [Nethermind Audits](https://www.nethermind.io/smart-contract-audits).
You can also view the [full audit report](https://github.com/pimlicolabs/erc20-paymaster/blob/0161e3919e6ec44e13b3029b2bb9f4d7ce27a743/audits/2023-05-nethermind.pdf) for the paymaster completed by [Nethermind Audits](https://www.nethermind.io/smart-contract-audits).

However, an audit report does not guarantee that using the paymaster is risk-free. Please use the paymaster at your own risk.
:::
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/infra/paymaster/erc20-paymaster-legacy/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Theoretically, we can support any token on any EVM chains that have Chainlink su

## Where can I find Pimlico's ERC20 Paymaster contract?

You can find the contract source code [here](https://github.com/pimlicolabs/erc20-paymaster-contracts/blob/master/src/PimlicoERC20Paymaster.sol).
You can find the contract source code [here](https://github.com/pimlicolabs/erc20-paymaster/blob/b244afd9259870760900c0896cf1a7b79ddce99e/src/ERC20Paymaster.sol).

## Does the ERC20 Paymaster use an admin upgradeable proxy?

No, we do not. The contracts we deploy can never be upgraded. However there are two variables that can be changed by the owner: the `priceMarkup` and the `priceUpdateThreshold`.

## Has Pimlico's ERC20 Paymaster been audited?

Yes, the ERC20 Paymaster contract by Pimlico has been audited by [Nethermind Audits](https://www.nethermind.io/smart-contract-audits). The full audit report can be found [here](https://github.com/pimlicolabs/erc20-paymaster-contracts/blob/master/audits/nethermind-audit.pdf).
Yes, the ERC20 Paymaster contract by Pimlico has been audited by [Nethermind Audits](https://www.nethermind.io/smart-contract-audits). The full audit report can be found [here](https://github.com/pimlicolabs/erc20-paymaster/blob/0161e3919e6ec44e13b3029b2bb9f4d7ce27a743/audits/2023-05-nethermind.pdf).

However, an audit does not guarantee complete security. Please use the paymaster at your own risk.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/permissionless/how-to/signers/lit-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This how-to guide will walk you through the steps to integrate Lit Protocol's OTP sign-in with email, SMS, and Whatsapp with a smart account whose user operations are relayed and sponsored by Pimlico.

:::info
Lit Protocol is an Authentication solution that lets you create and manage distributed cryptographic key-pairs for condition-based encryption and programmatic signing. A decentralized key management network, Lit can be used in place of centralized key custodians and other key management solutions. For more information on how Lit Protocol works, visit [their documentation page](https://developer.litprotocol.com/v2/resources/howItWorks).
Lit Protocol is an Authentication solution that lets you create and manage distributed cryptographic key-pairs for condition-based encryption and programmatic signing. A decentralized key management network, Lit can be used in place of centralized key custodians and other key management solutions. For more information on how Lit Protocol works, visit [their documentation page](https://developer.litprotocol.com/resources/how-it-works).
:::

[Stytch](https://stytch.com/) will be used to manage the OTP authentication flow.
Expand Down

0 comments on commit 2ba384f

Please sign in to comment.