File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,6 @@ with wallet cap validation.
1271272 . Wait 65s → ` 3rd attempt WALLET CAPPED ` (429, >1h retry time)
1281283 . Test equivalent address (` t410 ` ) → 429 (same wallet)
129129
130- ** CalibnetUSDFC ID wallet (fresh wallet, 0 transactions):**
131-
132- 1 . Wait 65s → ` 1st SUCCESS ` (200)
133- 2 . Wait 65s → ` 2nd SUCCESS ` (200, reaches cap)
134- 3 . Wait 65s → ` 3rd attempt WALLET CAPPED ` (429, >1h retry time)
135- 4 . Test equivalent address (` t0 ` ) → 429 (same wallet)
136-
137130### 5. Common Helper Functions
138131
139132** ` makeClaimRequest(faucetInfo, address) ` ** : A centralized API call that handles
Original file line number Diff line number Diff line change @@ -297,8 +297,11 @@ export const TEST_SCENARIOS = {
297297 walletCapErrorResponse : true ,
298298 } ,
299299
300+ // TODO(forest-explorer): https://github.com/ChainSafe/forest-explorer/issues/335
301+ // Token sent to the t0 and it's eth mapping address 0x
302+ // are not accessible. Hence commenting out the following
303+ // test cases.
300304 // === CalibnetUSDFC ID Wallet (fresh wallet, 0 transactions) ===
301- // Commented out because we are not sure how to get the token back from the ID address
302305 // {
303306 // name: 'CalibnetUSDFC (ID) - 1st SUCCESS (fresh wallet)',
304307 // faucet_info: FaucetTypes.CalibnetUSDFC,
You can’t perform that action at this time.
0 commit comments