Fujicracy / fuji-v1

0 stars 0 forks source link

Locking ceremony #368

Closed doliG closed 2 years ago

doliG commented 2 years ago

close #347 close #344 close #343 close #400 close #408

doliG commented 2 years ago

Question: While we are still in the accumulation phase, will be the locking ceremony tab disabled?

As we discussed on discord, I choose this option: before the locking ceremony is available, I display a timer "xx days xx hours xx minutes remaining before you can lock".

doliG commented 2 years ago

@brozorec can you check again ?

brozorec commented 2 years ago

"After the accumulation period ends, you will be required to perform the Locking Ceremony during which you will have to throw your Climbing Gear into Mt. Fuji's lava pit and watch it combust into a volcanic eruption. "

@doliG

doliG commented 2 years ago

@brozorec

Displaying this before opening the Locking Ceremony doesn't seem very relevant so better hide it.

💡 We can hide the subtitle before locking ceremony open, but better keep the page title. I suggest to change the wording, like: title: "Locking Ceremony", subtitle: "Congratulation! You are about to summit.", and hide subtitle if locking is not available yet. Ok for you?

"You can still trade Climbing Gears on the marketplace" -> missing full stop

I don't understand.

Before opening the Locking Ceremony, change the whole explainer to: "..."

✅ Done

How can I simulate the end of the accumulation phase so that I can consummate the ceremony? Can you write for me the instructions plz?

Play with phases in packages/hardhat/scripts/fantom/05_nft_game.js. My current settings:

  // 0 = start game launch
  // 1 = end of accumulation
  // 2 = end of trade and lock
  // 3 = end of bond
  if (TESTING_PARAMS) {
    phases = [
      now,
      now + 1,
      now + 1 * 60,
      now + 6 * day
    ];

Then run local fork, and deploy contract as usual:

# terminal 1
yarn start

# terminal 2
npx hardhat node --fork https://rpc.ankr.com/fantom

# terminal 3
cd packages/hardhat/
yarn workspace @fuji/hardhat run deploy:fantom:game && yarn workspace @fuji/hardhat publish:core
brozorec commented 2 years ago
  1. ok
  2. "full stop" === "." at the end of the sentence
  3. ok
  4. can't test yet, having this error #411