diff --git a/explorer/public/tokens/fida.svg b/explorer/public/tokens/fida.svg new file mode 100644 index 000000000..5c6289ec5 --- /dev/null +++ b/explorer/public/tokens/fida.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index 625b1c62a..26632ed35 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -258,4 +258,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { name: "SRM tee-shirt", website: "https://solible.com", }, + EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp: { + symbol: "FIDA", + name: "FIDA", + logo: "/tokens/fida.svg", + icon: "/tokens/fida.svg", + website: "https://bonfida.com", + }, };