Skip to content

Commit

Permalink
add Zeeverse Game testnet contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Jun 5, 2024
1 parent a89f4fc commit 786c1c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-walls-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@treasure-dev/tdk-core": patch
---

Added Zeeverse Game testnet contract address
1 change: 1 addition & 0 deletions apps/api/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const PROJECT_DATA: Record<
[arbitrumSepolia.id, "ZeeverseItems"],
[arbitrumSepolia.id, "ZeeverseVeeClaimer"],
[arbitrumSepolia.id, "BulkTransferHelper"],
[arbitrumSepolia.id, "ZeeverseGame"],
[sepolia.id, "CRV"],
[sepolia.id, "VEE"],
[sepolia.id, "ZeeverseLlama"],
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export const CONTRACT_ADDRESSES: Record<
ZeeverseZee: "0xb1af672c7e0e8880c066ecc24930a12ff2ee8534",
ZeeverseItems: "0xfaad5aa3209ab1b25ede22ed4da5521538b649fa",
ZeeverseVeeClaimer: "0xf7abce65b1e683b7a42113f69ef76ee35cabbddc",
ZeeverseGame: "0x695f9a040f19e3d31c15c39ccb853ef0604896ca",
},
[mainnet.id]: {
// Tokens
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ type ZeeverseContract =
| "ZeeverseItems"
| "ZeeverseVeeClaimer"
| "ZeeverseLlama"
| "ZeeverseLlamaEvolve";
| "ZeeverseLlamaEvolve"
| "ZeeverseGame";
export type Contract =
| "PaymentsModule"
| "ManagedAccountFactory"
Expand Down

0 comments on commit 786c1c7

Please sign in to comment.