Skip to content

Commit

Permalink
Merge pull request #55 from TacoCompany/main
Browse files Browse the repository at this point in the history
Added Shop and Assets Smart Contracts to Brigade
  • Loading branch information
bennettyong authored Sep 20, 2024
2 parents 24d5299 + 82a18f3 commit af2e8f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions adapters/projects/gaming/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ var (
common.HexToAddress("0x0158A4055428b67e286b2627e91120b49ca1146c"),
common.HexToAddress("0x73716C57f87fFd4135453aBCe6cf61Bb0E99C410"),
common.HexToAddress("0x03376f22eF7d08CEE420D07207f85E52638A9fCd"),
common.HexToAddress("0x72dCB9a28bB8EA172B58130d9fd17A6dBE7A9E41"),
common.HexToAddress("0xB66A56126fAd14563e62BA2Cda658cb97F7a90dE"),
common.HexToAddress("0x4f576c055f06EFFdF165C5bA014f0b827D47E27B"),
},
"Robots.Farm": {
common.HexToAddress("0xED2cC316E81d574330E60aE9593a8dd34b9a4C41"),
Expand Down
5 changes: 4 additions & 1 deletion whitelist/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,10 @@ var (
"0x20F50518188FB3c9F5adff472E056291C4B98ecE",
"0x0158A4055428b67e286b2627e91120b49ca1146c",
"0x73716C57f87fFd4135453aBCe6cf61Bb0E99C410",
"0x03376f22eF7d08CEE420D07207f85E52638A9fCd"
"0x03376f22eF7d08CEE420D07207f85E52638A9fCd",
"0x72dCB9a28bB8EA172B58130d9fd17A6dBE7A9E41",
"0xB66A56126fAd14563e62BA2Cda658cb97F7a90dE",
"0x4f576c055f06EFFdF165C5bA014f0b827D47E27B"
]
},
{
Expand Down

0 comments on commit af2e8f2

Please sign in to comment.