Skip to content

Commit

Permalink
feat: connect hook and sepolia testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Jan 18, 2024
1 parent 7da1c99 commit df8c20d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
32 changes: 28 additions & 4 deletions deployments/prod_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@
}
}
},
"startBlock": 6128911,
"startBlock": 7958049,
"Counter": "0xA7f7e4fE8E4cdDCD9969Bd3fbcFF67000CD7DE47"
},
"11155111": {
Expand Down Expand Up @@ -2184,6 +2184,18 @@
"switchboard": "0xd84fabe06806270Fb2dDFC2255102206e3B36865"
}
},
"46658378": {
"FAST": {
"capacitor": "0x204374dabEDe785ED9D0D0139c300F0804C8489E",
"decapacitor": "0x235C58A592CD6494083fD7766e59e643D733a0E3",
"switchboard": "0x501fCBa3e6F92b2D1d89038FeD56EdacaaF5f7c2"
},
"OPTIMISTIC": {
"capacitor": "0xfb59C44a9Da19c7864e69b2D9E1E7f52bD6f8846",
"decapacitor": "0xa4F8Ca235AaE12B5CE0c6BDb7DAC4cf535B1C71b",
"switchboard": "0xd84fabe06806270Fb2dDFC2255102206e3B36865"
}
},
"1399904803": {
"FAST": {
"capacitor": "0xfB42955498428F33eB1F5f7e3e67ccEA2C884D34",
Expand All @@ -2200,7 +2212,7 @@
"FastSwitchboard": "0x501fCBa3e6F92b2D1d89038FeD56EdacaaF5f7c2",
"OptimisticSwitchboard": "0xd84fabe06806270Fb2dDFC2255102206e3B36865",
"SocketBatcher": "0x2521b29FD8d3787Ab42141f55F6b462E6115C737",
"startBlock": 4839670,
"startBlock": 5108837,
"Counter": "0x1d43076909Ca139BFaC4EbB7194518bE3638fc76"
},
"11155112": {
Expand Down Expand Up @@ -2474,7 +2486,7 @@
}
}
},
"startBlock": 6545648,
"startBlock": 6894398,
"Counter": "0xD9e492C3899aC768F67aD9AdC0Ce88aAB5463f60"
},
"28122024": {
Expand Down Expand Up @@ -2527,7 +2539,7 @@
"OptimisticSwitchboard": "0x57D1Aeafb6a2b7Bd4954e47a556622161A8c0A65",
"SocketBatcher": "0xaa3d9fA3aB930aE635b001d00C612aa5b14d750e",
"Counter": "0xd286595d2e3D879596FAB51f83A702D10a6db27b",
"startBlock": 82,
"startBlock": 277,
"integrations": {
"421614": {
"FAST": {
Expand All @@ -2541,6 +2553,18 @@
"switchboard": "0x57D1Aeafb6a2b7Bd4954e47a556622161A8c0A65"
}
},
"11155111": {
"FAST": {
"capacitor": "0x924b840ea9Cb97Aa103B6B37b5815676a0fA6076",
"decapacitor": "0x4648bA0745A1333eEF1e6790815c2e8d327C0686",
"switchboard": "0x8f9EaEe5c5df888aBA3c1Ab19689a0660d042c6d"
},
"OPTIMISTIC": {
"capacitor": "0xA1A57BEdfCF75492Ee7CE8aB4D1B3E1A3837EF30",
"decapacitor": "0x8757Fd4c8CEEFB59ed4F69d841ca6Fa0C2744f0D",
"switchboard": "0x57D1Aeafb6a2b7Bd4954e47a556622161A8c0A65"
}
},
"11155420": {
"FAST": {
"capacitor": "0x40AAe25992B0a734bEE0AB70bdd55D856aB498a2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socket.tech/dl-core",
"license": "UNLICENSED",
"version": "2.4.19",
"version": "2.4.20",
"description": "Smart contracts for socket data layer.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit df8c20d

Please sign in to comment.