![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@appliedblockchain/chainlink-plugins-fund-link
Advanced tools
Hardhat TypeScript plugin that transfers Link token between accounts.
A Hardhat plugin that transfers Link token between accounts.
This plugin will help you transfer Link token between accounts.
To install this plugin use:
npm install @appliedblockchain/chainlink-plugins-fund-link @nomiclabs/hardhat-ethers --save
Import the plugin in your hardhat.config.js
:
require("@appliedblockchain/chainlink-plugins-fund-link");
Or if you are using TypeScript, in your hardhat.config.ts
:
import "@appliedblockchain/chainlink-plugins-fund-link";
This plugin adds a task to fund an account with Link token.
Fund account with Link token.
npx hardhat fund-link --contract <contract address> --linkaddress <link contract address> --fundamount <fund amount>
The Link address and the fund amount parameters are optional. This plugin uses the official Link addresses as default. Check the default values on the configuration file.
Example of funding on the Ethereum main network.
npx hardhat fund-link --contract 0xc0ffee254729296a45a3885639AC7E10F9d54979 --linkaddress 0x514910771af9ca656af840dff83e8264ecf986ca --fundamount 1000000000000000000
This plugin adds the function to transfer the Link token between accounts to the Hardhat Runtime Environment.
hre.fundLink(hre,contractAddress);
This plugin does not require configuration.
There are no additional steps you need to take for this plugin to work.
Install it and access the provided functions and the provided tasks through the Hardhat Runtime Environment anywhere you need it.
FAQs
Hardhat TypeScript plugin that transfers Link token between accounts.
The npm package @appliedblockchain/chainlink-plugins-fund-link receives a total of 37 weekly downloads. As such, @appliedblockchain/chainlink-plugins-fund-link popularity was classified as not popular.
We found that @appliedblockchain/chainlink-plugins-fund-link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 33 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.