mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Revert "Add Solana token infrastructure, Serum token."
This reverts commit 652717b761
.
This commit is contained in:
parent
7f4fd4989b
commit
c8a9340dff
|
@ -1,3 +0,0 @@
|
||||||
[
|
|
||||||
"SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"
|
|
||||||
]
|
|
|
@ -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 |
|
@ -1,2 +0,0 @@
|
||||||
[
|
|
||||||
]
|
|
|
@ -61,9 +61,6 @@ function explorerUrl(chain: string, contract: string): string {
|
||||||
|
|
||||||
case "wanchain":
|
case "wanchain":
|
||||||
return `https://www.wanscan.org/token/${contract}`;
|
return `https://www.wanscan.org/token/${contract}`;
|
||||||
|
|
||||||
case "solana":
|
|
||||||
return `https://explorer.solana.com/address/${contract}`;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|
|
@ -55,6 +55,5 @@ export const chainsWithDenylist = ethForkChains.concat(
|
||||||
Vechain,
|
Vechain,
|
||||||
Ontology,
|
Ontology,
|
||||||
Theta,
|
Theta,
|
||||||
EOS,
|
EOS
|
||||||
Solana,
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user