Skip to content

Commit 78e858b

Browse files
authored
Merge pull request #743 from LIT-Protocol/wyatt/rpc/2024-12-19
Update arb sepolia RPC. Add Vana. Bump accs-schemas package version
2 parents 875f686 + 3a5c6e1 commit 78e858b

File tree

3 files changed

+45
-9
lines changed

3 files changed

+45
-9
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.21",
43+
"@lit-protocol/accs-schemas": "^0.0.22",
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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
120120
name: 'Arbitrum Sepolia',
121121
symbol: 'ETH',
122122
decimals: 18,
123-
rpcUrls: ['https://arbitrum-sepolia.blockpi.network/v1/rpc/public'],
123+
rpcUrls: ['https://sepolia-rollup.arbitrum.io/rpc'],
124124
blockExplorerUrls: ['https://sepolia.arbiscan.io/'],
125125
type: null,
126126
vmType: 'EVM',
@@ -912,6 +912,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
912912
type: null,
913913
vmType: 'EVM',
914914
},
915+
vana: {
916+
contractAddress: null,
917+
chainId: 1480,
918+
name: 'Vana',
919+
symbol: 'VANA',
920+
decimals: 18,
921+
rpcUrls: ['https://rpc.vana.org'],
922+
blockExplorerUrls: ['https://vanascan.io'],
923+
type: null,
924+
vmType: 'EVM',
925+
},
915926
};
916927

917928
/**

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.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==
3016+
"@lit-protocol/accs-schemas@^0.0.22":
3017+
version "0.0.22"
3018+
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.22.tgz#8dd2e6e96836aa22a52c25aac0a686c9ced9f65f"
3019+
integrity sha512-c3LPDE8g8COt8FdXx+Nfv4CvEvP+QcHh94HZcukcttjZyu6jjICecq/XMXWVUSMGhAVWRMH8tBbjpHzElB45QQ==
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", "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:
21427+
"string-width-cjs@npm:string-width@^4.2.0":
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,6 +21442,15 @@ 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+
2144521454
string-width@^2.0.0, string-width@^2.1.0:
2144621455
version "2.1.1"
2144721456
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -21563,7 +21572,7 @@ stringify-package@^1.0.1:
2156321572
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2156421573
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2156521574

21566-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
21575+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2156721576
version "6.0.1"
2156821577
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2156921578
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -21591,6 +21600,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2159121600
dependencies:
2159221601
ansi-regex "^4.1.0"
2159321602

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+
2159421610
strip-ansi@^7.0.1:
2159521611
version "7.1.0"
2159621612
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -23728,7 +23744,7 @@ wordwrap@^1.0.0:
2372823744
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2372923745
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
2373023746

23731-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
23747+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2373223748
version "7.0.0"
2373323749
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2373423750
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -23763,6 +23779,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2376323779
string-width "^4.1.0"
2376423780
strip-ansi "^6.0.0"
2376523781

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+
2376623791
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2376723792
version "8.1.0"
2376823793
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)