Skip to content

Commit 4392558

Browse files
committed
fix: update ipfs cids
1 parent 5ab601b commit 4392558

File tree

1 file changed

+1
-1
lines changed
  • packages/wrapped-keys/src/lib/lit-actions-client

1 file changed

+1
-1
lines changed

packages/wrapped-keys/src/lib/lit-actions-client/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { LitCidRepository, LitCidRepositoryCommon } from './types';
33
const LIT_ACTION_CID_REPOSITORY: LitCidRepository = Object.freeze({
44
signTransaction: {
55
evm: 'QmYTEJyniRRkTxe3D9mmkURXCFBAXWK7TEGk5LxvWSETWn',
6-
solana: 'QmWcAME1zaQ6jfE8yHCTxRhdonNmhvxhK71YvMKPWDXyBk',
6+
solana: 'QmWUozjthkrjEBGkkEvGTvCaxCaiPMTke6FUpiwhn28k8Z',
77
},
88
signMessage: {
99
evm: 'Qmdm4mGn6A8RmqeiDgRPXFt2yYEKCUMUVimSb5iPJfs31e',

0 commit comments

Comments
 (0)