Skip to content

Commit

Permalink
feat: redeployed linea-ens-resolver contracts on sepolia to use the n…
Browse files Browse the repository at this point in the history
…ew gateway url
  • Loading branch information
Julink-eth committed Jul 11, 2024
1 parent 1e85e98 commit ecdd509
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/linea-ens-resolver/deploy/01_deploy_verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
switch (network.name) {
case "sepolia":
args.push(
["https://linea-ens-gateway.sepolia.linea.build/{sender}/{data}.json"],
["https://linea-ccip-gateway.sepolia.linea.build/{sender}/{data}.json"],
"0xB218f8A4Bc926cF1cA7b3423c154a0D627Bdb7E5"
);
break;
case "mainnet":
args.push(
["https://linea-ens-gateway.linea.build/{sender}/{data}.json"],
["https://linea-ccip-gateway.linea.build/{sender}/{data}.json"],
"0xd19d4B5d358258f05D7B411E21A1460D11B0876F"
);
break;
Expand Down
20 changes: 10 additions & 10 deletions packages/linea-ens-resolver/deployments/sepolia/L1Resolver.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit ecdd509

Please sign in to comment.