Skip to content

Commit 593cceb

Browse files
committed
Add Load network
1 parent 548f990 commit 593cceb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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
/**

0 commit comments

Comments
 (0)