Skip to content

Commit

Permalink
Merge pull request #73 from eco-stake/block-scam-proposal-url
Browse files Browse the repository at this point in the history
Mark TerraWeb.at as a scam URL
  • Loading branch information
tombeynon authored Feb 13, 2024
2 parents 66b5273 + faaf741 commit e5423f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/Proposal.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export const PROPOSAL_STATUSES = {
export const PROPOSAL_SCAM_URLS = [
'v2terra.d',
'terrapro.a',
'cosmos-network.io'
'cosmos-network.io',
'terraweb.at'
]

const Proposal = async (data) => {
Expand Down

0 comments on commit e5423f6

Please sign in to comment.