Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cosmofund/cosmomasks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmofund/cosmomasks - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "@cosmofund/cosmomasks",
"version": "1.0.0",
"version": "1.0.1",
"description": "CosmoMasks Contracts",

@@ -12,3 +12,3 @@ "license": "MIT",

"scripts": {
"clean": "rimraf ./abi/",
"clean": "rimraf ./build/",
"precompile": "yarn clean",

@@ -15,0 +15,0 @@ "compile": "truffle compile"

@@ -7,4 +7,4 @@ # CosmoMasks Smart Contracts

## Verified Smart Contracts:
- [CosmoMasks](https://etherscan.io/token/);
- [CosmoMasks Power](https://etherscan.io/token/).
- [CosmoMasks](https://etherscan.io/token/0x0580Ae26963230BFBd2A775ff0AFA937Fd157774);
- [CosmoMasks Power](https://etherscan.io/token/0xB9FDc13F7f747bAEdCc356e9Da13Ab883fFa719B).

@@ -22,7 +22,7 @@

```js
const CosmoMasks = require('@cosmofund/cosmomasks/abi/CosmoMasks.json');
const CosmoMasksPower = require('@cosmofund/cosmomasks/abi/CosmoMasksPower.json');
const CosmoMasks = require('@cosmofund/cosmomasks/build/CosmoMasks.json');
const CosmoMasksPower = require('@cosmofund/cosmomasks/build/CosmoMasksPower.json');
// or
import CosmoMasks from '@cosmofund/cosmomasks/abi/CosmoMasks.json';
import CosmoMasksPower from '@cosmofund/cosmomasks/abi/CosmoMasksPower.json';
import CosmoMasks from '@cosmofund/cosmomasks/build/CosmoMasks.json';
import CosmoMasksPower from '@cosmofund/cosmomasks/build/CosmoMasksPower.json';
```

@@ -29,0 +29,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc