Chain Configuration
List of all the chain configurations, contract addresses and namespaces deployed.
Chain Specs
- 🍩 Donut Testnet
- Mainnet - Coming Soon 🚀
Field | Value |
---|---|
Network Name | Push Chain Donut Testnet |
RPC URL | https://evm.rpc-testnet-donut-node1.push.org/ , https://evm.rpc-testnet-donut-node2.push.org/ |
Chain ID | 42101 |
Currency Symbol | PC |
Block Explorer URL | https://donut.push.network |
Chain Contracts
- 🍩 Donut Testnet
- Mainnet - Coming Soon 🚀
Contract Name | Contract Address | Contract Purpose |
---|---|---|
Universal Exector Factory | 0x00000000000000000000000000000000000000eA | Factory contract to create Universal Executor Accounts (UEAs) on Push Chain. |
Universal Verification Precompile | 0x00000000000000000000000000000000000000ca | Precompile module that verifies signature of source-chain wallet (UOAs) |
Universal Gateway Contracts
- 🍩 Donut Testnet
- Mainnet - Coming Soon 🚀
Chain | Contract Address |
---|---|
Ethereum Sepolia Testnet | 0x28E0F09bE2321c1420Dc60Ee146aACbD68B335Fe |
Solana Devnet | 3zrWaMknHTRQpZSxY4BvQxw9TStSXiHcmcp3NMPTFkke |
Universal Chain Namespace
Every external chain is represented as a particular string on Push Chain. Mentioned below are the supported testnet and mainnet chain namespaces on Push Chain.
- 🍩 Donut Testnet
- Mainnet - Coming Soon 🚀
Chain | Namespace | Assigned Constant |
---|---|---|
Push Testnet (Donut) | eip155:42101 | PUSH_TESTNET_DONUT |
Ethereum Sepolia | eip155:11155111 | ETHEREUM_SEPOLIA |
Solana Devnet | solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 | SOLANA_DEVNET |
Solana Testnet | solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z | SOLANA_TESTNET |
Chain | Namespace | Assigned Constant |
---|---|---|
Push Mainnet | coming soon | PUSH_MAINNET |
Ethereum Mainnet | eip155:1 | ETHEREUM_MAINNET |
Solana Mainnet | solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | SOLANA_MAINNET |
Next Steps
- Create your Universal Signer with Create Universal Signer
- Send your first transaction via Send Universal Transaction
- Explore on-chain helpers in Contract Helpers
- Abstract on the frontend with UI Kit