Owner Create TLD for Base Testnetupdate custom TLD parameters under SitusTLD in ignition/parameters.json.Execute:npm run customtld:deployandverify baseTestnetAdd Base Sepolia to MetamaskName Sepolia Network Name Base Sepolia RPC Endpoint https://sepolia.base.org Chain ID 84532 Currency Symbol ETH...
The Lambda authorizer needs to validate the signature generated by MetaMask and connect to the Sepolia testnet to check the content of the smart contract. To do that, it uses theweb3.pylibrary. To make this library available to the Lambda execution environment, you first create a web3...
var rpcUrl string var privateKeyHex string var deploymentFile string flag.StringVar(&attestationHex, "attestation", "", "attestation hex") flag.StringVar(&rpcUrl, "rpc", "https://sepolia.base.org", "rpc url") flag.StringVar(&privateKeyHex, "private-key", "", "private key") flag.Stri...
9090 --http --ws --http.api=eth,debug,net,trace,web3,erigon # sepolia ./build/bin/erigon --datadir="<your_sepolia_data_path>" --chain=sepolia --port=30304 --http.port=8546 --authrpc.port=8552 --torrent.port=42068 --private.api.addr=127.0.0.1:9091 --http --ws --http.api...
Sprintf("https://%s.api.status.im/infura/base/sepolia/", stageName), DefaultFallbackURL2: fmt.Sprintf("https://%s.api.status.im/grove/base/sepolia/", stageName), RPCURL: "https://base-sepolia.infura.io/v3/", FallbackURL: "https://base-testnet.rpc.grove.city/v1/", Block...
flag.StringVar(&rpcUrl, "rpc", "https://sepolia.base.org", "rpc url") flag.StringVar(&privateKeyHex, "private-key", "", "private key") flag.StringVar(&deploymentFile, "deployment", "deployments/84532-deploy.json", "deployment file") flag.Parse() if attestationHex == "" || private...
var rpcUrl string var privateKeyHex string var deploymentFile string flag.StringVar(&attestationHex, "attestation", "", "attestation hex") flag.StringVar(&rpcUrl, "rpc", "https://sepolia.base.org", "rpc url") flag.StringVar(&privateKeyHex, "private-key", "", "private key") flag.Stri...
Ethereum NetworkStatus Goerli testnet ✅ Sepolia testnet ✅ Mainnet ✅ Usage Ensure you have an Ethereum L1 full node RPC available (not Base), and set OP_NODE_L1_ETH_RPC (in the .env.* file if using docker-compose). If running your own L1 node, it needs to be synced before ...
Instruction below for running on base-sepolia. Terms: resource: something on the internet. Could be a webpage, file server, rpc service, api, any server on the internet that accepts http requests. client: an entity wanting to pay for a resource facilitator server: a server that facilitates...
# mainnet ./build/bin/erigon --datadir="<your_mainnet_data_path>" --chain=mainnet --port=30303 --http.port=8545 --authrpc.port=8551 --torrent.port=42069 --private.api.addr=127.0.0.1:9090 --http --ws --http.api=eth,debug,net,trace,web3,erigon # sepolia ./build/bin/erigon --...