Skip to content

Commit 55d967d

Browse files
committed
Setup nexus submodule and fix remappings for foundry test
1 parent a921986 commit 55d967d

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lib/nexus"]
2+
path = lib/nexus
3+
url = https://github.com/bcnmy/nexus

lib/nexus

Submodule nexus added at ab9616b

remappings.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ forge-std/=node_modules/forge-std/
44
account-abstraction=node_modules/account-abstraction/
55
modulekit/=node_modules/modulekit/src/
66
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 numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

0 commit comments

Comments
 (0)