Skip to content

Commit

Permalink
docs(frame-transactions): Drop warning regarding no support for testn…
Browse files Browse the repository at this point in the history
…et (#466)
  • Loading branch information
wbnns authored Apr 30, 2024
1 parent 8cecebb commit c86a302
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ import { base } from 'viem/chains';
import type { FrameTransactionResponse } from '@coinbase/onchainkit/frame';
```

:::caution

At the time of writing, Base Sepolia is not yet on the list of approved chains, but is in the process of being added.

:::

Finally, you'll need to import the ABI and address for your contract. If you're using a tool that exports the ABI as an object, you can add it as below after adding the folder and file for the ABI. Make sure you have `const abi =` before the array containing the ABI, and `export default abi;`.

You also need to add the contract address to `config.ts`.
Expand Down

1 comment on commit c86a302

@Mfnhneteller
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.