From 1a06dafef00979eaf7d1b6d84a44cc7d5b0a678f Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 18 Sep 2025 13:11:43 -1000 Subject: [PATCH 1/5] feat: add new rpcs --- .../constants/src/lib/constants/constants.ts | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 6b59a258a..1e009ed6a 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', + }, }; /** From 7450317af28ee2c2e89feee0a10abc2df525a9d2 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 18 Sep 2025 13:11:51 -1000 Subject: [PATCH 2/5] chore: bump accs-schemas --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b7bbe719..d9545cfbf 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.33", "@lit-protocol/contracts": "^0.0.74", "@lit-protocol/lit-status-sdk": "^0.1.8", "@metamask/eth-sig-util": "5.0.2", From c9bcb8b95c136fef4e5bc9a67be10e792f6981c2 Mon Sep 17 00:00:00 2001 From: anson Date: Fri, 19 Sep 2025 01:37:47 +0100 Subject: [PATCH 3/5] chore: update accs-schemas to version 0.0.36 --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index a7cdd0171..94feae180 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.33": + version "0.0.33" + resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.33.tgz#99f708134e86417c0b41ceee13f0d01fa852dd0b" + integrity sha512-naUYIAp1sHVzHZTwkpP8dZlRnVyIhSyjIQyG77lJEtliGALP4lAoWFS0iInha83TlHBYxXZxwXf+aKtQuNCs+Q== dependencies: ajv "^8.12.0" From 33d185b53c2096453405444bf8c7911e00d6a284 Mon Sep 17 00:00:00 2001 From: anson Date: Fri, 19 Sep 2025 01:38:39 +0100 Subject: [PATCH 4/5] fmt --- packages/constants/src/lib/constants/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 1e009ed6a..3cc5118ca 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -1198,7 +1198,7 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, - "0gMainnet": { + '0gMainnet': { contractAddress: null, chainId: 16661, name: '0G Mainnet', From 3cf73928f629d9332f6780ef85e3e848c3a113ab Mon Sep 17 00:00:00 2001 From: anson Date: Fri, 19 Sep 2025 01:39:42 +0100 Subject: [PATCH 5/5] chore: update @lit-protocol/accs-schemas to version 0.0.36 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d9545cfbf..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.33", + "@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/yarn.lock b/yarn.lock index 94feae180..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.33": - version "0.0.33" - resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.33.tgz#99f708134e86417c0b41ceee13f0d01fa852dd0b" - integrity sha512-naUYIAp1sHVzHZTwkpP8dZlRnVyIhSyjIQyG77lJEtliGALP4lAoWFS0iInha83TlHBYxXZxwXf+aKtQuNCs+Q== +"@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"