Skip to content

Commit

Permalink
PRO-1803 - Token_Paymaster (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 authored Sep 11, 2023
1 parent 14d1402 commit 65c4547
Show file tree
Hide file tree
Showing 11 changed files with 1,202 additions and 108 deletions.
8 changes: 2 additions & 6 deletions backend/demo.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ LOG_LEVEL=debug

API_HOST=127.0.0.1
API_PORT=5050
API_KEY=dev

RPC_URL=https://mumbai-bundler.etherspot.io/
PAYMASTER_CONTRACT=0x153e26707DF3787183945B88121E4Eb188FDCAAA
PAYMASTER_PRIVATE_KEY=0x
PIMLICO_API_KEY=
STACKUP_API_KEY=
PIMLICO_CHAIN_ID=
VERIFICATION_GAS_LIMIT=120000
STACKUP_API_KEY=
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"typescript"
],
"dependencies": {
"@pimlico/erc20-paymaster": "0.1.0",
"@account-abstraction/contracts": "0.6.0",
"@account-abstraction/utils": "0.5.0",
"@sinclair/typebox": "0.23.5",
"ajv": "8.11.2",
"dotenv": "16.0.3",
Expand Down
4 changes: 2 additions & 2 deletions backend/src/abi/EtherspotAbi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default [
"type": "address"
}
],
"name": "add",
"name": "addToWhitelist",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
Expand All @@ -177,7 +177,7 @@ export default [
"type": "address[]"
}
],
"name": "addBatch",
"name": "addBatchToWhitelist",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
Expand Down
Loading

0 comments on commit 65c4547

Please sign in to comment.