WALDO: The Degen Chronicles (Genesis NFT Collection)

⚠️ You Need a WALDO Trustline

Before you can receive WALDO rewards, you must add the trustline to your wallet.

πŸ‘‰ Click here to add WALDO Trustline in XUMM
/* Connect Modal Styles */ .connect-modal { position: fixed; inset: 0; z-index: 9999; } .connect-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(2px); } .connect-modal-content { position: relative; margin: 10vh auto; background: #0d0d0d; border: 1px solid #1e1e1e; border-radius: 14px; padding: 20px; width: min(92vw, 500px); box-shadow: 0 0 24px rgba(37,194,160,0.25); } .connect-modal-close { position: absolute; top: 8px; right: 8px; background: transparent; border: none; color: #9adbcf; font-size: 18px; cursor: pointer; }