-
Notifications
You must be signed in to change notification settings - Fork 164
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
1 parent
f333e24
commit 32e7098
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
packages/extension/src/providers/ethereum/networks/coti-devnet.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,22 @@ | ||
import { NetworkNames } from "@enkryptcom/types"; | ||
import { EvmNetwork, EvmNetworkOptions } from "../types/evm-network"; | ||
import wrapActivityHandler from "@/libs/activity-state/wrap-activity-handler"; | ||
|
||
const cotiDevnetOptions: EvmNetworkOptions = { | ||
name: NetworkNames.CotiDevnet, | ||
name_long: "COTI Devnet", | ||
homePage: "https://coti.io/", | ||
blockExplorerTX: "https://explorer-devnet.coti.io/tx/[[txHash]]", | ||
blockExplorerAddr: "https://explorer-devnet.coti.io/address/[[address]]", | ||
chainID: "0xc767a8", | ||
isTestNetwork: true, | ||
currencyName: "COTI2", | ||
currencyNameLong: "COTI2 Devnet", | ||
node: "https://devnet.coti.io/rpc", | ||
icon: require("./icons/coti.png"), | ||
activityHandler: wrapActivityHandler(() => Promise.resolve([])), | ||
}; | ||
|
||
const cotiDevnet = new EvmNetwork(cotiDevnetOptions); | ||
|
||
export default cotiDevnet; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
32e7098
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/2694844d3488a433eef836f66357ce6e70e8f18cceb32bf79b9398c901289c89
firefox:
https://www.virustotal.com/gui/file/b086ed13b6e4a9d3388716b17c6737fd9dd2b381a282c08b215cd887a300a212