Skip to content

Commit fd03769

Browse files
authored
Merge pull request #874 from LIT-Protocol/feat/rpc-2025-08-26
feat: add elastos smart and identity chains, and taiko
2 parents e6544c6 + 6c57777 commit fd03769

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

packages/constants/src/lib/constants/constants.ts

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,72 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
11761176
type: null,
11771177
vmType: 'EVM',
11781178
},
1179+
elastosSmartChainMainnet: {
1180+
contractAddress: null,
1181+
chainId: 20,
1182+
name: 'Elastos Smart Chain Mainnet',
1183+
symbol: 'ELA',
1184+
decimals: 18,
1185+
rpcUrls: ['https://api.elastos.io/esc'],
1186+
blockExplorerUrls: ['https://esc.elastos.io'],
1187+
type: null,
1188+
vmType: 'EVM',
1189+
},
1190+
elastosSmartChainTestnet: {
1191+
contractAddress: null,
1192+
chainId: 21,
1193+
name: 'Elastos Smart Chain Testnet',
1194+
symbol: 'ELA',
1195+
decimals: 18,
1196+
rpcUrls: ['https://api-testnet.elastos.io/esc'],
1197+
blockExplorerUrls: ['https://esc-testnet.elastos.io'],
1198+
type: null,
1199+
vmType: 'EVM',
1200+
},
1201+
elastosIdentityChainMainnet: {
1202+
contractAddress: null,
1203+
chainId: 22,
1204+
name: 'Elastos Identity Chain Mainnet',
1205+
symbol: 'EID',
1206+
decimals: 18,
1207+
rpcUrls: ['https://api.elastos.io/eid'],
1208+
blockExplorerUrls: ['https://eid.elastos.io'],
1209+
type: null,
1210+
vmType: 'EVM',
1211+
},
1212+
elastosIdentityChainTestnet: {
1213+
contractAddress: null,
1214+
chainId: 23,
1215+
name: 'Elastos Identity Chain Testnet',
1216+
symbol: 'EID',
1217+
decimals: 18,
1218+
rpcUrls: ['https://api-testnet.elastos.io/eid'],
1219+
blockExplorerUrls: ['https://eid-testnet.elastos.io'],
1220+
type: null,
1221+
vmType: 'EVM',
1222+
},
1223+
taikoAlethiaMainnet: {
1224+
contractAddress: null,
1225+
chainId: 167000,
1226+
name: 'Taiko Alethia Mainnet',
1227+
symbol: 'ETH',
1228+
decimals: 18,
1229+
rpcUrls: ['https://rpc.taiko.xyz'],
1230+
blockExplorerUrls: ['https://taikoscan.io'],
1231+
type: null,
1232+
vmType: 'EVM',
1233+
},
1234+
taikoHeklaTestnet: {
1235+
contractAddress: null,
1236+
chainId: 167009,
1237+
name: 'Taiko Hekla Testnet',
1238+
symbol: 'ETH',
1239+
decimals: 18,
1240+
rpcUrls: ['https://rpc.hekla.taiko.xyz'],
1241+
blockExplorerUrls: ['https://hekla.taikoscan.io'],
1242+
type: null,
1243+
vmType: 'EVM',
1244+
},
11791245
confluxEspaceMainnet: {
11801246
contractAddress: null,
11811247
chainId: 1030,

0 commit comments

Comments
 (0)