revflask commited on
Commit
ce44855
·
verified ·
1 Parent(s): 2bdb3dc

Update data.jsonl

Browse files
Files changed (1) hide show
  1. data.jsonl +2 -1
data.jsonl CHANGED
@@ -7,4 +7,5 @@
7
  {"question": "What data structure is used by Solana for State Compression?", "choices": ["Atomic B-Tree", "Thread-safe AVL Tree", "Linear Hashing", "Concurrent Merkle Tree"], "answer": "D"}
8
  {"question": "Which ethereum EIP feature is a JavaScript Ethereum Provider API to standardise the interface across clients and applications?", "choices": ["EIP-2679", "EIP-1193", "EIP-1102", "EIP-4102"], "answer": "B"}
9
  {"question": "What are OpenZeppelin Contracts?", "choices": ["A library for secure smart contract development", "A virtual machine for development", "A novel ERC standard", "Cryptocurrency for smart contracts"], "answer": "A"}
10
- {"question": "Which blockchain has xNFTs?", "choices": ["Ethereum", "Solana", "Polkadot", "Cardano"], "answer": "B"}
 
 
7
  {"question": "What data structure is used by Solana for State Compression?", "choices": ["Atomic B-Tree", "Thread-safe AVL Tree", "Linear Hashing", "Concurrent Merkle Tree"], "answer": "D"}
8
  {"question": "Which ethereum EIP feature is a JavaScript Ethereum Provider API to standardise the interface across clients and applications?", "choices": ["EIP-2679", "EIP-1193", "EIP-1102", "EIP-4102"], "answer": "B"}
9
  {"question": "What are OpenZeppelin Contracts?", "choices": ["A library for secure smart contract development", "A virtual machine for development", "A novel ERC standard", "Cryptocurrency for smart contracts"], "answer": "A"}
10
+ {"question": "Which blockchain has xNFTs?", "choices": ["Ethereum", "Solana", "Polkadot", "Cardano"], "answer": "B"}
11
+ {"question": "Which ethereum EIP feature allows using window events to announce injected Wallet Providers, leading to a web dapp integrating with multiple installed browser wallets simultaneously?", "choices": ["EIP-6362", "EIP-6969", "EIP-6961", "EIP-6963"], "answer": "D"}