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

@rarible/deploy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/deploy

package with all migrations to deploy other packages

  • 0.8.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by14.29%
Maintainers
1
Weekly downloads
 
Created
Source

* Deprecated migration in truffle

Current migrations are in hardhat-deploy/ package

Rarible full migration

  • to enable migration for legacy contracts set property
    • deploy_legacy: true

    • for exchangev1 set:

      beneficiary: "",
      buyerFeeSigner: "",
      
    • for rarible legacy token set

      "rarible_token_legacy": {
          name: "Rarible",
          symbol: "RARI",
          signer: "0x002ed05478c75974e08f0811517aa0e3eddc1380",
          contractURI: "https://api-e2e.rarible.com/contractMetadata/{address}",
          tokenURIPrefix: "ipfs://",
      },
      
    • for mintable legacy token set

      "mintable_token_legacy": {
          name: "Rarible",
          symbol: "RARI",
          newOwner: "0x002ed05478c75974e08f0811517aa0e3eddc1380",
          contractURI: "https://api-e2e.rarible.com/contractMetadata/{address}",
          tokenURIPrefix: "ipfs://",
      },
      
    for the desired network's settings in config.js

FAQs

Package last updated on 27 Apr 2024

Did you know?

Socket

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.

Install

Related posts

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