Skip to content

Commit 911ca50

Browse files
authored
chore: bump address book [skip cypress] (#2415)
1 parent c640d22 commit 911ca50

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@aave/contract-helpers": "1.33.1",
3535
"@aave/math-utils": "1.33.1",
36-
"@bgd-labs/aave-address-book": "^4.17.1",
36+
"@bgd-labs/aave-address-book": "^4.17.2",
3737
"@emotion/cache": "11.10.3",
3838
"@emotion/react": "11.10.4",
3939
"@emotion/server": "latest",

src/ui-config/networksConfig.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,11 @@ export const prodNetworkConfig: Record<string, BaseNetworkConfig> = {
186186
name: 'Ethereum',
187187
privateJsonRPCUrl: 'https://eth-mainnet.g.alchemy.com/v2/ZiMMq2478EVIEJdsxC5dMal_ccQwtb31',
188188
publicJsonRPCUrl: [
189+
'https://mainnet.gateway.tenderly.co',
189190
'https://rpc.flashbots.net',
190191
'https://eth.llamarpc.com',
191192
'https://eth-mainnet.public.blastapi.io',
193+
'https://ethereum-rpc.publicnode.com',
192194
],
193195
publicJsonRPCWSUrl: 'wss://eth-mainnet.alchemyapi.io/v2/demo',
194196
baseUniswapAdapter: '0xc3efa200a60883a96ffe3d5b492b121d6e9a1f3f',
@@ -203,8 +205,11 @@ export const prodNetworkConfig: Record<string, BaseNetworkConfig> = {
203205
[ChainId.polygon]: {
204206
name: 'Polygon POS',
205207
displayName: 'Polygon',
206-
privateJsonRPCUrl: 'https://polygon-mainnet.g.alchemy.com/v2/MbgjyHR1CQiU5Y8CUa2mqfRlYwltE5Zr', //'https://polygon.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
208+
privateJsonRPCUrl: 'https://polygon-mainnet.g.alchemy.com/v2/MbgjyHR1CQiU5Y8CUa2mqfRlYwltE5Zr',
207209
publicJsonRPCUrl: [
210+
'https://gateway.tenderly.co/public/polygon',
211+
'https://polygon-pokt.nodies.app',
212+
'https://polygon-bor-rpc.publicnode.com',
208213
'https://polygon-rpc.com',
209214
'https://polygon-mainnet.public.blastapi.io',
210215
'https://rpc-mainnet.matic.quiknode.pro',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,10 +1066,10 @@
10661066
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10671067
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10681068

1069-
"@bgd-labs/aave-address-book@^4.17.1":
1070-
version "4.17.1"
1071-
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.17.1.tgz#beac023bcb925bfe51b1b789ba90cf406b2a6183"
1072-
integrity sha512-QX1Kifpb6J4G85phtnWSndDyPjsG5F6MXiuCEodM+gZ9IqgJOQ9dw3wi3Az2nRlWjdkRlCr7F9xwYqqkDunZsw==
1069+
"@bgd-labs/aave-address-book@^4.17.2":
1070+
version "4.17.2"
1071+
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.17.2.tgz#976823b4c825aeda33bd9375705260aef857c88c"
1072+
integrity sha512-UVVCaLlLBA5VHl+qip/9qH8yZnNyIvyeRd4nHgKAluNbjeyRPzqESqToGmWSvtWOYK2kUtOrWCu0z9ncq6t6IA==
10731073

10741074
"@coinbase/[email protected]":
10751075
version "4.2.3"

0 commit comments

Comments
 (0)