Skip to content

Commit 6f86b98

Browse files
authored
fix: update transaction table (#44)
1 parent 16eafd3 commit 6f86b98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Transactions/companiesLogo.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ export const companiesLogo = {
2121
srcTo: "/companies/pactus.svg",
2222
chainFrom: "Binance Smart Chain Network",
2323
chainTo: "Pactus Network",
24-
explorer:networks["bsc"].explorer
24+
explorer:networks["pac"].explorer
2525
},
2626
PACTUS_BSC: {
2727
srcFrom: "/companies/pactus.svg",
2828
srcTo: "/companies/binance-smart-chain.svg",
2929
chainFrom: "Pactus Network",
3030
chainTo: "Binance Smart Chain Network",
31-
explorer:networks["amoy"].explorer
32-
31+
explorer:networks["bsc"].explorer
3332
},
3433
};

0 commit comments

Comments
 (0)