Rename p2p-org to drpcorg (#484)

This commit is contained in:
Tony Ganch
2024-05-22 11:19:50 +02:00
committed by GitHub
parent 8f8d89ae74
commit 100578dc6d
10 changed files with 21 additions and 21 deletions

View File

@@ -239,7 +239,7 @@ class EthCallLimitValidator(
ListParams(
TransactionCallJson(
Address.from(config.callLimitContract),
// contract like https://github.com/p2p-org/dshackle/pull/246
// contract like https://github.com/drpcorg/dshackle/pull/246
// meta + size in hex
HexData.from("0xd8a26e3a" + options.callLimitSize.toString(16).padStart(64, '0')),
),