-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+17.4 KB
packages/extension/src/providers/ethereum/networks/icons/immutable-zkevm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
packages/extension/src/providers/ethereum/networks/immutable-zkevm.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { NetworkNames, CoingeckoPlatform } from "@enkryptcom/types"; | ||
import { EvmNetwork, EvmNetworkOptions } from "../types/evm-network"; | ||
import wrapActivityHandler from "@/libs/activity-state/wrap-activity-handler"; | ||
import { EtherscanActivity } from "../libs/activity-handlers"; | ||
import shNFTHandler from "@/libs/nft-handlers/simplehash"; | ||
|
||
const immutableZkEvmOptions: EvmNetworkOptions = { | ||
name: NetworkNames.ImmutableZkevm, | ||
name_long: "Immutable zkEVM", | ||
homePage: "https://www.immutable.com/products/immutable-zkevm", | ||
blockExplorerTX: "https://explorer.immutable.com/tx/[[txHash]]", | ||
blockExplorerAddr: "https://explorer.immutable.com/address/[[address]]", | ||
chainID: "0x343b", | ||
isTestNetwork: false, | ||
currencyName: "IMX", | ||
currencyNameLong: "Immutable X", | ||
node: "https://rpc.immutable.com", | ||
icon: require("./icons/immutable-zkevm.png"), | ||
coingeckoPlatform: CoingeckoPlatform.ImmutableZkevm, | ||
NFTHandler: shNFTHandler, | ||
activityHandler: wrapActivityHandler(EtherscanActivity), | ||
}; | ||
|
||
const immutableZkEvm = new EvmNetwork(immutableZkEvmOptions); | ||
|
||
export default immutableZkEvm; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4c1b41e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Virus total analysis
chrome:
https://www.virustotal.com/gui/file/91d486d42ec9971d463a81d85cc0d9977da8d6081d1f67c44b26dd3c013ec195
firefox:
https://www.virustotal.com/gui/file/6779a50acf4a88fa2229a03afcc8b9b7e3417833bcf95e5b4212179828422ecc