Skip to content

Commit

Permalink
Merge pull request #41 from TacoCompany/main
Browse files Browse the repository at this point in the history
Added smart contracts to Brigade
  • Loading branch information
bennettyong authored Aug 23, 2024
2 parents 8783734 + 035454b commit 07f6800
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions adapters/projects/gaming/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ var (
},
"Brigade": {
common.HexToAddress("0x8a93AAE6D94680658012B887BfDd981A17661Ef4"),
common.HexToAddress("0x409395BC4b50A9BbD45a943A8B0D6236E0F83540"),
common.HexToAddress("0x20F50518188FB3c9F5adff472E056291C4B98ecE"),
common.HexToAddress("0x0158A4055428b67e286b2627e91120b49ca1146c"),
common.HexToAddress("0x73716C57f87fFd4135453aBCe6cf61Bb0E99C410"),
},
"Robots.Farm": {
common.HexToAddress("0xED2cC316E81d574330E60aE9593a8dd34b9a4C41"),
Expand Down
6 changes: 5 additions & 1 deletion whitelist/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,11 @@ var (
"name": "Brigade",
"slug": "brigade",
"contracts": [
"0x8a93AAE6D94680658012B887BfDd981A17661Ef4"
"0x8a93AAE6D94680658012B887BfDd981A17661Ef4",
"0x409395BC4b50A9BbD45a943A8B0D6236E0F83540",
"0x20F50518188FB3c9F5adff472E056291C4B98ecE",
"0x0158A4055428b67e286b2627e91120b49ca1146c",
"0x73716C57f87fFd4135453aBCe6cf61Bb0E99C410"
]
},
{
Expand Down

0 comments on commit 07f6800

Please sign in to comment.