Added BRZ token on explorer token registry
This commit is contained in:
parent
561d385281
commit
7604edb16f
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
|
@ -272,4 +272,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = {
|
||||||
icon: "/tokens/kin.svg",
|
icon: "/tokens/kin.svg",
|
||||||
website: "https://kin.org",
|
website: "https://kin.org",
|
||||||
},
|
},
|
||||||
|
FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD: {
|
||||||
|
symbol: "BRZ",
|
||||||
|
name: "BRZ",
|
||||||
|
logo: "/tokens/brz.png",
|
||||||
|
icon: "/tokens/brz.png",
|
||||||
|
website: "https://brztoken.io",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue