diff --git a/package.json b/package.json index 9b7bbe719..997adfa75 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@cosmjs/proto-signing": "0.30.1", "@cosmjs/stargate": "0.30.1", "@dotenvx/dotenvx": "^1.6.4", - "@lit-protocol/accs-schemas": "^0.0.31", + "@lit-protocol/accs-schemas": "^0.0.36", "@lit-protocol/contracts": "^0.0.74", "@lit-protocol/lit-status-sdk": "^0.1.8", "@metamask/eth-sig-util": "5.0.2", diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 6b59a258a..3cc5118ca 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -1176,6 +1176,39 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + confluxEspaceMainnet: { + contractAddress: null, + chainId: 1030, + name: 'Conflux eSpace Mainnet', + symbol: 'CFX', + decimals: 18, + rpcUrls: ['evm.confluxrpc.com'], + blockExplorerUrls: ['https://confluxscan.net/'], + type: null, + vmType: 'EVM', + }, + statusNetworkSepolia: { + contractAddress: null, + chainId: 1660990954, + name: 'Status Network Sepolia', + symbol: 'FLOW', + decimals: 18, + rpcUrls: ['https://public.sepolia.rpc.status.network'], + blockExplorerUrls: ['https://sepoliascan.status.network'], + type: null, + vmType: 'EVM', + }, + '0gMainnet': { + contractAddress: null, + chainId: 16661, + name: '0G Mainnet', + symbol: 'FLOW', + decimals: 18, + rpcUrls: ['http://evmrpc.0g.ai/ '], + blockExplorerUrls: ['https://chainscan.0g.ai/'], + type: null, + vmType: 'EVM', + }, }; /** diff --git a/yarn.lock b/yarn.lock index a7cdd0171..a82c328b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2817,10 +2817,10 @@ npmlog "^6.0.2" write-file-atomic "^4.0.1" -"@lit-protocol/accs-schemas@^0.0.31": - version "0.0.31" - resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.31.tgz#a37ebde40e0246a56452327882b104d94a4f90a3" - integrity sha512-L3MxpXY1hP6Ep4GwD3ZBQjaFVPuF7VlLU0zJhODqcs+RkHXlcXp9py7rY2APJEW3Amx1LTMwaRKn63egn16RYw== +"@lit-protocol/accs-schemas@^0.0.36": + version "0.0.36" + resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.36.tgz#d178292db0a79237007f6d460b7b0cc2a7e55909" + integrity sha512-JTKbziOCgvmfHeHFw7v68kUnB4q+oMZ6IIElGnhrTX+2+9hRygrN9gGufJVPjjFDSg4TfZtrDvmD2uknKKpLxg== dependencies: ajv "^8.12.0"