@oydual31/more-vaults-sdk 0.2.8 → 0.2.9

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.
@@ -98,10 +98,12 @@ var OFT_ROUTES = {
98
98
  ]: { oft: "0x19cFCE47eD54a88614648DC3f19A5980097007dD", token: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58" }
99
99
  },
100
100
  /**
101
- * PYUSDPayPal USD OFT (issued by PayPal/Flow).
101
+ * USDF — USD Flow OFT. Bridges PYUSD (Ethereum) USDF (Flow EVM).
102
+ * On Ethereum: underlying is PayPal USD (PYUSD, 0x6c3ea9...).
103
+ * On Flow: the OFT itself IS the token (USDF, 0x2aabea...).
102
104
  * Routes verified: Eth→Flow ✓
103
105
  */
104
- PYUSD: {
106
+ USDF: {
105
107
  [
106
108
  747
107
109
  /* flowEVMMainnet */
@@ -111,6 +113,23 @@ var OFT_ROUTES = {
111
113
  /* ethereum */
112
114
  ]: { oft: "0xfa0e06b54986ad96de87a8c56fea76fbd8d493f8", token: "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8" }
113
115
  },
116
+ /**
117
+ * PYUSD — PayPal USD bridged via OFTAdapter (Paxos / LayerZero).
118
+ * Lock/mint architecture: locks PYUSD on Arbitrum, mints PYUSD0 on Flow EVM.
119
+ * On Arbitrum: OFTAdapter wraps native PYUSD (0x46850a...).
120
+ * On Flow: OFTAdapter wraps PYUSD0 (0x99aF3E...), which is the native Paxos token.
121
+ * Routes verified: Arb↔Flow ✓ (EID 30336). No Eth or Base peers.
122
+ */
123
+ PYUSD: {
124
+ [
125
+ 747
126
+ /* flowEVMMainnet */
127
+ ]: { oft: "0x26d27d5AF2F6f1c14F40013C8619d97aaf015509", token: "0x99aF3EeA856556646C98c8B9b2548Fe815240750" },
128
+ [
129
+ 42161
130
+ /* arbitrum */
131
+ ]: { oft: "0x3CD2b89C49D130C08f1d683225b2e5DeB63ff876", token: "0x46850aD61C2B7d64d08c9C754F45254596696984" }
132
+ },
114
133
  /**
115
134
  * WFLOW — Wrapped FLOW NativeOFTAdapter (issued by Flow Foundation).
116
135
  * Routes verified: Eth→Flow ✓