Skip to content

Commit 3102961

Browse files
authored
Merge branch 'master' into feature/lit-4041-support-eip1271-on-the-sdk
2 parents 08c4f0e + 6ab28bd commit 3102961

File tree

33 files changed

+370
-91
lines changed

33 files changed

+370
-91
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "7.0.0"
5+
"version": "7.0.2"
66
}

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@cosmjs/proto-signing": "0.30.1",
4141
"@cosmjs/stargate": "0.30.1",
4242
"@dotenvx/dotenvx": "^1.6.4",
43-
"@lit-protocol/accs-schemas": "^0.0.19",
44-
"@lit-protocol/contracts": "^0.0.63",
43+
"@lit-protocol/accs-schemas": "^0.0.20",
44+
"@lit-protocol/contracts": "^0.0.74",
4545
"@metamask/eth-sig-util": "5.0.2",
4646
"@mysten/sui.js": "^0.37.1",
4747
"@openagenda/verror": "^3.1.4",
@@ -84,7 +84,7 @@
8484
"@nx/plugin": "17.3.0",
8585
"@nx/react": "17.3.0",
8686
"@nx/web": "17.3.0",
87-
"@solana/web3.js": "^1.95.3",
87+
"@solana/web3.js": "1.95.3",
8888
"@types/depd": "^1.1.36",
8989
"@types/jest": "27.4.1",
9090
"@types/node": "18.19.18",
@@ -125,6 +125,5 @@
125125
},
126126
"workspaces": [
127127
"packages/*"
128-
],
129-
"packageManager": "[email protected]"
128+
]
130129
}

packages/access-control-conditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "7.0.0",
24+
"version": "7.0.2",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/auth-browser/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525
"tweetnacl": "^1.0.3",
2626
"tweetnacl-util": "^0.13.3",
2727
"util": "^0.12.4",
28-
"web-vitals": "^3.0.4"
28+
"web-vitals": "^3.0.4",
29+
"@lit-protocol/contracts": "^0.0.74"
2930
},
3031
"tags": [
3132
"browser"
3233
],
33-
"version": "7.0.0",
34+
"version": "7.0.2",
3435
"main": "./dist/src/index.js",
3536
"typings": "./dist/src/index.d.ts"
3637
}

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"crypto": false,
2626
"stream": false
2727
},
28-
"version": "7.0.0",
28+
"version": "7.0.2",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"universal"
2222
],
23-
"version": "7.0.0",
23+
"version": "7.0.2",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
2626
}

packages/constants/src/lib/constants/constants.ts

Lines changed: 81 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,71 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
726726
type: null,
727727
vmType: 'EVM',
728728
},
729+
skaleCalypsoTestnet: {
730+
contractAddress: null,
731+
chainId: 974399131,
732+
name: 'SKALE Calypso Hub Testnet',
733+
symbol: 'sFUEL',
734+
decimals: 18,
735+
rpcUrls: ['https://testnet.skalenodes.com/v1/giant-half-dual-testnet'],
736+
blockExplorerUrls: [
737+
'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com/',
738+
],
739+
type: null,
740+
vmType: 'EVM',
741+
},
742+
skaleEuropa: {
743+
contractAddress: null,
744+
chainId: 2046399126,
745+
name: 'SKALE Europa DeFI Hub',
746+
symbol: 'sFUEL',
747+
decimals: 18,
748+
rpcUrls: ['https://mainnet.skalenodes.com/v1/elated-tan-skat'],
749+
blockExplorerUrls: [
750+
'https://elated-tan-skat.explorer.mainnet.skalenodes.com/',
751+
],
752+
type: null,
753+
vmType: 'EVM',
754+
},
755+
skaleEuropaTestnet: {
756+
contractAddress: null,
757+
chainId: 1444673419,
758+
name: 'SKALE Europa DeFi Hub Testnet',
759+
symbol: 'sFUEL',
760+
decimals: 18,
761+
rpcUrls: ['https://testnet.skalenodes.com/v1/juicy-low-small-testnet'],
762+
blockExplorerUrls: [
763+
'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com/',
764+
],
765+
type: null,
766+
vmType: 'EVM',
767+
},
768+
skaleTitan: {
769+
contractAddress: null,
770+
chainId: 1350216234,
771+
name: 'SKALE Titan AI Hub',
772+
symbol: 'sFUEL',
773+
decimals: 18,
774+
rpcUrls: ['https://mainnet.skalenodes.com/v1/parallel-stormy-spica'],
775+
blockExplorerUrls: [
776+
'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com/',
777+
],
778+
type: null,
779+
vmType: 'EVM',
780+
},
781+
skaleTitanTestnet: {
782+
contractAddress: null,
783+
chainId: 1020352220,
784+
name: 'SKALE Titan AI Hub Testnet',
785+
symbol: 'sFUEL',
786+
decimals: 18,
787+
rpcUrls: ['https://testnet.skalenodes.com/v1/aware-fake-trim-testnet'],
788+
blockExplorerUrls: [
789+
'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com/',
790+
],
791+
type: null,
792+
vmType: 'EVM',
793+
},
729794
fhenixHelium: {
730795
contractAddress: null,
731796
chainId: 8008135,
@@ -759,14 +824,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
759824
type: null,
760825
vmType: 'EVM',
761826
},
762-
storyIlaid: {
827+
storyOdyssey: {
763828
contractAddress: null,
764-
chainId: 1513,
765-
name: 'Story Iliad Testnet',
829+
chainId: 1516,
830+
name: 'Story Odyssey',
766831
symbol: 'IP',
767832
decimals: 18,
768-
rpcUrls: ['https://testnet.storyrpc.io'],
769-
blockExplorerUrls: ['https://testnet.storyscan.xyz'],
833+
rpcUrls: ['https://rpc.odyssey.storyrpc.io'],
834+
blockExplorerUrls: ['https://odyssey.storyscan.xyz'],
770835
type: null,
771836
vmType: 'EVM',
772837
},
@@ -803,6 +868,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
803868
type: null,
804869
vmType: 'EVM',
805870
},
871+
matchain: {
872+
contractAddress: null,
873+
chainId: 698,
874+
name: 'Matchain',
875+
symbol: 'BNB',
876+
decimals: 18,
877+
rpcUrls: ['https://rpc.matchain.io'],
878+
blockExplorerUrls: ['https://matchscan.io'],
879+
type: null,
880+
vmType: 'EVM',
881+
},
806882
};
807883

808884
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '7.0.0';
1+
export const version = '7.0.2';

packages/contracts-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tags": [
2626
"universal"
2727
],
28-
"version": "7.0.0",
28+
"version": "7.0.2",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/core/jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default {
66
'ts-jest': {
77
tsconfig: '<rootDir>/tsconfig.spec.json',
88
},
9+
fetch: global.fetch,
910
},
1011
transform: {
1112
'^.+\\.[t]s$': 'ts-jest',

0 commit comments

Comments
 (0)