Skip to content

Commit

Permalink
fix EVM contract imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 12, 2024
1 parent 11dcd70 commit a6cc0fc
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 0x0000000000000001
import FungibleToken from 0x0000000000000002
import FlowToken from 0x0000000000000003
import "NonFungibleToken"
import "FungibleToken"
import "FlowToken"

access(all)
contract EVM {
Expand Down

0 comments on commit a6cc0fc

Please sign in to comment.