Skip to content

Commit

Permalink
block number updated for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoadam committed Nov 2, 2023
1 parent 80bf086 commit 8609a46
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -44,7 +44,7 @@
PROXY_FACTORIES[EthereumNetwork.BINANCE_SMART_CHAIN_TESTNET] = [
(
"0x246f42884273405D13EC0b24c5803212EA3016C8",
26423831,
34741311,
),
]

Expand Down

0 comments on commit 8609a46

Please sign in to comment.