Skip to content

Commit

Permalink
feat: add wcc lsk chain
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 committed Dec 30, 2024
1 parent c747452 commit c6faa4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@lifi/types": "^15.16.1",
"@lifi/types": "^16.5.0",
"@types/memoizee": "^0.4.11",
"axios": "^1.7.7",
"ethers": "^6.13.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/tenderly/tenderly.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const TENDERLY_CHAINS: number[] = [
// Gold - 4653
ChainId.IMX, // Immutable - 13371
// Kinto - 7887
// Lisk - 1135
ChainId.MOD, // Mode - 34443
ChainId.OPT, // Optimistic Ethereum - 10
ChainId.POL, // Polygon - 137
Expand All @@ -40,7 +39,6 @@ export const TENDERLY_CHAINS: number[] = [
// Soneium Minato - 1946
ChainId.TAI, // Taiko Mainnet - 167000
// Unreal - 18233
// World Chain - 480
ChainId.AVA, // Avalanche C-Chain - 43114
ChainId.BSC, // BNB - 56
ChainId.FTM, // Fantom - 250
Expand All @@ -51,6 +49,8 @@ export const TENDERLY_CHAINS: number[] = [
ChainId.MOO, // Moonbeam - 1284
ChainId.MOR, // Moonriver - 1285
ChainId.RSK, // RSK - 30
ChainId.WCC, // WorldChain - 480
ChainId.LSK, // Lisk - 1135
// Sei Pacific-1 - 1329
// ZetaChain - 7000
// Zora - 7777777
Expand Down

0 comments on commit c6faa4a

Please sign in to comment.