Skip to content

Commit

Permalink
revert change to EVM imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 30, 2024
1 parent 640d407 commit 0bf337c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cadence/contracts/standards/EVM.cdc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Crypto
import NonFungibleToken from 0xf8d6e0586b0a20c7
import FungibleToken from 0xee82856bf20e2aa6
import FlowToken from 0x0ae53cb6e3f42a79
import "NonFungibleToken"
import "FungibleToken"
import "FlowToken"

access(all)
contract EVM {
Expand Down

0 comments on commit 0bf337c

Please sign in to comment.