Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phiscan - txlist #5232

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aliases = ["/version/1/4/ru"]
+++

# Кодекс Поведения участника

## Обязательства

В интересах создания открытого и дружелюбного настроения, мы, как авторы и участники, обязуемся сделать участие в проекте и сообществе без притеснений независимо от возраста, телосложения, наличия инвалидности, этнической преднадлежности, половой или сексуальной идентичности и выражения, уровня опыта, национальности, внешности или расы.
Expand Down
2 changes: 1 addition & 1 deletion src/front/shared/redux/actions/ethLikeAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ export default {
ticker: 'PHI',
chainId: externalConfig.evmNetworks.PHI.chainId,
explorerApiName: 'phiscan', // ???
explorerApiKey: externalConfig.api?.phi_ApiKey,
explorerApiKey: 'not_needed_apikey',
explorerLink: externalConfig.link.phi_Explorer,
adminFeeObj: externalConfig.opts?.fee?.phi,
web3: new Web3(providers.phi_provider),
Expand Down
Loading