Skip to content

Commit

Permalink
Merge pull request #397 from SocketDotTech/bungee-chains
Browse files Browse the repository at this point in the history
Bungee chains
  • Loading branch information
arthcp authored Sep 16, 2024
2 parents 77109fa + 7331563 commit 888ac7d
Show file tree
Hide file tree
Showing 30 changed files with 1,476 additions and 81 deletions.
12 changes: 10 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ OPTIMISM_SEPOLIA_RPC=''
POLYGON_RPC='https://rpc.ankr.com/polygon'
POLYGON_MUMBAI_RPC='https://matic-mumbai.chainstacklabs.com'

AVAX_RPC='https://api.avax.network/ext/bc/C/rpc'

BSC_RPC='https://bsc-dataseed1.binance.org'
BSC_TESTNET_RPC='https://data-seed-prebsc-1-s1.binance.org:8545'

Expand Down Expand Up @@ -95,3 +93,13 @@ NEOX_TESTNET_RPC=' '
NEOX_T4_TESTNET_RPC=' '

NEOX_RPC=' '

GNOSIS_RPC=' '

LINEA_RPC=' '

ZKEVM_RPC=' '

AVALANCHE_RPC=' '

XLAYER_RPC=' '
17 changes: 6 additions & 11 deletions chainConfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"8453": {
"roleOwners": {
"ownerAddress": "0x5fD7D0d6b91CC4787Bcb86ca47e0Bd4ea0346d34",
"ownerAddress": "0xB0BBff6311B7F245761A7846d3Ce7B1b100C1836",
"executorAddress": "0x42639d8fd154b72472e149a7d5ac13fa280303d9",
"transmitterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5",
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
},
"siblings": [1, 137, 42161, 10, 56, 34443],
"overrides": {
"type": 1,
"gasLimit": 3000000,
"gasPrice": 10000000
}
"siblings": [1, 137, 42161, 10, 56, 34443]
},
"31337": {
"siblings": [],
Expand All @@ -26,7 +21,7 @@
},
"34443": {
"roleOwners": {
"ownerAddress": "0x5fD7D0d6b91CC4787Bcb86ca47e0Bd4ea0346d34",
"ownerAddress": "0xB0BBff6311B7F245761A7846d3Ce7B1b100C1836",
"executorAddress": "0x42639d8fd154b72472e149a7d5ac13fa280303d9",
"transmitterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5",
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
Expand All @@ -41,7 +36,7 @@
},
"60808": {
"roleOwners": {
"ownerAddress": "0x5fD7D0d6b91CC4787Bcb86ca47e0Bd4ea0346d34",
"ownerAddress": "0xB0BBff6311B7F245761A7846d3Ce7B1b100C1836",
"executorAddress": "0x42639d8fd154b72472e149a7d5ac13fa280303d9",
"transmitterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5",
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
Expand All @@ -52,7 +47,7 @@
},
"444444": {
"roleOwners": {
"ownerAddress": "0x78Deb9225c3F28D12922913Fec978e4dC90E1aa4",
"ownerAddress": "0xB0BBff6311B7F245761A7846d3Ce7B1b100C1836",
"executorAddress": "0x42639d8fd154b72472e149a7d5ac13fa280303d9",
"transmitterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5",
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
Expand All @@ -63,7 +58,7 @@
},
"2863311531": {
"roleOwners": {
"ownerAddress": "0x5fD7D0d6b91CC4787Bcb86ca47e0Bd4ea0346d34",
"ownerAddress": "0xB0BBff6311B7F245761A7846d3Ce7B1b100C1836",
"executorAddress": "0x42639d8fd154b72472e149a7d5ac13fa280303d9",
"transmitterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5",
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
Expand Down
Loading

0 comments on commit 888ac7d

Please sign in to comment.