2.19.4 • Published 10 months ago

@oasisprotocol/sapphire-hardhat v2.19.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

@oasisprotocol/sapphire-hardhat

A plugin for Hardhat that wraps the provider connected to a Sapphire network.

Usage

First install the plugin.

npm install -D @oasisprotocol/sapphire-hardhat

Next, import it in your Hardhat config above the rest of your plugins so that the provider gets wrapped before anything else starts to use it.

// ESM
import '@oasisprotocol/sapphire-hardhat';

// CommonJS
require('@oasisprotocol/sapphire-hardhat');

/** All other plugins must go below this one! **/
2.22.2-next.1

10 months ago

2.22.2-next.0

11 months ago

2.19.4

1 year ago

2.17.3

1 year ago

2.16.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago