1.0.14 • Published 2 years ago

@guildsworn/hardhat-guildsworn v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hardhat-guildsworn

Hardhat helper plugin for guildsworn projects

Installation

Installing the package

npm install @guildsworn/hardhat-guildsworn

or via yarn

yarn add @guildsworn/hardhat-guildsworn

And add the following statement to your hardhat.config.js:

require('@guildsworn/hardhat-guildsworn')

Environment settings

Available env variables: STABLE_TOKEN_ADDRESS for general, or use STABLE_TOKEN_ADDRESS_[ChainId] for network specific settings ELDFALL_TOKEN_ADDRESS for general, or use ELDFALL_TOKEN_ADDRESS_[ChainId] for network specific settings CHARACTER_NFT_ADDRESS for general, or use CHARACTER_NFT_ADDRESS_[ChainId] for network specific settings PRICE_RESOLVER_ORACLE_ADDRESS for general, or use PRICE_RESOLVER_ORACLE_ADDRESS_[ChainId] for network specific settings CHARACTER_STORE_ADDRESS for general, or use CHARACTER_STORE_ADDRESS_[ChainId] for network specific settings

Publish the NPM package

yarn publish