Skip to content

Commit

Permalink
Update tld.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 16, 2023
1 parent 20f05f6 commit 533cd2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/store/modules/tld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ export default {
tldContract: null,
tldChainId: 14,
tldChainName: "Flare",
minterAddress: "0x63f8691b048e68E1C3d6E135aDc81291A9bb1987", // TODO
minterAddress: "0xe54e012B198468B2cbC7eF3Dd9B8C66d5795aD99", // TODO
minterContract: null,
minterLoadingData: false,
minterPaused: true,
minterTldPrice1: 19999,
minterTldPrice2: 9999,
minterTldPrice3: 2999,
minterTldPrice4: 299,
minterTldPrice5: 199
minterTldPrice3: 3999,
minterTldPrice4: 599,
minterTldPrice5: 299
}),

getters: {
Expand Down

0 comments on commit 533cd2b

Please sign in to comment.