Skip to content

Commit b85dbad

Browse files
authored
Merge pull request #905 from LIT-Protocol/feat/rpc-2025-09-18
[js-sdk] New RPCs 2025-09-18
2 parents 7b6b5d0 + 3cf7392 commit b85dbad

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@cosmjs/proto-signing": "0.30.1",
4343
"@cosmjs/stargate": "0.30.1",
4444
"@dotenvx/dotenvx": "^1.6.4",
45-
"@lit-protocol/accs-schemas": "^0.0.31",
45+
"@lit-protocol/accs-schemas": "^0.0.36",
4646
"@lit-protocol/contracts": "^0.0.74",
4747
"@lit-protocol/lit-status-sdk": "^0.1.8",
4848
"@metamask/eth-sig-util": "5.0.2",

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,39 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
11761176
type: null,
11771177
vmType: 'EVM',
11781178
},
1179+
confluxEspaceMainnet: {
1180+
contractAddress: null,
1181+
chainId: 1030,
1182+
name: 'Conflux eSpace Mainnet',
1183+
symbol: 'CFX',
1184+
decimals: 18,
1185+
rpcUrls: ['evm.confluxrpc.com'],
1186+
blockExplorerUrls: ['https://confluxscan.net/'],
1187+
type: null,
1188+
vmType: 'EVM',
1189+
},
1190+
statusNetworkSepolia: {
1191+
contractAddress: null,
1192+
chainId: 1660990954,
1193+
name: 'Status Network Sepolia',
1194+
symbol: 'FLOW',
1195+
decimals: 18,
1196+
rpcUrls: ['https://public.sepolia.rpc.status.network'],
1197+
blockExplorerUrls: ['https://sepoliascan.status.network'],
1198+
type: null,
1199+
vmType: 'EVM',
1200+
},
1201+
'0gMainnet': {
1202+
contractAddress: null,
1203+
chainId: 16661,
1204+
name: '0G Mainnet',
1205+
symbol: 'FLOW',
1206+
decimals: 18,
1207+
rpcUrls: ['http://evmrpc.0g.ai/ '],
1208+
blockExplorerUrls: ['https://chainscan.0g.ai/'],
1209+
type: null,
1210+
vmType: 'EVM',
1211+
},
11791212
};
11801213

11811214
/**

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2817,10 +2817,10 @@
28172817
npmlog "^6.0.2"
28182818
write-file-atomic "^4.0.1"
28192819

2820-
"@lit-protocol/accs-schemas@^0.0.31":
2821-
version "0.0.31"
2822-
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.31.tgz#a37ebde40e0246a56452327882b104d94a4f90a3"
2823-
integrity sha512-L3MxpXY1hP6Ep4GwD3ZBQjaFVPuF7VlLU0zJhODqcs+RkHXlcXp9py7rY2APJEW3Amx1LTMwaRKn63egn16RYw==
2820+
"@lit-protocol/accs-schemas@^0.0.36":
2821+
version "0.0.36"
2822+
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.36.tgz#d178292db0a79237007f6d460b7b0cc2a7e55909"
2823+
integrity sha512-JTKbziOCgvmfHeHFw7v68kUnB4q+oMZ6IIElGnhrTX+2+9hRygrN9gGufJVPjjFDSg4TfZtrDvmD2uknKKpLxg==
28242824
dependencies:
28252825
ajv "^8.12.0"
28262826

0 commit comments

Comments
 (0)