Skip to content

Commit 718b1c0

Browse files
committed
chore: deploy UR update
1 parent 20e3497 commit 718b1c0

16 files changed

+3357
-1120
lines changed

deploy/utils/00_deploy_batch_gateway_provider.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ const func: DeployFunction = async function (hre) {
1111
throw new Error('BatchGatewayProvider: No batch gateway URLs provided')
1212
}
1313

14+
const artifact = {
15+
...(await hre.deployments.getExtendedArtifact('GatewayProvider')),
16+
...(await hre.deployments.getArtifact('GatewayProvider')),
17+
}
18+
1419
await hre.viem.deploy(
1520
'BatchGatewayProvider',
1621
[(owner ?? deployer).address, batchGatewayURLs],
1722
{
18-
artifact: await hre.deployments.getArtifact('GatewayProvider'),
23+
artifact,
1924
},
2025
)
2126

deployments/holesky/.migrations.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@
2828
"UniversalSigValidator v1.0.0": 1750305243,
2929
"PublicResolver v3.0.0": 1750305448,
3030
"DefaultReverseResolver v1.0.0": 1750305481,
31-
"MigrationHelper v1.0.0": 1750305497
31+
"MigrationHelper v1.0.0": 1750305497,
32+
"BatchGatewayProvider v1.0.0": 1754524828,
33+
"UniversalResolver v1.0.1": 1754524841
3234
}

deployments/holesky/BatchGatewayProvider.json

Lines changed: 251 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)