Skip to content

Commit

Permalink
Merge pull request #508 from enkryptcom/fix/swap-activity
Browse files Browse the repository at this point in the history
[WIP] devop: lets wait a day
  • Loading branch information
kvhnuke committed Sep 9, 2024
2 parents 6007c38 + b81f6ba commit a0fa430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/extension/src/providers/ethereum/networks/matic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const maticOptions: EvmNetworkOptions = {
blockExplorerAddr: "https://polygonscan.com/address/[[address]]",
chainID: "0x89",
isTestNetwork: false,
currencyName: "MATIC",
currencyNameLong: "Polygon Matic",
currencyName: "POL",
currencyNameLong: "Polygon POL",
node: "wss://nodes.mewapi.io/ws/matic",
icon: require("./icons/matic.svg"),
coingeckoID: "matic-network",
coingeckoID: "polygon-ecosystem-token",
coingeckoPlatform: CoingeckoPlatform.Matic,
NFTHandler: shNFTHandler,
assetsInfoHandler,
Expand Down
6 changes: 3 additions & 3 deletions packages/extension/src/providers/ethereum/networks/maticzk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const maticOptions: EvmNetworkOptions = {
blockExplorerAddr: "https://zkevm.polygonscan.com/address/[[address]]",
chainID: "0x44d",
isTestNetwork: false,
currencyName: "MATIC",
currencyNameLong: "Polygon Matic",
currencyName: "POL",
currencyNameLong: "Polygon POL",
node: "wss://nodes.mewapi.io/ws/maticzk",
icon: require("./icons/matic.svg"),
coingeckoID: "matic-network",
coingeckoID: "polygon-ecosystem-token",
coingeckoPlatform: CoingeckoPlatform.MaticZK,
NFTHandler: shNFTHandler,
assetsInfoHandler,
Expand Down

1 comment on commit a0fa430

@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.