From 73de90518d8b24944ff5659ce309c360065abf45 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:34:37 -0700 Subject: [PATCH] fix EVM contract source code & FLIP links (#1093) --- docs/build/core-contracts/13-evm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/core-contracts/13-evm.md b/docs/build/core-contracts/13-evm.md index bc0a41613d..554f01c46b 100644 --- a/docs/build/core-contracts/13-evm.md +++ b/docs/build/core-contracts/13-evm.md @@ -12,9 +12,9 @@ some level. If you would like to interact with EVM directly from Cadence, you can use the `EVM` contract and it's constructs. Read more about the EVM contract and its role in Flow's EVM equivalence in [FLIP -#223](https://github.com/onflow/flips/pull/225/files). +#223](https://github.com/onflow/flips/blob/main/protocol/20231116-evm-support.md). -Mainnet/Testnet Source: [`EVM.cdc`](https://github.com/onflow/flow-go/blob/master/fvm/evm/stdlib/abiOnlyContract.cdc) +Mainnet/Testnet Source: [`EVM.cdc`](https://github.com/onflow/flow-go/blob/master/fvm/evm/stdlib/contract.cdc) | Network | Contract Address | | ------------------------- | -------------------------------------------------------------------------- |