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
// Create the XCM message for teleport (Asset Hub → Bridge Hub)
@@ -31366,7 +31366,7 @@ async function estimateXcmFeesFromAssetHubToBridgeHub(xcm: any, assetHubApi: any
31366
31366
}
31367
31367
```
31368
31368
31369
-
2. **Dry-run and delivery fees to Relay**: Dry-run the XCM on Asset Hub to capture forwarded messages, locate the one targeting Relay (`parents: 1, interior: Here`), and ask for delivery fees. Add the code to the function:
31369
+
2. **Dry-run and delivery fees to Bridge Hub**: Dry-run the XCM on Asset Hub to capture forwarded messages, locate the one targeting Bridge Hub (`parents: 1, interior: Here`), and ask for delivery fees. Add the code to the function:
@@ -31427,7 +31427,7 @@ async function estimateXcmFeesFromAssetHubToBridgeHub(xcm: any, assetHubApi: any
31427
31427
}
31428
31428
```
31429
31429
31430
-
3. **Remote execution fees on Relay**: Connect to Relay, re-compute the forwarded XCM weight there, and convert weight to PAS (`parents: 0, interior: Here`). Add the code to the function:
31430
+
3. **Remote execution fees on Bridge Hub**: Connect to Bridge Hub, re-compute the forwarded XCM weight there, and convert weight to PAS (`parents: 0, interior: Here`). Add the code to the function:
0 commit comments