Skip to content

Commit

Permalink
feat(networks/sepolia): ad paymaster and sponsor examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nksazonov committed Dec 16, 2024
1 parent 5b03310 commit 46e8988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions networks/11155111/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"withdrawal": {
"allowedFeeTypes": [
"native"
"native",
"paymaster"
]
},
"swap": {
Expand All @@ -25,7 +26,8 @@
},
"lock": {
"allowedFeeTypes": [
"native"
"native",
"sponsor"
]
},
"unlock": {
Expand Down

0 comments on commit 46e8988

Please sign in to comment.