Skip to main content

Deployed Addresses

Ethereum Mainnet (Chain ID: 1)

ContractAddress
YellowToken0x236eB848C95b231299B4AA9f56c73D6893462720
NodeRegistry
AppRegistry
YellowGovernor
TimelockController
Treasury
Faucet

Sepolia Testnet (Chain ID: 11155111)

ContractAddress
YellowToken0x236eB848C95b231299B4AA9f56c73D6893462720
NodeRegistry
AppRegistry
YellowGovernor
TimelockController
Treasury
Faucet0x914abaDC0e36e03f29e4F1516951125c774dBAc8

Using in Code

import { addresses } from "@yellow-org/contracts";

// Mainnet
addresses[1].yellowToken

// Sepolia
addresses[11155111].faucet