Transaction Details
Tx Hash:
TywGHbj1AsPWSA41UuG1pj
Status:
OnChain
Block:
Bundler:
0xF5d3B0bF5C6F4bEC970679Ee78caDbeA8bb72417
Timestamp:
Nov.22.2023 04:17:19 AM
Caller:
0x4117c614527d37f41df3baa19227dfa138b796ea
Signature:
0x8834e926df341862a0324df82db28f3a1941307cf0f98ed3549552093ec24b99593a6e7a264030e84439c10081d5d53b0b26ee074114b868ad47d5a779d247f61b
SepId:
4
Namespace:
mirvais
Dataset:
Collection:
Action:
insertOne
Document:
{
"friend": "#!/bin/bash\nset -eu\n\n# wait until local geth comes up (authed so will return 401 without token)\nuntil [ \"$(curl -s -w '%{http_code}' -o /dev/null \"${OP_NODE_L2_ENGINE_RPC//ws/http}\")\" -eq 401 ]; do\n echo \"waiting for geth to be ready\"\n sleep 5\ndone\n\n# public-facing P2P node, advertise public IP address\nPUBLIC_IP=$(curl -s v4.ident.me)\nexport OP_NODE_P2P_ADVERTISE_IP=$PUBLIC_IP\nCHAIN_ID=$(jq -r .config.chainId < \"$OP_GETH_GENESIS_FILE_PATH\")\n\nif [ \"${CHAIN_ID}\" = \"999999999\" ]; then\n\texport OP_NODE_ROLLUP_CONFIG=\"\"\n export OP_NODE_NETWORK=\"zora-sepolia\"\nfi\n\nif [ \"${CHAIN_ID}\" = \"58008\" ]; then\n\texport OP_NODE_ROLLUP_CONFIG=\"\"\n export OP_NODE_NETWORK=\"pgn-sepolia\"\nfi\n\necho \"$OP_NODE_L2_ENGINE_AUTH_RAW\" > \"$OP_NODE_L2_ENGINE_AUTH\"\n\nexec ./op-node"
}