We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eafd3 commit 6f86b98Copy full SHA for 6f86b98
src/components/Transactions/companiesLogo.ts
@@ -21,14 +21,13 @@ export const companiesLogo = {
21
srcTo: "/companies/pactus.svg",
22
chainFrom: "Binance Smart Chain Network",
23
chainTo: "Pactus Network",
24
- explorer:networks["bsc"].explorer
+ explorer:networks["pac"].explorer
25
},
26
PACTUS_BSC: {
27
srcFrom: "/companies/pactus.svg",
28
srcTo: "/companies/binance-smart-chain.svg",
29
chainFrom: "Pactus Network",
30
chainTo: "Binance Smart Chain Network",
31
- explorer:networks["amoy"].explorer
32
-
+ explorer:networks["bsc"].explorer
33
34
};
0 commit comments