Skip to content

Commit

Permalink
Redeploy and fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81CB committed Jan 31, 2024
1 parent f9b6482 commit 2ff8aea
Show file tree
Hide file tree
Showing 3 changed files with 1,026 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ The owner also has the power to upgrade an NFT, which will cause the whale to re

![sample](./nft.png)

Learn how to make this smart contract! [Tutorial](https://docs.base.org/guides/onchain-generative-nfts)
Learn how to make this smart contract! [Tutorial](https://docs.base.org/building-with-base/guides/complex-onchain-nfts)

Ask Brian Doyle for details.
2 changes: 1 addition & 1 deletion deploy/002_deploy_airdropper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const { deployer } = await getNamedAccounts();

const argumentValues = [
"0xac5b774D7a700AcDb528048B6052bc1549cd73B9",
"0x83957ef9df51257bD59743FcBde02f2752d6498D",
3333,
"Test Token, Please Ignore",
"TST",
Expand Down
Loading

0 comments on commit 2ff8aea

Please sign in to comment.