Skip to content

Commit e231039

Browse files
committed
Merge branch 'main' of github.com:bgd-labs/adi-deploy
2 parents a129944 + e3d18ae commit e231039

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/payloads/adapters/ethereum/Network_Deployments.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {Ethereum_Celo_Path_Payload} from '../../../../src/adapter_payloads/Ether
1010
import {Ethereum_Sonic_Path_Payload} from '../../../../src/adapter_payloads/Ethereum_Sonic_Path_Payload.sol';
1111
import {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
}

tests/payloads/ethereum/AddMantlePathTest.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity ^0.8.0;
33

44
import 'forge-std/console.sol';
55
import {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';
77
import {SimpleAddForwarderAdapter, AddForwarderAdapterArgs} from '../../../src/templates/SimpleAddForwarderAdapter.sol';
88

99
abstract contract BaseAddMantlePathPayloadTest is ADITestBase {
@@ -66,7 +66,7 @@ abstract contract BaseAddMantlePathPayloadTest is ADITestBase {
6666
}
6767

6868
contract EthereumAddMantlePathPayloadTest is
69-
PayloadEthereumScript,
69+
Ethereum_Mantle,
7070
BaseAddMantlePathPayloadTest('ethereum', 21830243)
7171
{
7272
function _getDeployedPayload() internal pure override returns (address) {

0 commit comments

Comments
 (0)