Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions tests/localdev/NativeFiatToken.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -927,17 +927,6 @@ describe('NativeFiatToken', () => {
await USDC.attach(operator).write.unBlacklist([predictedAddress]).then(ReceiptVerifier.waitSuccess)
})

it('execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred', async () => {
const { client, operator, sender } = await clients()

// Calculate the address that will be created
const nonce = await client.getTransactionCount({ address: sender.account.address })
const predictedAddress = getCreateAddress({ from: sender.account.address, nonce: BigInt(nonce) })

// Blocklist the predicted contract address
await USDC.attach(operator).write.blacklist([predictedAddress]).then(ReceiptVerifier.waitSuccess)
})

it('execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred', async () => {
const { client, operator, sender } = await clients()

Expand Down
Loading