Skip to content

Commit

Permalink
feat: add polygon zkevm (#88)
Browse files Browse the repository at this point in the history
* feat: add polygon zkevm

* feat: update sdk
  • Loading branch information
sogipec authored Jul 10, 2023
1 parent d3b32c0 commit 8752fba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions ERC20_LIST.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "greedythib <thibaudb@angle.money>",
"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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8752fba

Please sign in to comment.