Skip to content

Commit

Permalink
Merge pull request #364 from SocketDotTech/bob-chain
Browse files Browse the repository at this point in the history
Bob chain
  • Loading branch information
arthcp authored Apr 25, 2024
2 parents 798be24 + 0c7bc31 commit 2559a00
Show file tree
Hide file tree
Showing 27 changed files with 268 additions and 362 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#global settings
NODE_ENV="production"
DOTENV_CONFIG_PATH=./.env
DEPLOYMENT_MODE="prod" # dev | surge | prod

# relayer urls
RELAYER_API_KEY_DEV=""
Expand Down Expand Up @@ -65,8 +66,9 @@ REYA_CRONOS_RPC=''
REYA_RPC=''
SYNDR_SEPOLIA_L3_RPC=''
POLYNOMIAL_TESTNET_RPC=''
BOB_RPC=''

# update these settings
# DEPLOYMENT_MODE="dev | surge | prod"

# SOCKET_OWNER_ADDRESS=""
# SOCKET_SIGNER_KEY=xxx
11 changes: 11 additions & 0 deletions chainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
},
"siblings": [1, 42161, 10, 8453]
},
"60808": {
"roleOwners": {
"ownerAddress": "0x5fD7D0d6b91CC4787Bcb86ca47e0Bd4ea0346d34",
"executorAddress": "0x42639d8fd154b72472e149a7d5ac13fa280303d9",
"transmitterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5",
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
},
"siblings": [42161, 10],
"overrides": {}
},
"444444": {
"roleOwners": {
"ownerAddress": "0x78Deb9225c3F28D12922913Fec978e4dC90E1aa4",
Expand Down
Loading

0 comments on commit 2559a00

Please sign in to comment.