Commit 55d967d 1 parent a921986 commit 55d967d Copy full SHA for 55d967d
File tree 4 files changed +15
-1
lines changed
4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "lib/nexus "]
2
+ path = lib/nexus
3
+ url = https://github.com/bcnmy/nexus
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ forge-std/=node_modules/forge-std/
4
4
account-abstraction=node_modules/account-abstraction/
5
5
modulekit/=node_modules/modulekit/src/
6
6
sentinellist/=node_modules/sentinellist/
7
- solady/=node_modules/solady
7
+ solady/=node_modules/solady
8
+ ds-test/=node_modules/ds-test/src/
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: Unlicensed
2
+ pragma solidity ^ 0.8.24 ;
3
+ import { BiconomySponsorshipPaymaster } from "../../contracts/sponsorship/SponsorshipPaymasterWithPremium.sol " ;
4
+ import { Test } from "forge-std/src/Test.sol " ;
5
+ import { StdCheats } from "forge-std/src/StdCheats.sol " ;
6
+
7
+ contract SponsorshipPaymasterWithPremiumTest is Test {
8
+
9
+ }
You can’t perform that action at this time.
0 commit comments