Skip to content

Commit 6725c24

Browse files
Merge pull request #1135 from Web3Auth/feat/lookup-api
[Look UP API] Add support for MetaMask smart account
2 parents b705fb8 + e94a9d9 commit 6725c24

File tree

1 file changed

+3
-3
lines changed
  • src/components/PregenrateSmartAccount

1 file changed

+3
-3
lines changed

src/components/PregenrateSmartAccount/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import styles from "@site/src/components/PregenerateWallet/styles.module.css";
44

55
export default function LookupSCWAPIPage() {
66
const networkOptions = ["sapphire_mainnet", "sapphire_devnet"];
7-
const smartAccountTypeOptions = ["safe", "biconomy", "nexus", "kernel", "trust"];
8-
const entryPointVersionOptions = ["0.7", "0.6"];
7+
const smartAccountTypeOptions = ["metamask"];
8+
const entryPointVersionOptions = ["0.7"];
99
const constructURL = () => {
1010
const baseUrl = "https://lookup.web3auth.io/lookup/scw";
1111
const filteredFormData = Object.fromEntries(
@@ -37,7 +37,7 @@ export default function LookupSCWAPIPage() {
3737
clientId:
3838
"BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ",
3939
chainId: "0x1",
40-
smartAccountType: "safe",
40+
smartAccountType: "metamask",
4141
smartAccountVersion: "",
4242
nonceKey: "",
4343
saltNonce: "",

0 commit comments

Comments
 (0)