Skip to content

Commit

Permalink
Merge pull request #241 from SocketDotTech/deploying
Browse files Browse the repository at this point in the history
feat: missing addresses, publish
  • Loading branch information
arthcp authored May 26, 2023
2 parents 18dc5d5 + 293f9e1 commit a91b90d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions deployments/surge_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,42 @@
"NATIVE_BRIDGE": {
"switchboard": "0x7E6dA87FE69306CaAED675fFe4e7dC0FfE3bFe4D"
}
},
"56": {
"FAST": {
"capacitor": "0x4c5875dcdcEFD00d49928Cdf8c33F8038ecf9B1f",
"decapacitor": "0x44e72a3091c47EC5Fb79D7f5ECD95380DCE1E0C1",
"switchboard": "0x1CaB023A0cb8178163Fb47dE7C63C3192767cc26"
},
"OPTIMISTIC": {
"capacitor": "0x0B316Aebf8e62aE7e939d8B0D98125c936B11553",
"decapacitor": "0x878a7178c8e1C1Eee999651c1b357E241Ec5d174",
"switchboard": "0x929625aCcE321770c747C38CC989B689EE823d90"
}
},
"137": {
"FAST": {
"capacitor": "0xfb268Bd0431bEF07f81f45761AB096b181dEf150",
"decapacitor": "0x6BE5082463571522Fc16133E2Ca097f1cE0a2b74",
"switchboard": "0x1CaB023A0cb8178163Fb47dE7C63C3192767cc26"
},
"OPTIMISTIC": {
"capacitor": "0x4e757367f63e3eDb362AF350Ba6a3C954b19422B",
"decapacitor": "0xB4ECd2EbFDA7a06A1d075f70Ba44188Cc9bd4f01",
"switchboard": "0x929625aCcE321770c747C38CC989B689EE823d90"
}
},
"42161": {
"FAST": {
"capacitor": "0x76a10B1bDbd1C4B6992cc9AdEE5be99e89b3Bf62",
"decapacitor": "0x01ac437187428af5F7Cd316862bf186c2246bC45",
"switchboard": "0x1CaB023A0cb8178163Fb47dE7C63C3192767cc26"
},
"OPTIMISTIC": {
"capacitor": "0x971b662290F82CE196Fd8480D18779038D7fF0f5",
"decapacitor": "0xF6989D06a4Ed3e392F09E3BCe824Be48DD72F069",
"switchboard": "0x929625aCcE321770c747C38CC989B689EE823d90"
}
}
},
"FastSwitchboard": "0x1CaB023A0cb8178163Fb47dE7C63C3192767cc26",
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.2.1",
"version": "2.2.2",
"description": "Smart contracts for socket data layer.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit a91b90d

Please sign in to comment.