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 Oct 17, 2023
1 parent 22c3f67 commit 3d331d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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: "0x9EA937E644bBa692724a6a4aCD08CA74d32eC47a", // TODO
minterAddress: "0x6b1d3F8612ffd9d9FfA48229F7137eF18F479454", // TODO
minterContract: null,
minterLoadingData: false,
minterPaused: true,
minterTldPrice1: 19999,
minterTldPrice2: 9999,
minterTldPrice3: 3999,
minterTldPrice4: 599,
minterTldPrice5: 299
minterTldPrice1: 149035,
minterTldPrice2: 46817,
minterTldPrice3: 7690,
minterTldPrice4: 780,
minterTldPrice5: 111
}),

getters: {
Expand Down

0 comments on commit 3d331d1

Please sign in to comment.