Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Jan 25, 2024
1 parent 3f1d81e commit 5a77e69
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion cypress/integration/testSpec.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ before(() => {
)
.then((res) => Cypress.env("DELEGATE_WALLET", res))
.then(() => {
console.log("env: ", process.env.NETWORK_NAME);
cy.setupMetamask("");
});
});
Expand Down
1 change: 0 additions & 1 deletion src/pages/EnteryourDelegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const InputComponent = ({
setValue(value);

const run = async () => {
console.log("run");
if (value.includes(".")) {
try {
const result = await getEthersProvider(walletProvider).resolveName(
Expand Down
2 changes: 0 additions & 2 deletions src/utils/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ export async function delegateBySig(
if (!delegateSigResponseData)
throw new Error("Didn't get response from server");

console.log("delegateSigResponseData: ", delegateSigResponseData);

setClaimState({
state: "QUEUED",
message: delegateSigResponseData,
Expand Down
6 changes: 0 additions & 6 deletions src/web3modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import { isConnected, network } from "./apollo";

export const rpcUrl = "https://web3.ens.domains/v1/mainnet";

// export const rpcUrl =
// "https://mainnet.infura.io/v3/4d6e2605d0b1497fad8373ba11ddee8c";

// export const rpcUrl =
// "https://rpc.tenderly.co/fork/c7c153cc-f1e0-4256-8187-da989a61a138";

let ethersProvider;
let ensInstance;

Expand Down

0 comments on commit 5a77e69

Please sign in to comment.