Skip to content

Commit

Permalink
adds contracts to blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosGounis committed Jun 3, 2024
1 parent a478282 commit 8b66d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/explore/__tests__/explore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const SERVICES_BASE_URL = 'https://services.kukai.app'

const ENDPOINTS_TO_TEST = [
`${VERSIONS.V1}explore`,
`${VERSIONS.V2}explore`,
]

describe("compares explore to production", () => {
Expand Down
5 changes: 4 additions & 1 deletion src/explore/storage/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"blockList": [
"KT18j785rB3G4wXxEpqwwG2hJ2iZrjLAbeo7",
"KT1R8w6v13wt3yTeYUMxfZAWi7yXdNHepKHd",
"KT1WxUwHH1Ph7Gx6Ku7YLEfXh4przNGtMGqK"
"KT1WxUwHH1Ph7Gx6Ku7YLEfXh4przNGtMGqK",
"KT1EJEw71nvK8p7GBdtZRwRti85hAmmh1TaD",
"KT1BFbpxyaHazaaExBmUFRGRTH4c1PuAvg4C",
"KT18fm1RNnuCfog6QbZo6vAExVvUUtTSC26K"
],
"model3DAllowList": [
"KT1NVvPsNDChrLRH5K2cy6Sc9r1uuUwdiZQd",
Expand Down

0 comments on commit 8b66d7b

Please sign in to comment.