Revert "Add Solana token infrastructure, Serum token."

This reverts commit 652717b761.
This commit is contained in:
Catenocrypt 2020-12-04 13:00:41 +01:00
parent 7f4fd4989b
commit c8a9340dff
6 changed files with 1 additions and 16 deletions

View File

@ -1,3 +0,0 @@
[
"SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"
]

View File

@ -1,6 +0,0 @@
{
"name": "Serum",
"website": "https://projectserum.com/",
"short_description": "Serum is a decentralized exchange (DEX) and ecosystem that brings unprecedented speed and low transaction costs to decentralized finance. It is built on Solana and is completely permissionless.",
"explorer": "https://explorer.solana.com/address/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,2 +0,0 @@
[
]

View File

@ -61,9 +61,6 @@ function explorerUrl(chain: string, contract: string): string {
case "wanchain":
return `https://www.wanscan.org/token/${contract}`;
case "solana":
return `https://explorer.solana.com/address/${contract}`;
}
}
return "";

View File

@ -55,6 +55,5 @@ export const chainsWithDenylist = ethForkChains.concat(
Vechain,
Ontology,
Theta,
EOS,
Solana,
EOS
);