Skip to content

Commit

Permalink
Update chain to base
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaguspunk committed Dec 7, 2024
1 parent ef60886 commit acc2a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-goat/src/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { WalletClient } from "@goat-sdk/core";
import { viem } from "@goat-sdk/wallet-viem";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { sepolia } from "viem/chains";
import { base } from "viem/chains";

// Add the chain you want to use, remember to update also
// the EVM_PROVIDER_URL to the correct one for the chain
export const chain = sepolia;
export const chain = base;

export function getWalletClient(
getSetting: (key: string) => string | undefined
Expand Down

0 comments on commit acc2a45

Please sign in to comment.