@across-protocol/contracts 5.0.15 → 5.0.16
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.
|
@@ -4,4 +4,5 @@ pragma solidity ^0.8.0;
|
|
|
4
4
|
// Entry point for SpokePoolPeriphery and SwapProxy in the tron Foundry profile. These use OZ v4
|
|
5
5
|
// and are kept in a separate file from SP1Helios/Tron_SpokePool (OZ v5) to avoid name collisions.
|
|
6
6
|
import "../periphery/SpokePoolPeriphery.sol";
|
|
7
|
+
import "../periphery/AcrossEventEmitter.sol";
|
|
7
8
|
import "../handlers/TronMulticallHandler.sol";
|
|
@@ -1959,6 +1959,11 @@
|
|
|
1959
1959
|
"728126428": {
|
|
1960
1960
|
"chain_name": "TRON",
|
|
1961
1961
|
"contracts": {
|
|
1962
|
+
"AcrossEventEmitter": {
|
|
1963
|
+
"address": "TMv7hAfswe2EvXG4nUeNFGEgNWE8Joedtu",
|
|
1964
|
+
"block_number": 83474885,
|
|
1965
|
+
"transaction_hash": "0b4f2cf11a811768e15cbb50769ebeaf5c0f9be7eadf6f1d7b2618d6745a7b07"
|
|
1966
|
+
},
|
|
1962
1967
|
"AdminWithdrawManager": {
|
|
1963
1968
|
"address": "TTytyjRFYe2oe56Ny7YFmmQngBWTVANugC",
|
|
1964
1969
|
"block_number": 81611914,
|
|
@@ -1999,6 +2004,11 @@
|
|
|
1999
2004
|
"block_number": 81812685,
|
|
2000
2005
|
"transaction_hash": "9a708fb56c6b0bba4e87599f8b1309b479f144badc7a2130d4cd3554836e4481"
|
|
2001
2006
|
},
|
|
2007
|
+
"TronMulticallHandler": {
|
|
2008
|
+
"address": "TQF7owwqj9TvJioDoJpGnjir9hrNZCfMDZ",
|
|
2009
|
+
"block_number": 83478629,
|
|
2010
|
+
"transaction_hash": "d25f4b1756b11788f43b253c9dea29227bffab81b1fea5773ced2b257a5873cc"
|
|
2011
|
+
},
|
|
2002
2012
|
"WithdrawImplementationTron": {
|
|
2003
2013
|
"address": "THPA5L2jxGE84FHMieds212WH3sRX5Hi9t",
|
|
2004
2014
|
"block_number": 82681537,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@across-protocol/contracts",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.16",
|
|
4
4
|
"author": "UMA Team",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"generate-constants-json": "ts-node ./script/utils/GenerateConstantsJson.ts",
|
|
53
53
|
"deploy-safe": "ts-node ./script/safe-multisig/deploySafe.ts",
|
|
54
54
|
"build-tron": "FOUNDRY_PROFILE=tron forge build",
|
|
55
|
+
"tron-deploy": "ts-node script/tron/deploy-tron.ts",
|
|
55
56
|
"tron-deploy-sp1-auto-verifier": "ts-node script/tron/universal/tron-deploy-sp1-auto-verifier.ts",
|
|
56
57
|
"tron-deploy-sp1-helios": "ts-node script/tron/universal/tron-deploy-sp1-helios.ts",
|
|
57
58
|
"tron-deploy-universal-spokepool": "ts-node script/tron/universal/tron-deploy-universal-spokepool.ts",
|