Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions local-tests/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const createBuildConfig = (entry, outfile, globalName) => ({
inject: [getPath('./shim.mjs')],
mainFields: ['module', 'main'],
...(globalName ? { globalName } : {}),
sourcemap: true,
});

/**
Expand Down
1 change: 1 addition & 0 deletions local-tests/setup/shiva-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type ContractAbis = {
pubkeyRouter: string;
pkpPermissions: string;
pkpHelper: string;
priceFeed: string;
contractResolver: string;
paymentDelegation: string;
};
Expand Down
Loading
Loading