You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +34,7 @@ contract Cher_SpokePool is Ovm_SpokePool {
34
34
{} // solhint-disable-line no-empty-blocks
35
35
36
36
/**
37
-
* @notice Construct the OVM Cher SpokePool.
37
+
* @notice Construct the OVM Soneium SpokePool.
38
38
* @param _initialDepositId Starting deposit ID. Set to 0 unless this is a re-deployment in order to mitigate
39
39
* relay hash collisions.
40
40
* @param _crossDomainAdmin Cross domain admin to set. Can be changed by admin.
@@ -49,7 +49,7 @@ contract Cher_SpokePool is Ovm_SpokePool {
49
49
}
50
50
51
51
/**
52
-
* @notice Cher-specific logic to bridge tokens back to the hub pool contract on L1.
52
+
* @notice Soneium-specific logic to bridge tokens back to the hub pool contract on L1.
53
53
* @param amountToReturn Amount of the token to bridge back.
54
54
* @param l2TokenAddress Address of the l2 Token to bridge back. This token will either be bridged back to the token defined in the mapping `remoteL1Tokens`,
55
55
* or via the canonical mapping defined in the bridge contract retrieved from `tokenBridges`.
@@ -59,7 +59,7 @@ contract Cher_SpokePool is Ovm_SpokePool {
59
59
function _bridgeTokensToHubPool(uint256amountToReturn, addressl2TokenAddress) internalvirtualoverride {
60
60
// Handle custom USDC bridge which doesn't conform to the standard bridge interface. In the future, CCTP may be used to bridge USDC to mainnet, in which
61
61
// case bridging logic is handled by the Ovm_SpokePool code. In the meantime, if CCTP is not enabled, then use the USDC bridge. Once CCTP is activated on
62
-
// Cher, this block of code will be unused.
62
+
// Soneium, this block of code will be unused.
63
63
if (l2TokenAddress ==address(usdcToken) &&!_isCCTPEnabled()) {
0 commit comments