Skip to content

Commit 875f686

Browse files
authored
Merge pull request #740 from LIT-Protocol/wyatt/rpc/2024-12-13
Add `coreDao`, `zkCandySepoliaTestnet`, and `filecoinCalibrationTestnet`
2 parents 806264a + bbf2e95 commit 875f686

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
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.20",
43+
"@lit-protocol/accs-schemas": "^0.0.21",
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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
358358
type: null,
359359
vmType: 'EVM',
360360
},
361+
filecoinCalibrationTestnet: {
362+
contractAddress: null,
363+
chainId: 314159,
364+
name: 'Filecoin Calibration Testnet',
365+
symbol: 'tFIL',
366+
decimals: 18,
367+
rpcUrls: ['https://api.calibration.node.glif.io/rpc/v1'],
368+
blockExplorerUrls: ['https://calibration.filscan.io/'],
369+
type: null,
370+
vmType: 'EVM',
371+
},
361372
hyperspace: {
362373
contractAddress: null,
363374
chainId: 3141,
@@ -879,6 +890,28 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
879890
type: null,
880891
vmType: 'EVM',
881892
},
893+
coreDao: {
894+
contractAddress: null,
895+
chainId: 1116,
896+
name: 'Core DAO',
897+
symbol: 'CORE',
898+
decimals: 18,
899+
rpcUrls: ['https://rpc.coredao.org'],
900+
blockExplorerUrls: ['https://scan.coredao.org/'],
901+
type: null,
902+
vmType: 'EVM',
903+
},
904+
zkCandySepoliaTestnet: {
905+
contractAddress: null,
906+
chainId: 302,
907+
name: 'ZKcandy Sepolia Testnet',
908+
symbol: 'ETH',
909+
decimals: 18,
910+
rpcUrls: ['https://sepolia.rpc.zkcandy.io'],
911+
blockExplorerUrls: ['https://sepolia.explorer.zkcandy.io'],
912+
type: null,
913+
vmType: 'EVM',
914+
},
882915
};
883916

884917
/**

yarn.lock

Lines changed: 7 additions & 32 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.20":
3017-
version "0.0.20"
3018-
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.20.tgz#64d1151002f63aa0a54ba2be92bf44edefb0eb1e"
3019-
integrity sha512-JHHX0q45nq1uQ4olkg4VIGLW9lzMnRRldeTDuOrOaoPVztz+2iSOjwzb+QmuSuKFQpP5SOej2zoQB+K8b22KDw==
3016+
"@lit-protocol/accs-schemas@^0.0.21":
3017+
version "0.0.21"
3018+
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.21.tgz#cb3bac07fdf9d77b341efcae62c2e9f34a0fe571"
3019+
integrity sha512-0GPoRRcWcoYrHXbTR7zd5DnzA6P8ZOw+gztWk7+dBbI9Rmf/CHzSXTZric7NFAWI4c/9QdbiSSI0FJShQR506A==
30203020
dependencies:
30213021
ajv "^8.12.0"
30223022

@@ -21424,7 +21424,7 @@ string-length@^4.0.1:
2142421424
char-regex "^1.0.2"
2142521425
strip-ansi "^6.0.0"
2142621426

21427-
"string-width-cjs@npm:string-width@^4.2.0":
21427+
"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:
2142821428
version "4.2.3"
2142921429
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2143021430
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -21442,15 +21442,6 @@ string-width@^1.0.1:
2144221442
is-fullwidth-code-point "^1.0.0"
2144321443
strip-ansi "^3.0.0"
2144421444

21445-
"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:
21446-
version "4.2.3"
21447-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
21448-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
21449-
dependencies:
21450-
emoji-regex "^8.0.0"
21451-
is-fullwidth-code-point "^3.0.0"
21452-
strip-ansi "^6.0.1"
21453-
2145421445
string-width@^2.0.0, string-width@^2.1.0:
2145521446
version "2.1.1"
2145621447
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -21572,7 +21563,7 @@ stringify-package@^1.0.1:
2157221563
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2157321564
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2157421565

21575-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
21566+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2157621567
version "6.0.1"
2157721568
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2157821569
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -21600,13 +21591,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2160021591
dependencies:
2160121592
ansi-regex "^4.1.0"
2160221593

21603-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
21604-
version "6.0.1"
21605-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
21606-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
21607-
dependencies:
21608-
ansi-regex "^5.0.1"
21609-
2161021594
strip-ansi@^7.0.1:
2161121595
version "7.1.0"
2161221596
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -23744,7 +23728,7 @@ wordwrap@^1.0.0:
2374423728
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2374523729
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
2374623730

23747-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
23731+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2374823732
version "7.0.0"
2374923733
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2375023734
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -23779,15 +23763,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2377923763
string-width "^4.1.0"
2378023764
strip-ansi "^6.0.0"
2378123765

23782-
wrap-ansi@^7.0.0:
23783-
version "7.0.0"
23784-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
23785-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
23786-
dependencies:
23787-
ansi-styles "^4.0.0"
23788-
string-width "^4.1.0"
23789-
strip-ansi "^6.0.0"
23790-
2379123766
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2379223767
version "8.1.0"
2379323768
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)