mirror of
https://github.com/alexgo-io/bridge-launch-governance.git
synced 2026-01-12 08:34:18 +08:00
add eth beacon endpoint
This commit is contained in:
@@ -59,6 +59,7 @@ module.exports = {
|
||||
Eth: {
|
||||
rpc: ["https://ethereum-mainnet-rpc.allthatnode.com", "https://mainnet.infura.io/v3/[PROJECT_ID]", "https://rpc.ankr.com/eth", "https://eth.chain-node.orbitchain.io:7643", ],
|
||||
socket: "wss://mainnet.infura.io/ws/v3/[PROJECT_ID]",
|
||||
beacon: "https://beacon.chain-node.orbitchain.io:7643",
|
||||
},
|
||||
Matic: {
|
||||
rpc: ["https://polygon-mainnet-rpc.allthatnode.com:8545", "https://polygon-rpc.com", "https://matic.chain-node.orbitchain.io:7643",],
|
||||
@@ -70,6 +71,8 @@ module.exports = {
|
||||
ETH_CHAIN_ID: '0x1',
|
||||
MATIC_CHAIN_ID: '0x89',
|
||||
|
||||
ETH_TERMINAL_TOTAL_DIFFICULTY: "58750000000000000000000",
|
||||
|
||||
DEBUG: true,
|
||||
LOGLEVEL: 'debug',
|
||||
|
||||
|
||||
@@ -135,6 +135,7 @@ module.exports = {
|
||||
Eth: {
|
||||
rpc: ["https://eth.chain-node.orbitchain.io:7643", "https://mainnet.infura.io/v3/[PROJECT_ID]"],
|
||||
socket: "wss://mainnet.infura.io/ws/v3/[PROJECT_ID]",
|
||||
beacon: "https://beacon.chain-node.orbitchain.io:7643",
|
||||
},
|
||||
Fantom: {
|
||||
rpc: "https://rpc.ftm.tools",
|
||||
@@ -197,6 +198,8 @@ module.exports = {
|
||||
MATIC_CHAIN_ID: '0x89',
|
||||
OEC_CHAIN_ID: 66,
|
||||
|
||||
ETH_TERMINAL_TOTAL_DIFFICULTY: "58750000000000000000000",
|
||||
|
||||
DEBUG: true,
|
||||
LOGLEVEL: 'debug',
|
||||
|
||||
|
||||
@@ -129,6 +129,7 @@ module.exports = {
|
||||
Eth: {
|
||||
rpc: ["https://eth.chain-node.orbitchain.io:7643", "https://mainnet.infura.io/v3/[PROJECT_ID]"],
|
||||
socket: "wss://mainnet.infura.io/ws/v3/[PROJECT_ID]",
|
||||
beacon: "https://beacon.chain-node.orbitchain.io:7643",
|
||||
},
|
||||
Fantom: {
|
||||
rpc: "https://rpc.ftm.tools",
|
||||
@@ -184,6 +185,8 @@ module.exports = {
|
||||
MATIC_CHAIN_ID: '0x89',
|
||||
OEC_CHAIN_ID: 66,
|
||||
|
||||
ETH_TERMINAL_TOTAL_DIFFICULTY: "58750000000000000000000",
|
||||
|
||||
DEBUG: true,
|
||||
LOGLEVEL: 'debug',
|
||||
|
||||
|
||||
@@ -129,6 +129,7 @@ module.exports = {
|
||||
Eth: {
|
||||
rpc: ["https://eth.chain-node.orbitchain.io:7643", "https://mainnet.infura.io/v3/[PROJECT_ID]"],
|
||||
socket: "wss://mainnet.infura.io/ws/v3/[PROJECT_ID]",
|
||||
beacon: "https://beacon.chain-node.orbitchain.io:7643",
|
||||
},
|
||||
Fantom: {
|
||||
rpc: "https://rpc.ftm.tools",
|
||||
@@ -184,6 +185,8 @@ module.exports = {
|
||||
MATIC_CHAIN_ID: '0x89',
|
||||
OEC_CHAIN_ID: 66,
|
||||
|
||||
ETH_TERMINAL_TOTAL_DIFFICULTY: "58750000000000000000000",
|
||||
|
||||
DEBUG: true,
|
||||
LOGLEVEL: 'debug',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user