Skip to content

Commit 1cf47be

Browse files
committed
fix: fix rpcError for ethereum mainnet
1 parent a17b738 commit 1cf47be

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-evm/src/templates

1 file changed

+1
-1
lines changed

packages/plugin-evm/src/templates/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Respond with a JSON markdown block containing only the extracted values:
1313
1414
\`\`\`json
1515
{
16-
"fromChain": "ethereum" | "base" | ...,
16+
"fromChain": "mainnet" | "base" | ...,
1717
"amount": string,
1818
"toAddress": string
1919
}

0 commit comments

Comments
 (0)