-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sc-3794]: removes watchdog from relays and simplifies chart a bit mo…
…re (#117)
- Loading branch information
1 parent
3710c3e
commit bb653f5
Showing
5 changed files
with
42 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
rpcUrl: https://rpc.public.zkevm-test.net | ||
rpcUrl: https://ethereum-sepolia.blockpi.network/v1/rpc/public | ||
# -- must match target chain | ||
chainId: 1442 | ||
chainId: '11155111' | ||
# -- can be one of `legacy`or `eip1559` | ||
txType: legacy | ||
# -- can be one of mainnet: `eth`, `arb`, `opt`, `gno`, `scr`, `zkevm`, `mantle`, or testnets: `gor`, `sep`, `ogor`, `mango`, `testnet-zkEVM-mango`, `mantle-testnet`, `scr-sepolia` | ||
chainType: testnet-zkEVM-mango | ||
chainType: sep | ||
|
||
# -- `WATCHDOG_CONFIG_REGISTRY` onchain registry address, use staging `0xE1CcD31f46F30A764DbACB4759E69d8799126941` or prod `0x94Fea534aef6df5cF66C2DAE5CE0A05d10C068F3` | ||
watchdogConfigReg: "0xE1CcD31f46F30A764DbACB4759E69d8799126941" | ||
# -- `WATCHDOG_INTERVAL` interval (in seconds) | ||
watchdogInterval: "300s" | ||
# -- `WATCHDOG_ETH_FROM` address (in seconds) | ||
watchdogEthFrom: '0x0000000000000000000000000000000000000000' | ||
# -- WATCHDOG_CHAIN_RPC_URLS comma separated list of ethereum rpc urls | ||
watchdogChainRpcUrls: "https://ethereum-sepolia.blockpi.network/v1/rpc/public" | ||
env: | ||
normal: | ||
CFG_WEBAPI_ENABLE: 1 | ||
CFG_WEBAPI_LISTEN_ADDR: ":8080" | ||
CFG_WEBAPI_SOCKS5_PROXY_ADDR: "" | ||
CFG_WEBAPI_ETH_ADDR_BOOK: "" | ||
CFG_WEBAPI_STATIC_ADDR_BOOK: "" | ||
|
||
CFG_SPECTRE_PAIRS: "DAI/USD" | ||
# CFG_MODELS: '"MKR/USD"\n"MKR/ETH"' | ||
|
||
CFG_ETH_FROM: "0x1e68967a10a30602EbBa297cffeCC3645cB28D99" | ||
CFG_ETH_PASS: "" | ||
# THIS keystore is for testing purposes only. do not send funds here as you will lose them: | ||
CFG_ETH_KEYS: '{"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"22ae1be4ab7cd766e05c03e334deb9d2"},"ciphertext":"56439cc948fbecff1c252f5cede620f65821c6446ddb6d4bfa38f17754555a44","kdf":"scrypt","kdfparams":{"dklen":32,"n":8192,"p":1,"r":8,"salt":"7dcaf2f0196aa5c9d05dc15fac39ec15dbd99db2311813fd3d1d98324faf05c5"},"mac":"191ffca516d2c263402bd03e4cf1a6df60ebc833f489346fefdf0fe89138f305"},"id":"aea697d6-94d9-4433-bd69-4808597b0768","version":3}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters