Skip to content

Commit 4887e48

Browse files
committed
Add new RPC chains
1 parent bf0b034 commit 4887e48

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-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.26",
43+
"@lit-protocol/accs-schemas": "^0.0.27",
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
@@ -1088,6 +1088,39 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
10881088
type: null,
10891089
vmType: 'EVM',
10901090
},
1091+
'0gGalileoTestnet': {
1092+
contractAddress: null,
1093+
chainId: 16601,
1094+
name: '0G Galileo Testnet',
1095+
symbol: 'OG',
1096+
decimals: 18,
1097+
rpcUrls: ['https://evmrpc-testnet.0g.ai'],
1098+
blockExplorerUrls: ['https://chainscan-galileo.0g.ai/'],
1099+
type: null,
1100+
vmType: 'EVM',
1101+
},
1102+
peaqTestnet: {
1103+
contractAddress: null,
1104+
chainId: 9990,
1105+
name: 'Peaq Testnet',
1106+
symbol: 'PEAQ',
1107+
decimals: 18,
1108+
rpcUrls: ['https://peaq-agung.api.onfinality.io/public'],
1109+
blockExplorerUrls: ['https://agung-testnet.subscan.io/'],
1110+
type: null,
1111+
vmType: 'EVM',
1112+
},
1113+
peaqMainnet: {
1114+
contractAddress: null,
1115+
chainId: 3338,
1116+
name: 'Peaq Mainnet',
1117+
symbol: 'PEAQ',
1118+
decimals: 18,
1119+
rpcUrls: ['https://quicknode.peaq.xyz/'],
1120+
blockExplorerUrls: ['https://peaq.subscan.io/'],
1121+
type: null,
1122+
vmType: 'EVM',
1123+
},
10911124
};
10921125

10931126
/**

0 commit comments

Comments
 (0)