diff --git a/safe_transaction_service/history/management/commands/setup_service.py b/safe_transaction_service/history/management/commands/setup_service.py index 89d14f011..45e80b80c 100644 --- a/safe_transaction_service/history/management/commands/setup_service.py +++ b/safe_transaction_service/history/management/commands/setup_service.py @@ -13,8 +13,8 @@ from ...models import IndexingStatus, ProxyFactory, SafeMasterCopy MASTER_COPIES[EthereumNetwork.BINANCE_SMART_CHAIN_TESTNET] = [ - ("0xA6f2e94bD3EF99528E946e818d4d4E884dF3D5Fc", 26445990, "1.3.0+L2"), - ("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 20385770, "1.3.0"), + ("0xA6f2e94bD3EF99528E946e818d4d4E884dF3D5Fc", 34741311, "1.3.0+L2"), + ("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 34741311, "1.3.0"), ] MASTER_COPIES[EthereumNetwork.UNKNOWN] = [ ("0x9972DaE88D551423ac060a73000CB44C2FcE4F3D", 2132557, "1.3.0+L2"), @@ -44,7 +44,7 @@ PROXY_FACTORIES[EthereumNetwork.BINANCE_SMART_CHAIN_TESTNET] = [ ( "0x246f42884273405D13EC0b24c5803212EA3016C8", - 26423831, + 34741311, ), ]