Skip to content

Commit

Permalink
Merge pull request #110 from datpenguinclub/patch-2
Browse files Browse the repository at this point in the history
Update init address list with Dat Penguin Club Contract address
  • Loading branch information
hypnagonia authored Nov 1, 2021
2 parents de4c841 + a96f5af commit a7fdb50
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 a7fdb50

Please sign in to comment.