diff --git a/explorer/public/tokens/brz.png b/explorer/public/tokens/brz.png new file mode 100644 index 0000000000..e616f93c5e Binary files /dev/null and b/explorer/public/tokens/brz.png differ diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index da2d18e4b3..61b77ca162 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -272,4 +272,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { icon: "/tokens/kin.svg", website: "https://kin.org", }, + FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD: { + symbol: "BRZ", + name: "BRZ", + logo: "/tokens/brz.png", + icon: "/tokens/brz.png", + website: "https://brztoken.io", + }, };