File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -927,17 +927,6 @@ describe('NativeFiatToken', () => {
927927 await USDC . attach ( operator ) . write . unBlacklist ( [ predictedAddress ] ) . then ( ReceiptVerifier . waitSuccess )
928928 } )
929929
930- it ( 'execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred' , async ( ) => {
931- const { client, operator, sender } = await clients ( )
932-
933- // Calculate the address that will be created
934- const nonce = await client . getTransactionCount ( { address : sender . account . address } )
935- const predictedAddress = getCreateAddress ( { from : sender . account . address , nonce : BigInt ( nonce ) } )
936-
937- // Blocklist the predicted contract address
938- await USDC . attach ( operator ) . write . blacklist ( [ predictedAddress ] ) . then ( ReceiptVerifier . waitSuccess )
939- } )
940-
941930 it ( 'execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred' , async ( ) => {
942931 const { client, operator, sender } = await clients ( )
943932
You can’t perform that action at this time.
0 commit comments