Skip to content

Commit

Permalink
devop: change okt chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed May 13, 2024
1 parent 74d97e1 commit 938cf0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/extension/src/providers/ethereum/networks/okc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import assetsInfoHandler from "@/providers/ethereum/libs/assets-handlers/assetin

const okcOptions: EvmNetworkOptions = {
name: NetworkNames.Okc,
name_long: "OKX Chain",
homePage: "https://www.oklink.com/en/okc",
blockExplorerTX: "https://www.oklink.com/en/okc/tx/[[txHash]]",
blockExplorerAddr: "https://www.oklink.com/en/okc/address/[[address]]",
name_long: "OKT Chain",
homePage: "https://www.okx.com/oktc",
blockExplorerTX: "https://www.oklink.com/oktc/tx/[[txHash]]",
blockExplorerAddr: "https://www.oklink.com/oktc/address/[[address]]",
chainID: "0x42",
isTestNetwork: false,
currencyName: "OKT",
currencyNameLong: "OKX Chain",
currencyNameLong: "OKT Chain",
node: "https://exchainrpc.okex.org",
icon: require("./icons/okc.svg"),
coingeckoID: "oec-token",
Expand Down

1 comment on commit 938cf0e

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