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
* feat(bridge): use across API to get bridge supported tokens
* chore: bump v
* chore: fix lowercase
* feat(bridge): get deposit status from Across API
* feat(bridge): add order status tracking methods
* chore: fix tests
* feat(bridge): add depositParams to getOrder() result
* chore: bump v
* chore: fix naming
* chore: unknown status
* chore: add deposit and fill tx
* chore: update test
* chore: bump v
---------
Co-authored-by: daniele <[email protected]>
// Bridge provider would be the last part of the dappId
20
+
constbridgeProviderDappId=bridgingHook.dappId
21
+
22
+
// Find the provider by name (note that I could just have use this.provider, but just wanted to leave it ready in case we implement multiple providers)
// Find the provider by name (note that I could just have use this.provider, but just wanted to leave it ready in case we implement multiple providers)
exportconstDEFAULT_GAS_COST_FOR_HOOK_ESTIMATION=200_000// Based on https://dashboard.tenderly.co/shoom/project/simulator/a5e29dac-d0f2-407f-9e3d-d1b916da595b
0 commit comments