From b5f78c5500ecccb931eced90ced23d131347a70e Mon Sep 17 00:00:00 2001 From: Robert Mads Christensen <61755754+madschristensen99@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:12:06 -0400 Subject: [PATCH 1/4] add heder nitrogen constants.ts Signed-off-by: Robert Mads Christensen <61755754+madschristensen99@users.noreply.github.com> --- .../constants/src/lib/constants/constants.ts | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 63af2c4db9..95fb30b86b 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -813,6 +813,17 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + fhenixFhenix: { + contractAddress: null, + chainId: 8008148, + name: 'Fhenix Nitrogen', + symbol: 'tFHE', + decimals: 18, + rpcUrls: ['https://api.nitrogen.fhenix.zone'], + blockExplorerUrls: ['https://explorer.nitrogen.fhenix.zone'], + type: null, + vmType: 'EVM', + }, hederaTestnet: { contractAddress: null, chainId: 296, @@ -824,6 +835,17 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + hederaMainnet: { + contractAddress: null, + chainId: 295, + name: 'Hedera Mainnet', + symbol: 'HBAR', + decimals: 8, + rpcUrls: ['https://mainnet.hashio.io/api'], + blockExplorerUrls: ['https://hashscan.io/'], + type: null, + vmType: 'EVM', + }, bitTorrentTestnet: { contractAddress: null, chainId: 1028, From c381250ec8c3dc36697a28201baf310ac5be2093 Mon Sep 17 00:00:00 2001 From: Robert Mads Christensen <61755754+madschristensen99@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:14:12 -0400 Subject: [PATCH 2/4] fix typo constants.ts Signed-off-by: Robert Mads Christensen <61755754+madschristensen99@users.noreply.github.com> --- 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 95fb30b86b..f1d0756191 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -813,7 +813,7 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, - fhenixFhenix: { + fhenixNitrogen: { contractAddress: null, chainId: 8008148, name: 'Fhenix Nitrogen', From 2de821cc010d149d13c71782ca61a6157ecacd99 Mon Sep 17 00:00:00 2001 From: Robert Mads Christensen <61755754+madschristensen99@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:19:16 -0400 Subject: [PATCH 3/4] Update package.json accs schema version Signed-off-by: Robert Mads Christensen <61755754+madschristensen99@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a3778b3f5..f0ef254cf9 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.24", + "@lit-protocol/accs-schemas": "^0.0.25", "@lit-protocol/contracts": "^0.0.74", "@metamask/eth-sig-util": "5.0.2", "@mysten/sui.js": "^0.37.1", From 37b508df49ba9cfb8e3a3340df3acdada61b0f05 Mon Sep 17 00:00:00 2001 From: madschristensen99 Date: Mon, 21 Apr 2025 12:02:39 -0400 Subject: [PATCH 4/4] update yarn.lock --- yarn.lock | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2743ab18a4..2ec182f966 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.24": - version "0.0.24" - resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.24.tgz#f2e0ee6c0e908f9f40378f210fd8ba922195c764" - integrity sha512-sjUfMAc8kj/Tj/GAFnlrbvs9PzoSK5wR3L1hK4kFI6lifq31LsDGqNLWmIEDXRubE/YusK5QaY30h+WPgk8RFQ== +"@lit-protocol/accs-schemas@^0.0.25": + version "0.0.25" + resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.25.tgz#8f303122e6cef5fbb057b719db5b6dfc82c89a06" + integrity sha512-DkzaRLQ1j6G5ZfZkwt5fmWeU8u4XUNB5SBTBJxp8o3fWPoUfpsgb9jGE2/+D5O9+67qy/59ezum62Icid2uH0g== 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"