Skip to content

Commit

Permalink
fix: etc tx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jan 23, 2024
1 parent d4ce699 commit 1255907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/providers/ethereum/networks/etc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const etcOptions: EvmNetworkOptions = {
isTestNetwork: false,
currencyName: "ETC",
currencyNameLong: "Ethereum Classic",
node: "https://nodes.mewapi.io/rpc/etc",
node: "wss://nodes.mewapi.io/ws/etc",
icon: require("./icons/etc.svg"),
basePath: "m/44'/61'/0'/0",
coingeckoID: "ethereum-classic",
Expand Down

1 comment on commit 1255907

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.