@tradestack/paymaster 1.2.23 → 1.2.24

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.
@@ -22,7 +22,7 @@ exports.CHAIN_REGISTRY = {
22
22
  bundlerRpc: `https://api.pimlico.io/v2/sepolia/rpc?apikey=${process.env.PIMLICO_API_KEY}`,
23
23
  blockExplorer: "https://sepolia.etherscan.io",
24
24
  entryPointAddress: "0x0000000071727De22E5E9d8BAf0edAc6f37da032",
25
- paymasterAddress: "0x32999F27e86e1430B17693D7aB962B8B25c8fcBC",
25
+ paymasterAddress: "0x72BA91B30f4a5D004dfCc1F9057F12c15e22221f",
26
26
  nativeCurrency: {
27
27
  name: "Sepolia ETH",
28
28
  symbol: "ETH",
@@ -95,7 +95,7 @@ exports.CHAIN_REGISTRY = {
95
95
  bundlerRpc: `https://api.pimlico.io/v2/arbitrum-sepolia/rpc?apikey=${process.env.PIMLICO_API_KEY}`,
96
96
  blockExplorer: "https://sepolia.arbiscan.io",
97
97
  entryPointAddress: "0x0000000071727De22E5E9d8BAf0edAc6f37da032",
98
- paymasterAddress: "0xCA8D59028F6EbE77CA141218011802042AC04227",
98
+ paymasterAddress: "0x72BA91B30f4a5D004dfCc1F9057F12c15e22221f",
99
99
  nativeCurrency: {
100
100
  name: "Arbitrum Sepolia ETH",
101
101
  symbol: "ETH",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradestack/paymaster",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "Multi-chain sweep and paymaster SDK: EVM, Solana, Tron. Gasless transactions for your users.",
5
5
  "main": "dist/sdk/index.js",
6
6
  "types": "dist/sdk/index.d.ts",