@ape.swap/bonds-sdk 3.0.40-test.6 → 3.0.40-test.7
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/dist/main.js +11 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -68971,13 +68971,23 @@ const zapInputTokens = {
|
|
|
68971
68971
|
{
|
|
68972
68972
|
symbol: 'WETH',
|
|
68973
68973
|
address: {
|
|
68974
|
-
[types.ChainId.BERACHAIN]: '
|
|
68974
|
+
[types.ChainId.BERACHAIN]: '0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590',
|
|
68975
68975
|
},
|
|
68976
68976
|
decimals: {
|
|
68977
68977
|
[types.ChainId.BERACHAIN]: 18,
|
|
68978
68978
|
},
|
|
68979
68979
|
active: true,
|
|
68980
68980
|
},
|
|
68981
|
+
{
|
|
68982
|
+
symbol: 'USDC.e',
|
|
68983
|
+
address: {
|
|
68984
|
+
[types.ChainId.BERACHAIN]: '0x549943e04f40284185054145c6E4e9568C1D3241',
|
|
68985
|
+
},
|
|
68986
|
+
decimals: {
|
|
68987
|
+
[types.ChainId.BERACHAIN]: 6,
|
|
68988
|
+
},
|
|
68989
|
+
active: true,
|
|
68990
|
+
},
|
|
68981
68991
|
]
|
|
68982
68992
|
};
|
|
68983
68993
|
|