Skip to content

Commit

Permalink
whitelist erc20 paymaster on mantletestnet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Nov 2, 2023
1 parent 60ee305 commit 4f4f242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "1.0.17-alpha",
"version": "1.0.18-alpha",
"engines": {
"node": ">=18.0.0"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/params/src/whitelisted-entities/paymasters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,7 @@ export const WhitelistedPaymasters: IWhitelistedEntity = {
// USDC/ETH
getAddress("0x8b067387ec0B922483Eadb771bc9290194685522"),
],

// Mantle testnet
5001: [getAddress("0x6Ea25cbb60360243E871dD935225A293a78704a8")],
};

0 comments on commit 4f4f242

Please sign in to comment.