Skip to content

feat: add custom chains supported on Agent Kit #63

Merged
CocDap merged 9 commits intomainfrom
chore/fix-integration
Jul 10, 2025
Merged

feat: add custom chains supported on Agent Kit #63
CocDap merged 9 commits intomainfrom
chore/fix-integration

Conversation

@CocDap
Copy link
Copy Markdown
Contributor

@CocDap CocDap commented Jul 9, 2025

The following configuration initializes a PolkadotAgentKit instance that exclusively connects to the Westend testnet. The agent is restricted to interact only with the westend chain:

const agent = new PolkadotAgentKit({
  privateKey: process.env.PRIVATE_KEY,
  chains: ['westend'], // Restrict agent access to the Westend chain only
});

@CocDap CocDap merged commit 6006988 into main Jul 10, 2025
1 check passed
@CocDap CocDap deleted the chore/fix-integration branch July 10, 2025 02:46
@CocDap CocDap linked an issue Jul 10, 2025 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(prompt + core): chain-specific connection

1 participant