-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Import updated BAL address and import token addresses from sdk-…
…v2 instead of contracts-v2 This PR updates the sdk-v2 and contracts-v2 versions that include the updated BAL address but also change all imports of TOKEN_SYMBOLS_MAP to the sdk-v2's version so that future updates only need to bump the sdk-v2
- Loading branch information
1 parent
2da16b5
commit 676f223
Showing
5 changed files
with
31 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,18 @@ | |
"@uma/common" "^2.17.0" | ||
hardhat "^2.9.3" | ||
|
||
"@across-protocol/[email protected].3", "@across-protocol/contracts-v2@^2.4.3": | ||
version "2.4.3" | ||
resolved "https://registry.yarnpkg.com/@across-protocol/contracts-v2/-/contracts-v2-2.4.3.tgz#9cc0b1f52b4f819b32ca1524ef84af9dfed8687a" | ||
integrity sha512-NT5zBhTMYk7jUgZ6Q+xXz0p3ukXth8F6lBTiNCIrrzFSBl5JLVrhk00+TIIIOfwtpGSiG+MGkKuwCOKWMhwOMg== | ||
"@across-protocol/[email protected].4", "@across-protocol/contracts-v2@^2.4.4": | ||
version "2.4.4" | ||
resolved "https://registry.yarnpkg.com/@across-protocol/contracts-v2/-/contracts-v2-2.4.4.tgz#face03ecb7c9f3c2e3171996eb4af432a718dcef" | ||
integrity sha512-6HVAXhff9GhIny0XfXQYHbaply+sTG/hffaoN+/qygoX59wOduNdokjicV095tDOgVqoVEFpI8m3P/fMM08bcw== | ||
dependencies: | ||
"@defi-wonderland/smock" "^2.3.4" | ||
"@eth-optimism/contracts" "^0.5.40" | ||
"@ethersproject/abstract-provider" "5.7.0" | ||
"@ethersproject/abstract-signer" "5.7.0" | ||
"@ethersproject/bignumber" "5.7.0" | ||
"@openzeppelin/contracts" "4.9.2" | ||
"@openzeppelin/contracts-upgradeable" "4.9.2" | ||
"@openzeppelin/contracts" "4.9.3" | ||
"@openzeppelin/contracts-upgradeable" "4.9.3" | ||
"@uma/common" "^2.34.0" | ||
"@uma/contracts-node" "^0.4.17" | ||
"@uma/core" "^2.56.0" | ||
|
@@ -37,13 +37,13 @@ | |
"@openzeppelin/contracts" "4.1.0" | ||
"@uma/core" "^2.18.0" | ||
|
||
"@across-protocol/[email protected].4": | ||
version "0.16.4" | ||
resolved "https://registry.yarnpkg.com/@across-protocol/sdk-v2/-/sdk-v2-0.16.4.tgz#89ef2dc46fae9647ed46fda50a4de270f925f68e" | ||
integrity sha512-mpPYiW4Kb2uQXmPOmsnCqer/iSuRuixSJM91svIxwA2z3kw1xk57G94LeVSufFPzVD/5urUS/sYm7Ea0z75WSw== | ||
"@across-protocol/[email protected].5": | ||
version "0.16.5" | ||
resolved "https://registry.yarnpkg.com/@across-protocol/sdk-v2/-/sdk-v2-0.16.5.tgz#081b0f449aa5b7d2276e2695ad25c0e60821a554" | ||
integrity sha512-hF1c0DH94xLpm9oAbW2Fnol+imKlaN22XbDL4MDPSfHElsqgC2fXWo5OUv9+lP8kr+XAv7zljd3u2IZ+20u5wQ== | ||
dependencies: | ||
"@across-protocol/across-token" "^1.0.0" | ||
"@across-protocol/contracts-v2" "^2.4.3" | ||
"@across-protocol/contracts-v2" "^2.4.4" | ||
"@eth-optimism/sdk" "^2.1.0" | ||
"@pinata/sdk" "^2.1.0" | ||
"@uma/sdk" "^0.34.1" | ||
|
@@ -2061,21 +2061,16 @@ | |
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.7.3.tgz#f1d606e2827d409053f3e908ba4eb8adb1dd6995" | ||
integrity sha512-+wuegAMaLcZnLCJIvrVUDzA9z/Wp93f0Dla/4jJvIhijRrPabjQbZe6fWiECLaJyfn5ci9fqf9vTw3xpQOad2A== | ||
|
||
"@openzeppelin/[email protected].2": | ||
version "4.9.2" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.2.tgz#a817c75688f8daede420052fbcb34e52482e769e" | ||
integrity sha512-siviV3PZV/fHfPaoIC51rf1Jb6iElkYWnNYZ0leO23/ukXuvOyoC/ahy8jqiV7g+++9Nuo3n/rk5ajSN/+d/Sg== | ||
"@openzeppelin/[email protected].3", "@openzeppelin/contracts-upgradeable@^4.8.1": | ||
version "4.9.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.3.tgz#ff17a80fb945f5102571f8efecb5ce5915cc4811" | ||
integrity sha512-jjaHAVRMrE4UuZNfDwjlLGDxTHWIOwTJS2ldnc278a0gevfXfPr8hxKEVBGFBE96kl2G3VHDZhUimw/+G3TG2A== | ||
|
||
"@openzeppelin/contracts-upgradeable@^4.2.0": | ||
version "4.8.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.8.3.tgz#6b076a7b751811b90fe3a172a7faeaa603e13a3f" | ||
integrity sha512-SXDRl7HKpl2WDoJpn7CK/M9U4Z8gNXDHHChAKh0Iz+Wew3wu6CmFYBeie3je8V0GSXZAIYYwUktSrnW/kwVPtg== | ||
|
||
"@openzeppelin/contracts-upgradeable@^4.8.1": | ||
version "4.9.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.3.tgz#ff17a80fb945f5102571f8efecb5ce5915cc4811" | ||
integrity sha512-jjaHAVRMrE4UuZNfDwjlLGDxTHWIOwTJS2ldnc278a0gevfXfPr8hxKEVBGFBE96kl2G3VHDZhUimw/+G3TG2A== | ||
|
||
"@openzeppelin/[email protected]": | ||
version "3.4.1-solc-0.7-2" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.4.1-solc-0.7-2.tgz#371c67ebffe50f551c3146a9eec5fe6ffe862e92" | ||
|
@@ -2096,21 +2091,16 @@ | |
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e" | ||
integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw== | ||
|
||
"@openzeppelin/[email protected].2": | ||
version "4.9.2" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.2.tgz#1cb2d5e4d3360141a17dbc45094a8cad6aac16c1" | ||
integrity sha512-mO+y6JaqXjWeMh9glYVzVu8HYPGknAAnWyxTRhGeckOruyXQMNnlcW6w/Dx9ftLeIQk6N+ZJFuVmTwF7lEIFrg== | ||
"@openzeppelin/[email protected].3", "@openzeppelin/contracts@^4.8.1": | ||
version "4.9.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.3.tgz#00d7a8cf35a475b160b3f0293a6403c511099364" | ||
integrity sha512-He3LieZ1pP2TNt5JbkPA4PNT9WC3gOTOlDcFGJW4Le4QKqwmiNJCRt44APfxMxvq7OugU/cqYuPcSBzOw38DAg== | ||
|
||
"@openzeppelin/contracts@^4.2.0", "@openzeppelin/contracts@^4.3.2", "@openzeppelin/contracts@^4.7.3": | ||
version "4.8.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.3.tgz#cbef3146bfc570849405f59cba18235da95a252a" | ||
integrity sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg== | ||
|
||
"@openzeppelin/contracts@^4.8.1": | ||
version "4.9.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.3.tgz#00d7a8cf35a475b160b3f0293a6403c511099364" | ||
integrity sha512-He3LieZ1pP2TNt5JbkPA4PNT9WC3gOTOlDcFGJW4Le4QKqwmiNJCRt44APfxMxvq7OugU/cqYuPcSBzOw38DAg== | ||
|
||
"@openzeppelin/defender-base-client@^1.46.0": | ||
version "1.46.0" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/defender-base-client/-/defender-base-client-1.46.0.tgz#aa5177f8fbad23fd03d78f3dbe06664bbe9333ff" | ||
|