├── README.md └── testnet.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frame-network/node-config/99a534768c4d4b449abe2e6aa2ef6cf91c37cca1/README.md -------------------------------------------------------------------------------- /testnet.json: -------------------------------------------------------------------------------- 1 | { 2 | "chain": { 3 | "info-json": "[{\"chain-id\":68840142,\"parent-chain-id\":11155111,\"parent-chain-is-arbitrum\":false,\"chain-name\":\"frame-testnet\",\"sequencer-url\":\"https://rpc.testnet.frame.xyz/http\",\"feed-url\":\"wss://rpc.testnet.frame.xyz/feed\", \"chain-config\":{\"chainId\":68840142,\"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\":false,\"InitialArbOSVersion\":10,\"InitialChainOwner\":\"0x657228c0c2f3e78072a203e874b3f2136e8de2ae\",\"GenesisBlockNum\":0}},\"rollup\":{\"bridge\":\"0x62Ca56aA7a475d4a9170855fD184eE60454f96a8\",\"inbox\":\"0xcFf97680B719747037373B80c15e4Dd251C9fD83\",\"sequencer-inbox\":\"0x16e39fe817Ea69B9582301dB642EDb9A4A330a71\",\"rollup\":\"0x4f56B46c1C061866922428c6A68Bdd926164821a\",\"validator-utils\":\"0x956FEc080121c476ecc15F716D2D2E0145ED20e7\",\"validator-wallet-creator\":\"0xeA110cFB061dF5d55f449798eC17269C70B24A0d\",\"deployed-at\":4523207}}]", 4 | "name": "frame-testnet" 5 | }, 6 | "parent-chain": { 7 | "connection": { 8 | "url": 9 | } 10 | }, 11 | "http": { 12 | "addr": "0.0.0.0", 13 | "port": 8547, 14 | "vhosts": "*", 15 | "corsdomain": "*", 16 | "api": [ 17 | "eth", 18 | "net", 19 | "web3", 20 | "arb", 21 | "debug", 22 | "txpool" 23 | ] 24 | }, 25 | "ws": { 26 | "addr": "0.0.0.0", 27 | "port": 8548, 28 | "api": [ 29 | "eth", 30 | "net", 31 | "web3", 32 | "arb", 33 | "debug", 34 | "txpool" 35 | ] 36 | }, 37 | "node": { 38 | "caching": { 39 | "archive": true 40 | }, 41 | "staker": { 42 | "enable": false 43 | }, 44 | "forwarding-target": "https://rpc.testnet.frame.xyz/http", 45 | "block-validator": { 46 | "enable": true, 47 | "validation-server": "ws://127.0.0.1:8548", 48 | "current-module-root": "0xc24ad8aae2d87240223dd4319720ec3ce1088f8217afdec966502f09d808a15d" 49 | } 50 | } 51 | } --------------------------------------------------------------------------------