File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/payloads/adapters/ethereum Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {Ethereum_Celo_Path_Payload} from '../../../../src/adapter_payloads/Ether
1010import {Ethereum_Sonic_Path_Payload} from '../../../../src/adapter_payloads/Ethereum_Sonic_Path_Payload.sol ' ;
1111import {SimpleAddForwarderAdapter} from '../../../../src/templates/SimpleAddForwarderAdapter.sol ' ;
1212
13- contract Ethereum is Ethereum_Activate_Mantle_Bridge_Adapter_Payload {
13+ contract Ethereum_Mantle is Ethereum_Activate_Mantle_Bridge_Adapter_Payload {
1414 function TRANSACTION_NETWORK () internal pure override returns (uint256 ) {
1515 return ChainIds.ETHEREUM;
1616 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pragma solidity ^0.8.0;
33
44import 'forge-std/console.sol ' ;
55import {ADITestBase} from '../../adi/ADITestBase.sol ' ;
6- import {Addresses, Ethereum as PayloadEthereumScript } from '../../../scripts/payloads/adapters/ethereum/Network_Deployments.s.sol ' ;
6+ import {Addresses, Ethereum_Mantle } from '../../../scripts/payloads/adapters/ethereum/Network_Deployments.s.sol ' ;
77import {SimpleAddForwarderAdapter, AddForwarderAdapterArgs} from '../../../src/templates/SimpleAddForwarderAdapter.sol ' ;
88
99abstract contract BaseAddMantlePathPayloadTest is ADITestBase {
@@ -66,7 +66,7 @@ abstract contract BaseAddMantlePathPayloadTest is ADITestBase {
6666}
6767
6868contract EthereumAddMantlePathPayloadTest is
69- PayloadEthereumScript ,
69+ Ethereum_Mantle ,
7070 BaseAddMantlePathPayloadTest ('ethereum ', 21830243 )
7171{
7272 function _getDeployedPayload () internal pure override returns (address ) {
You can’t perform that action at this time.
0 commit comments