@curvefi/api 2.25.0 → 2.25.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.
|
File without changes
|
|
File without changes
|
|
@@ -9,8 +9,8 @@ var swap_json_2 = __importDefault(require("../abis/rai/swap.json"));
|
|
|
9
9
|
var deposit_json_1 = __importDefault(require("../abis/rai/deposit.json"));
|
|
10
10
|
var swap_json_3 = __importDefault(require("../abis/tricrypto-xdai/swap.json"));
|
|
11
11
|
var zap_json_1 = __importDefault(require("../abis/tricrypto-xdai/zap.json"));
|
|
12
|
-
var swap_json_4 = __importDefault(require("../abis/
|
|
13
|
-
var zap_json_2 = __importDefault(require("../abis/
|
|
12
|
+
var swap_json_4 = __importDefault(require("../abis/eureusd/swap.json"));
|
|
13
|
+
var zap_json_2 = __importDefault(require("../abis/eureusd/zap.json"));
|
|
14
14
|
var gauge_rewards_only_json_1 = __importDefault(require("../abis/gauge_rewards_only.json"));
|
|
15
15
|
var gauge_child_json_1 = __importDefault(require("../abis/gauge_child.json"));
|
|
16
16
|
var streamer_json_1 = __importDefault(require("../abis/streamer.json"));
|
|
@@ -105,15 +105,15 @@ exports.POOLS_DATA_XDAI = (0, utils_1.lowerCasePoolDataAddresses)({
|
|
|
105
105
|
gauge_abi: gauge_rewards_only_json_1.default,
|
|
106
106
|
deposit_abi: zap_json_1.default,
|
|
107
107
|
},
|
|
108
|
-
|
|
109
|
-
name: "
|
|
110
|
-
full_name: "
|
|
111
|
-
symbol: "
|
|
108
|
+
eureusd: {
|
|
109
|
+
name: "eureusd",
|
|
110
|
+
full_name: "eureusd",
|
|
111
|
+
symbol: "eureusd",
|
|
112
112
|
reference_asset: 'CRYPTO',
|
|
113
|
-
swap_address: '
|
|
114
|
-
token_address: '
|
|
113
|
+
swap_address: '0x056C6C5e684CeC248635eD86033378Cc444459B0',
|
|
114
|
+
token_address: '0x0CA1C1eC4EBf3CC67a9f545fF90a3795b318cA4a',
|
|
115
115
|
gauge_address: '0x0000000000000000000000000000000000000000',
|
|
116
|
-
deposit_address: '
|
|
116
|
+
deposit_address: '0xE3FFF29d4DC930EBb787FeCd49Ee5963DADf60b6',
|
|
117
117
|
is_meta: true,
|
|
118
118
|
is_crypto: true,
|
|
119
119
|
base_pool: '3pool',
|