Skip to content

Commit

Permalink
chore: Update GALA blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
obiedobo committed Jul 6, 2023
1 parent 70105f7 commit b6b2ddc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/blacklist.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"tokenSymbol": "GALA",
"tokenName": "GALA",
"tokenLogoUrl": "",
"tokenAddresses": [
{
"chainId": "1",
"address": "0x15d4c048f83bd7e37d49ea4c83a07267ec4203da"
}
]
},
{
"tokenSymbol": "FTS",
"tokenName": "FootballStars",
Expand Down
6 changes: 6 additions & 0 deletions src/constants/blacklistedAssets.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import { AddressMapping } from '../types'

const blacklistedAssets: AddressMapping[] = [
{
tokenSymbol: 'GALA',
tokenName: 'GALA',
tokenLogoUrl: '',
tokenAddresses: [{ chainId: '1', address: '0x15d4c048f83bd7e37d49ea4c83a07267ec4203da' }],
},
{
tokenSymbol: 'FTS',
tokenName: 'FootballStars',
Expand Down

0 comments on commit b6b2ddc

Please sign in to comment.