
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@uma/disputer
Advanced tools
This package contains the UMA Dispute bot reference implementation. This executable will watch an ExpiringMultiParty contract for liquidations and dispute any that it deems to be invalid.
For more information about running a dispute bot, see the docs.
yarn add @uma/disputer
Note: this is a local installation, meaning it instructs yarn to install into the current package/directory. It can be installed globally if you'd like the executable to be accessible everywhere.
The simplest way to run the disputer (with default parameters and price feeds) is:
EMP_ADDRESS=0x1234 CUSTOM_NODE_URL=https://your.node.url.io MNEMONIC="your mnemonic (12-word seed phrase) here" disputer --network mainnet_mnemonic
Check out the docs for more options on how to plug in your private keys in different ways or use different networks.
See here for a full list of environment variables that can be provided to customize the disputer.
FAQs
UMA Disputer
We found that @uma/disputer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.