Skip to content

Commit

Permalink
Update init address list with Dat Penguin Club Contract address
Browse files Browse the repository at this point in the history
Dat Penguin Club is an upcoming NFT Collection on Harmony One. The minting Dapp https://datpenguinclub.com only supports Harmony One Chrome Wallet Extension. To ensure a seamless user experience during the initial minting Dapp - adding the contract address to `init.js` will instantly help users to view their NFTs.
  • Loading branch information
datpenguinclub authored Oct 30, 2021
1 parent de4c841 commit a96f5af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/services/hrc721/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ const initArray = {
address: "0x4abd7C503445380dDc3844DcaE1d08dB997C714A",
name: "Lma-Art",
},
{
address: "0x560cE20C7a7E510b38CfaAd560aF1a4f03C5aEe9",
name: "Dat Penguin Club"
}
],
Testnet: [
{
address: "0x8bb8231048722f6157e56c6d48ff957a094233ad",
name: "BeastQuest",
},
{
address: "0x3578f29a70F28ABCc90Cc31645823d0A68F704e7",
name: "Dat Penguin Club"
}
],
Localnet: [],
};
Expand Down

0 comments on commit a96f5af

Please sign in to comment.