Skip to content

Commit a49afbd

Browse files
committed
feat: initial support for signing scheme
1 parent 27d1bdf commit a49afbd

File tree

25 files changed

+1192
-88
lines changed

25 files changed

+1192
-88
lines changed

local-tests/build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const createBuildConfig = (entry, outfile, globalName) => ({
3636
inject: [getPath('./shim.mjs')],
3737
mainFields: ['module', 'main'],
3838
...(globalName ? { globalName } : {}),
39+
sourcemap: true,
3940
});
4041

4142
/**

local-tests/setup/shiva-client.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type ContractAbis = {
1010
pubkeyRouter: string;
1111
pkpPermissions: string;
1212
pkpHelper: string;
13+
priceFeed: string;
1314
contractResolver: string;
1415
paymentDelegation: string;
1516
};

0 commit comments

Comments
 (0)