@curvefi/api 2.10.0 → 2.10.1
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.
- package/lib/factory/constants.js +5 -0
- package/lib/router.js +5 -0
- package/package.json +1 -1
package/lib/factory/constants.js
CHANGED
|
@@ -346,6 +346,11 @@ exports.NATIVE_TOKENS = {
|
|
|
346
346
|
wrappedSymbol: 'WGLMR',
|
|
347
347
|
wrappedAddress: '0xAcc15dC74880C9944775448304B263D191c6077F'.toLowerCase(),
|
|
348
348
|
},
|
|
349
|
+
43114: {
|
|
350
|
+
symbol: 'AVAX',
|
|
351
|
+
wrappedSymbol: 'WAVAX',
|
|
352
|
+
wrappedAddress: '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7'.toLowerCase(),
|
|
353
|
+
},
|
|
349
354
|
42161: {
|
|
350
355
|
symbol: 'ETH',
|
|
351
356
|
wrappedSymbol: 'WETH',
|
package/lib/router.js
CHANGED
|
@@ -100,6 +100,11 @@ exports.NATIVE_TOKENS = {
|
|
|
100
100
|
wrappedSymbol: 'WGLMR',
|
|
101
101
|
wrappedAddress: '0xAcc15dC74880C9944775448304B263D191c6077F'.toLowerCase(),
|
|
102
102
|
},
|
|
103
|
+
43114: {
|
|
104
|
+
symbol: 'AVAX',
|
|
105
|
+
wrappedSymbol: 'WAVAX',
|
|
106
|
+
wrappedAddress: '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7'.toLowerCase(),
|
|
107
|
+
},
|
|
103
108
|
42161: {
|
|
104
109
|
symbol: 'ETH',
|
|
105
110
|
wrappedSymbol: 'WETH',
|