@venusprotocol/oracle 2.5.0-dev.4 → 2.5.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/arbitrumsepolia/solcInputs/c9234768a0e90787a3e044ab631ca909.json +316 -0
- package/deployments/arbitrumsepolia/weETHOneJumpChainlinkOracle.json +306 -0
- package/deployments/arbitrumsepolia/weETHOneJumpChainlinkOracle_Implementation.json +204 -0
- package/deployments/arbitrumsepolia/weETHOneJumpChainlinkOracle_Proxy.json +224 -0
- package/deployments/arbitrumsepolia/wstETHOneJumpChainlinkOracle.json +306 -0
- package/deployments/arbitrumsepolia/wstETHOneJumpChainlinkOracle_Implementation.json +204 -0
- package/deployments/arbitrumsepolia/wstETHOneJumpChainlinkOracle_Proxy.json +224 -0
- package/deployments/arbitrumsepolia.json +930 -0
- package/deployments/arbitrumsepolia_addresses.json +7 -1
- package/deployments/zksyncmainnet/.chainId +1 -0
- package/deployments/zksyncmainnet/BoundValidator.json +688 -0
- package/deployments/zksyncmainnet/BoundValidator_Implementation.json +749 -0
- package/deployments/zksyncmainnet/BoundValidator_Proxy.json +360 -0
- package/deployments/zksyncmainnet/ChainlinkOracle.json +715 -0
- package/deployments/zksyncmainnet/ChainlinkOracle_Implementation.json +841 -0
- package/deployments/zksyncmainnet/ChainlinkOracle_Proxy.json +322 -0
- package/deployments/zksyncmainnet/DefaultProxyAdmin.json +284 -0
- package/deployments/zksyncmainnet/RedStoneOracle.json +715 -0
- package/deployments/zksyncmainnet/RedStoneOracle_Implementation.json +803 -0
- package/deployments/zksyncmainnet/RedStoneOracle_Proxy.json +322 -0
- package/deployments/zksyncmainnet/ResilientOracle.json +941 -0
- package/deployments/zksyncmainnet/ResilientOracle_Implementation.json +1211 -0
- package/deployments/zksyncmainnet/ResilientOracle_Proxy.json +322 -0
- package/deployments/zksyncmainnet/solcInputs/d14112d82bb23a35dc687350b4e61e84.json +343 -0
- package/deployments/zksyncmainnet.json +4765 -0
- package/deployments/zksyncmainnet_addresses.json +19 -0
- package/dist/deploy/13-deploy-wstETH-weETH-oracles.d.ts +4 -0
- package/dist/deploy/13-deploy-wstETH-weETH-oracles.d.ts.map +1 -0
- package/dist/deploy/13-deploy-wstETH-weETH-oracles.js +63 -0
- package/dist/deploy/13-deploy-wstETH-weETH-oracles.js.map +1 -0
- package/dist/helpers/deploymentConfig.d.ts.map +1 -1
- package/dist/helpers/deploymentConfig.js +63 -3
- package/dist/helpers/deploymentConfig.js.map +1 -1
- package/package.json +2 -2
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
"RedStoneOracle_Proxy": "0x15058891ca0c71Bd724b873c41596A682420613C",
|
|
15
15
|
"ResilientOracle": "0x6708bAd042916B47311c8078b29d7f432342102F",
|
|
16
16
|
"ResilientOracle_Implementation": "0xbeF4F9590Bb7B3a7620b6444Aca5D81471019d8C",
|
|
17
|
-
"ResilientOracle_Proxy": "0x6708bAd042916B47311c8078b29d7f432342102F"
|
|
17
|
+
"ResilientOracle_Proxy": "0x6708bAd042916B47311c8078b29d7f432342102F",
|
|
18
|
+
"weETHOneJumpChainlinkOracle": "0x4f894aC6F5e2E2bD72632B137E28234339Db3D53",
|
|
19
|
+
"weETHOneJumpChainlinkOracle_Implementation": "0xd53226E153a7F525ca2f7481bDf6E284767347dC",
|
|
20
|
+
"weETHOneJumpChainlinkOracle_Proxy": "0x4f894aC6F5e2E2bD72632B137E28234339Db3D53",
|
|
21
|
+
"wstETHOneJumpChainlinkOracle": "0x06b47B32d9C4D8f948EB3FFDB4a1ecE93794f922",
|
|
22
|
+
"wstETHOneJumpChainlinkOracle_Implementation": "0x01f8d4A0178ceB60B2fFBf8736765198c7392607",
|
|
23
|
+
"wstETHOneJumpChainlinkOracle_Proxy": "0x06b47B32d9C4D8f948EB3FFDB4a1ecE93794f922"
|
|
18
24
|
}
|
|
19
25
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
324
|