init alephzero sepolia

This commit is contained in:
Sebastian
2024-05-10 12:56:47 +02:00
parent 8ae7e25e02
commit 035fac71b2
3 changed files with 72 additions and 0 deletions

57
arb-alephzero-sepolia.yml Normal file
View File

@@ -0,0 +1,57 @@
version: '3.1'
services:
arb-alephzero-sepolia:
image: 'offchainlabs/nitro-node:v2.2.4-8517340'
stop_grace_period: 3m
user: root
volumes:
- 'arb-alephzero-sepolia:/persistent'
- './arb/sepolia/alephzero/baseConfig.json:/baseConfig.json'
expose:
- 8547 # http + ws
command:
- --conf.file=/baseConfig.json
- --persistent.ancient=/persistent/ancient
- --persistent.chain=/persistent/chain
- --persistent.global-config=/persistent/global-config
- --execution.caching.archive=true
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
- --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital
- --parent-chain.connection.url=${ALEPHZERO_SEPOLIA_PARENT_RPC}
- --http.addr=0.0.0.0
- --http.port=8547
- --http.vhosts=*
- --http.corsdomain=*
- --http.api=eth,net,web3,arb,txpool,debug
- --ws.port=8547
- --ws.addr=0.0.0.0
- --ws.origins=*
- --ws.api=eth,net,web3,arb,txpool,debug
- --node.data-availability.enable=true
- --node.data-availability.sequencer-inbox-address=0x16Ef70c48EF4BaaCfdaa4AfdD37F69332832a0bD
- --node.data-availability.parent-chain-node-url=${ALEPHZERO_SEPOLIA_PARENT_RPC}
- --node.data-availability.rest-aggregator.enable=true
- --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital
- --metrics
- --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070
- --log-type=json
- --node.sequencer=false
- --execution.sequencer.enable=false
- --node.staker.enable=false
- --node.batch-poster.enable=false
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.alephzero-sepolia-stripprefix.stripprefix.prefixes=/alephzero-sepolia"
- "traefik.http.services.alephzero-sepolia.loadbalancer.server.port=8547"
- "traefik.http.routers.alephzero-sepolia.entrypoints=websecure"
- "traefik.http.routers.alephzero-sepolia.tls.certresolver=myresolver"
- "traefik.http.routers.alephzero-sepolia.rule=Host(`$DOMAIN`) && PathPrefix(`/alephzero-sepolia`)"
- "traefik.http.routers.alephzero-sepolia.middlewares=alephzero-sepolia-stripprefix, ipwhitelist"
networks:
- chains
volumes:
arb-alephzero-sepolia:

View File

@@ -0,0 +1,6 @@
{
"chain": {
"info-json": "[{\"chain-id\":2039,\"parent-chain-id\":11155111,\"parent-chain-is-arbitrum\":false,\"chain-name\":\"Aleph Zero EVM testnet\",\"chain-config\":{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":true,\"InitialArbOSVersion\":20,\"GenesisBlockNum\":0,\"MaxCodeSize\":98304,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0x4c6dfF3e40e82a1fB599e062051726a9f7808a18\"},\"chainId\":2039},\"rollup\":{\"bridge\":\"0xCB5c0B38C45Fad0C20591E26b0b3C3809123994A\",\"inbox\":\"0xb27fd27987a71a6B77Fb8705bFb6010C411083EB\",\"sequencer-inbox\":\"0x16Ef70c48EF4BaaCfdaa4AfdD37F69332832a0bD\",\"rollup\":\"0xC8C08A4DbbF3367c8441151591c3d935947CB42F\",\"validator-utils\":\"0xb33Dca7b17c72CFC311D68C543cd4178E0d7ce55\",\"validator-wallet-creator\":\"0x75500812ADC9E51b721BEa31Df322EEc66967DDF\",\"deployed-at\":5827184}}]",
"name": "Aleph Zero EVM testnet"
}
}

View File

@@ -32,6 +32,15 @@
"arb-playblock"
]
},
"alephzero-sepolia": {
"id": 6398,
"urls": [
"https://rpc.alephzero-testnet.gelato.digital"
],
"default": [
"arb-alephzero-sepolia"
]
},
"real": {
"id": 111188,
"urls": [