Skip to content

Commit

Permalink
Merge pull request #5232 from swaponline/phiscantx
Browse files Browse the repository at this point in the history
phiscan - txlist
  • Loading branch information
noxonsu authored Dec 19, 2023
2 parents ad2a9e2 + a2b7052 commit 0bcfe5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 0bcfe5f

Please sign in to comment.