From df2ce5791ffb50b419581b62959d90e138674a1d Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Wed, 25 Jun 2025 10:43:57 -1000 Subject: [PATCH 1/2] feat: Add new RPCs --- .../constants/src/lib/constants/constants.ts | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 2406640a5..6b59a258a 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -1121,6 +1121,61 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + sonicMainnet: { + contractAddress: null, + chainId: 146, + name: 'Sonic Mainnet', + symbol: 'S', + decimals: 18, + rpcUrls: ['https://rpc.soniclabs.com'], + blockExplorerUrls: ['https://sonicscan.org'], + type: null, + vmType: 'EVM', + }, + sonicBlazeTestnet: { + contractAddress: null, + chainId: 57054, + name: 'Sonic Blaze Testnet', + symbol: 'S', + decimals: 18, + rpcUrls: ['https://rpc.blaze.soniclabs.com'], + blockExplorerUrls: ['https://testnet.sonicscan.org/'], + type: null, + vmType: 'EVM', + }, + holeskyTestnet: { + contractAddress: null, + chainId: 17000, + name: 'Holesky Testnet', + symbol: 'ETH', + decimals: 18, + rpcUrls: ['https://rpc.holesky.ethpandaops.io'], + blockExplorerUrls: ['https://holesky.etherscan.io/'], + type: null, + vmType: 'EVM', + }, + flowEvmMainnet: { + contractAddress: null, + chainId: 747, + name: 'Flow EVM Mainnet', + symbol: 'FLOW', + decimals: 18, + rpcUrls: ['https://mainnet.evm.nodes.onflow.org'], + blockExplorerUrls: ['https://evm.flowscan.io/'], + type: null, + vmType: 'EVM', + }, + flowEvmTestnet: { + contractAddress: null, + chainId: 545, + name: 'Flow EVM Testnet', + symbol: 'FLOW', + decimals: 18, + rpcUrls: ['https://testnet.evm.nodes.onflow.org'], + blockExplorerUrls: ['https://evm-testnet.flowscan.io'], + type: null, + vmType: 'EVM', + }, }; /** From 00e863e33fdcad096baa1eaf061746f82ec3a382 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Mon, 21 Jul 2025 07:28:27 -1000 Subject: [PATCH 2/2] fix: bump @lit-protocol/accs-schemas version to ^0.0.29 --- package.json | 2 +- yarn.lock | 39 ++++++++++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d67a860ad..2ea65577e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@cosmjs/proto-signing": "0.30.1", "@cosmjs/stargate": "0.30.1", "@dotenvx/dotenvx": "^1.6.4", - "@lit-protocol/accs-schemas": "^0.0.28", + "@lit-protocol/accs-schemas": "^0.0.29", "@lit-protocol/contracts": "^0.0.74", "@metamask/eth-sig-util": "5.0.2", "@mysten/sui.js": "^0.37.1", diff --git a/yarn.lock b/yarn.lock index 1af58624c..9e9159ccf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3013,10 +3013,10 @@ npmlog "^6.0.2" write-file-atomic "^4.0.1" -"@lit-protocol/accs-schemas@^0.0.28": - version "0.0.28" - resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.28.tgz#4d63648bfddb00dcc177160b4b94809c8d1a805f" - integrity sha512-SkayRWUz7MvibjKO/MN8xuhEziyWPlKYZ5wrPdC9gDqvgiJR1BM95tY89jv/ypVDA+u5B3DhtXXYMpIQCSHUOg== +"@lit-protocol/accs-schemas@^0.0.29": + version "0.0.29" + resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.29.tgz#19b59f7e2931b60320c258880ff572e530ce27e8" + integrity sha512-l6h21Z9zG3LWrBkCKhnd3G/V7GKjMxo8Pdgmv6bdqMDli+R1VdknyjhId/JBX7DC971yvNp2jhqa4lwEqHLkEA== dependencies: ajv "^8.12.0" @@ -21591,7 +21591,7 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -21609,6 +21609,15 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string-width@^2.0.0, string-width@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" @@ -21730,7 +21739,7 @@ stringify-package@^1.0.1: resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85" integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg== -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -21758,6 +21767,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-ansi@^7.0.1: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -23914,7 +23930,7 @@ wordwrap@^1.0.0: resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -23949,6 +23965,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.0.1, wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"