File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -919,17 +919,6 @@ describe('NativeFiatToken', () => {
919919 await USDC . attach ( operator ) . write . unBlacklist ( [ predictedAddress ] ) . then ( ReceiptVerifier . waitSuccess )
920920 } )
921921
922- it ( 'execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred' , async ( ) => {
923- const { client, operator, sender } = await clients ( )
924-
925- // Calculate the address that will be created
926- const nonce = await client . getTransactionCount ( { address : sender . account . address } )
927- const predictedAddress = getCreateAddress ( { from : sender . account . address , nonce : BigInt ( nonce ) } )
928-
929- // Blocklist the predicted contract address
930- await USDC . attach ( operator ) . write . blacklist ( [ predictedAddress ] ) . then ( ReceiptVerifier . waitSuccess )
931- } )
932-
933922 it ( 'execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred' , async ( ) => {
934923 const { client, operator, sender } = await clients ( )
935924
You can’t perform that action at this time.
0 commit comments