From 8752fbadbbe04ae2b2bbd2949bf516419a5f339a Mon Sep 17 00:00:00 2001 From: Pablo Veyrat <50438397+sogipec@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:57:56 +0200 Subject: [PATCH] feat: add polygon zkevm (#88) * feat: add polygon zkevm * feat: update sdk --- ERC20_LIST.json | 11 +++++++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ERC20_LIST.json b/ERC20_LIST.json index c3f768c..f880a32 100644 --- a/ERC20_LIST.json +++ b/ERC20_LIST.json @@ -1273,6 +1273,17 @@ "symbol": "SUSHI", "useInSwap": true } + }, + "1101": { + "0xA61BeB4A3d02decb01039e378237032B351125B4": { + "address": "0xA61BeB4A3d02decb01039e378237032B351125B4", + "name": "Angle Euro", + "decimals": 18, + "symbol": "agEUR", + "hasPermit": true, + "useInSwap": true, + "logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-assets/main/0_tokens/agEUR/cross-chain/agEUR-polygon.svg" + } } } ] diff --git a/package.json b/package.json index 3de408d..5bf3d32 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "greedythib ", "license": "MIT", "dependencies": { - "@angleprotocol/sdk": "^3.0.65", + "@angleprotocol/sdk": "^3.0.68", "ethers": "^5.7.1", "joi": "^17.6.0", "prettier": "^2.8.2" diff --git a/yarn.lock b/yarn.lock index 7177594..40581a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@angleprotocol/sdk@^3.0.65": - version "3.0.65" - resolved "https://registry.yarnpkg.com/@angleprotocol/sdk/-/sdk-3.0.65.tgz#8e51e74a7f292e910d309df8ea00041ff562043f" - integrity sha512-iaDZ6WdfHE7US512g1ppiHZTCuVAgF+ytPI3HgJbaS3SGkEvJ474Bag92PwnJzjVD97UN8RZUzuGv0SQ55ozzA== +"@angleprotocol/sdk@^3.0.68": + version "3.0.68" + resolved "https://registry.yarnpkg.com/@angleprotocol/sdk/-/sdk-3.0.68.tgz#c902bcb806efa33c72340f5b164f8e4635ef076d" + integrity sha512-+d8zWyQh4QFMbArE2o5kgefIJ3kUtHlt7CX3XqwLrInU8BSFwF9fwHu24bCChF0YwTtMFYWCjRvrQrdCCiSBeA== dependencies: "@typechain/ethers-v5" "^10.0.0" "@types/lodash" "^4.14.180"