Skip to content

Commit 1c8b57e

Browse files
authored
Merge pull request #824 from LIT-Protocol/wyatt/rpc/2025-04-30
Add Load network
2 parents 548f990 + c89877c commit 1c8b57e

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
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.25",
43+
"@lit-protocol/accs-schemas": "^0.0.26",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
10771077
type: null,
10781078
vmType: 'EVM',
10791079
},
1080+
load: {
1081+
contractAddress: null,
1082+
chainId: 9496,
1083+
name: 'Load Network',
1084+
symbol: 'LOAD',
1085+
decimals: 18,
1086+
rpcUrls: ['https://alphanet.load.network'],
1087+
blockExplorerUrls: ['https://explorer.load.network'],
1088+
type: null,
1089+
vmType: 'EVM',
1090+
},
10801091
};
10811092

10821093
/**

yarn.lock

Lines changed: 4 additions & 4 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.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==
3016+
"@lit-protocol/accs-schemas@^0.0.26":
3017+
version "0.0.26"
3018+
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.26.tgz#59eab3940f4ff91c593ba5b1bb6b757ac51dbe5d"
3019+
integrity sha512-njLWohavO/xuqIlH3K6+kbAuF1bNLbKVATX7laD084/BiH84O4Ws+JtAp8qbEyY9OJNXrB7OJl5vMnuwgc2vdA==
30203020
dependencies:
30213021
ajv "^8.12.0"
30223022

0 commit comments

Comments
 (0)