Skip to content

Commit 548f990

Browse files
authored
Merge pull request #818 from LIT-Protocol/hedera-nitrogen
add hedera and fhenix nitrogen
2 parents d4e40f1 + 37b508d commit 548f990

File tree

3 files changed

+55
-8
lines changed

3 files changed

+55
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@cosmjs/proto-signing": "0.30.1",
4141
"@cosmjs/stargate": "0.30.1",
4242
"@dotenvx/dotenvx": "^1.6.4",
43-
"@lit-protocol/accs-schemas": "^0.0.24",
43+
"@lit-protocol/accs-schemas": "^0.0.25",
4444
"@lit-protocol/contracts": "^0.0.74",
4545
"@metamask/eth-sig-util": "5.0.2",
4646
"@mysten/sui.js": "^0.37.1",

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
813813
type: null,
814814
vmType: 'EVM',
815815
},
816+
fhenixNitrogen: {
817+
contractAddress: null,
818+
chainId: 8008148,
819+
name: 'Fhenix Nitrogen',
820+
symbol: 'tFHE',
821+
decimals: 18,
822+
rpcUrls: ['https://api.nitrogen.fhenix.zone'],
823+
blockExplorerUrls: ['https://explorer.nitrogen.fhenix.zone'],
824+
type: null,
825+
vmType: 'EVM',
826+
},
816827
hederaTestnet: {
817828
contractAddress: null,
818829
chainId: 296,
@@ -824,6 +835,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
824835
type: null,
825836
vmType: 'EVM',
826837
},
838+
hederaMainnet: {
839+
contractAddress: null,
840+
chainId: 295,
841+
name: 'Hedera Mainnet',
842+
symbol: 'HBAR',
843+
decimals: 8,
844+
rpcUrls: ['https://mainnet.hashio.io/api'],
845+
blockExplorerUrls: ['https://hashscan.io/'],
846+
type: null,
847+
vmType: 'EVM',
848+
},
827849
bitTorrentTestnet: {
828850
contractAddress: null,
829851
chainId: 1028,

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,10 +3013,10 @@
30133013
npmlog "^6.0.2"
30143014
write-file-atomic "^4.0.1"
30153015

3016-
"@lit-protocol/accs-schemas@^0.0.24":
3017-
version "0.0.24"
3018-
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.24.tgz#f2e0ee6c0e908f9f40378f210fd8ba922195c764"
3019-
integrity sha512-sjUfMAc8kj/Tj/GAFnlrbvs9PzoSK5wR3L1hK4kFI6lifq31LsDGqNLWmIEDXRubE/YusK5QaY30h+WPgk8RFQ==
3016+
"@lit-protocol/accs-schemas@^0.0.25":
3017+
version "0.0.25"
3018+
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.25.tgz#8f303122e6cef5fbb057b719db5b6dfc82c89a06"
3019+
integrity sha512-DkzaRLQ1j6G5ZfZkwt5fmWeU8u4XUNB5SBTBJxp8o3fWPoUfpsgb9jGE2/+D5O9+67qy/59ezum62Icid2uH0g==
30203020
dependencies:
30213021
ajv "^8.12.0"
30223022

@@ -21591,7 +21591,7 @@ string-length@^4.0.1:
2159121591
char-regex "^1.0.2"
2159221592
strip-ansi "^6.0.0"
2159321593

21594-
"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:
21594+
"string-width-cjs@npm:string-width@^4.2.0":
2159521595
version "4.2.3"
2159621596
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2159721597
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -21609,6 +21609,15 @@ string-width@^1.0.1:
2160921609
is-fullwidth-code-point "^1.0.0"
2161021610
strip-ansi "^3.0.0"
2161121611

21612+
"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:
21613+
version "4.2.3"
21614+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
21615+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
21616+
dependencies:
21617+
emoji-regex "^8.0.0"
21618+
is-fullwidth-code-point "^3.0.0"
21619+
strip-ansi "^6.0.1"
21620+
2161221621
string-width@^2.0.0, string-width@^2.1.0:
2161321622
version "2.1.1"
2161421623
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -21730,7 +21739,7 @@ stringify-package@^1.0.1:
2173021739
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2173121740
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2173221741

21733-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
21742+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2173421743
version "6.0.1"
2173521744
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2173621745
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -21758,6 +21767,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2175821767
dependencies:
2175921768
ansi-regex "^4.1.0"
2176021769

21770+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
21771+
version "6.0.1"
21772+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
21773+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
21774+
dependencies:
21775+
ansi-regex "^5.0.1"
21776+
2176121777
strip-ansi@^7.0.1:
2176221778
version "7.1.0"
2176321779
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -23914,7 +23930,7 @@ wordwrap@^1.0.0:
2391423930
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2391523931
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
2391623932

23917-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
23933+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2391823934
version "7.0.0"
2391923935
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2392023936
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -23949,6 +23965,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2394923965
string-width "^4.1.0"
2395023966
strip-ansi "^6.0.0"
2395123967

23968+
wrap-ansi@^7.0.0:
23969+
version "7.0.0"
23970+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
23971+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
23972+
dependencies:
23973+
ansi-styles "^4.0.0"
23974+
string-width "^4.1.0"
23975+
strip-ansi "^6.0.0"
23976+
2395223977
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2395323978
version "8.1.0"
2395423979
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)