@across-protocol/contracts 5.0.6 → 5.0.7
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.
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// SPDX-License-Identifier: BUSL-1.1
|
|
2
|
+
pragma solidity ^0.8.0;
|
|
3
|
+
|
|
4
|
+
// Entry point for SpokePoolPeriphery and SwapProxy in the tron Foundry profile. These use OZ v4
|
|
5
|
+
// and are kept in a separate file from SP1Helios/UniversalSpokePool (OZ v5) to avoid name collisions.
|
|
6
|
+
import "../periphery/SpokePoolPeriphery.sol";
|
|
@@ -1810,6 +1810,11 @@
|
|
|
1810
1810
|
"block_number": 81267900,
|
|
1811
1811
|
"transaction_hash": "916d12109b908916a5180dbaf032c577b758615e975ce909cdee696f066f5ac9"
|
|
1812
1812
|
},
|
|
1813
|
+
"SpokePoolPeriphery": {
|
|
1814
|
+
"address": "TN88jHbhTpRcKwS6f7fNmXFbGbeqJR1trZ",
|
|
1815
|
+
"block_number": 81812685,
|
|
1816
|
+
"transaction_hash": "9a708fb56c6b0bba4e87599f8b1309b479f144badc7a2130d4cd3554836e4481"
|
|
1817
|
+
},
|
|
1813
1818
|
"WithdrawImplementation": {
|
|
1814
1819
|
"address": "TJkwUDFPKXABkeu38v42sdwQS2VxgRweow",
|
|
1815
1820
|
"block_number": 81269861,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@across-protocol/contracts",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"author": "UMA Team",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -59,7 +59,9 @@
|
|
|
59
59
|
"tron-deploy-withdraw-implementation": "ts-node script/tron/counterfactual/tron-deploy-withdraw-implementation.ts",
|
|
60
60
|
"tron-deploy-counterfactual-clone": "ts-node script/tron/counterfactual/tron-deploy-counterfactual-clone.ts",
|
|
61
61
|
"tron-deploy-clone": "ts-node script/tron/counterfactual/tron-deploy-clone.ts",
|
|
62
|
-
"tron-execute-clone-deposit": "ts-node script/tron/counterfactual/tron-execute-clone-deposit.ts"
|
|
62
|
+
"tron-execute-clone-deposit": "ts-node script/tron/counterfactual/tron-execute-clone-deposit.ts",
|
|
63
|
+
"tron-deploy-spoke-pool-periphery": "ts-node script/tron/periphery/tron-deploy-spoke-pool-periphery.ts",
|
|
64
|
+
"tron-deploy-swap-proxy": "ts-node script/tron/periphery/tron-deploy-swap-proxy.ts"
|
|
63
65
|
},
|
|
64
66
|
"dependencies": {
|
|
65
67
|
"@across-protocol/constants": "^3.1.107",
|