Skip to content

Commit c6246df

Browse files
authored
chore: deploy baseGoerliDev (#58)
1 parent 405186c commit c6246df

File tree

10 files changed

+1621
-3
lines changed

10 files changed

+1621
-3
lines changed

deploy/GelatoRelayERC2771.deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
1313

1414
if (hre.network.name !== "hardhat") {
1515
console.log(
16-
`Deploying GelatoRelay to ${hre.network.name}. Hit ctrl + c to abort`
16+
`\n Deploying GelatoRelayERC2771 to ${hre.network.name}. Hit ctrl + c to abort`
1717
);
1818
console.log(`\n IS DEV ENV: ${isDevEnv ? "✅" : "❌"} \n`);
1919
await sleep(5000);

deployments/baseGoerliDev/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
84531

0 commit comments

Comments
 (0)