Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PRIVATE_KEY | Yes | Your hex encoded private key | |
OWNER_ADDRESS | Yes | Your owner Ethereum address | |
BASE_FACTORY_ADDRESS | No | Base CREATE2 factory address | 0x754a2643Ce68e0e34510B1E246254f93946AE3a1 |
BASE_SEPOLIA_RPC_URL | Yes | Base Sepolia testnet RPC URL | |
ARBITRUM_FACTORY_ADDRESS | No | Arbitrum CREATE2 factory address | 0x754a2643Ce68e0e34510B1E246254f93946AE3a1 |
ARBITRUM_SEPOLIA_RPC_URL | Yes | Arbitrum Sepolia testnet RPC URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
deploy-and-configure-oft-multichain | Deploys an OFT contract to multiple chains, sets up peer connections, and configures enforced options. |
bridge-oft | Bridges OFT tokens from one chain to another using LayerZero. |