Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: Update Base RPC (DM) #3873

Merged
merged 50 commits into from
Aug 4, 2023
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
832377a
feat: add gyro card for pools on mainnet
alter-eggo Aug 1, 2023
db15038
Add BETS to whitelisr
zekraken-bot Aug 1, 2023
23212d8
Merge pull request #3826 from balancer/hf/gyro-card
alter-eggo Aug 2, 2023
d285ef8
1.116.7
gh-action-bump-version Aug 2, 2023
34e0931
Merge pull request #3832 from balancer/zekraken-bot-patch-2
alter-eggo Aug 2, 2023
8926336
1.116.8
gh-action-bump-version Aug 2, 2023
3874b86
Merge pull request #3835 from balancer/hf/fix-staking-fx-pool
timjrobinson Aug 2, 2023
2596a70
1.116.9
gh-action-bump-version Aug 2, 2023
5c6d925
Update pools.ts (#3808)
starscrowding Aug 2, 2023
c327a20
1.116.10
gh-action-bump-version Aug 2, 2023
9718a0b
hotfix: Await nextTick before exiting pool (#3837)
timjrobinson Aug 2, 2023
6bf1c29
1.116.11
gh-action-bump-version Aug 2, 2023
7bb06aa
hotfix: mismatch network error (#3834)
alter-eggo Aug 2, 2023
41cf0d0
1.116.12
gh-action-bump-version Aug 2, 2023
0227310
fix: Dont display withdrawals with preminted BPT (#3838)
garethfuller Aug 2, 2023
98ca5f4
1.116.13
gh-action-bump-version Aug 2, 2023
d4ef58c
hotfix: Single asset exit options (#3839)
garethfuller Aug 2, 2023
72221b9
1.116.14
gh-action-bump-version Aug 2, 2023
37cc277
Hotfix: Merkle Orchard claiming (#3846)
garethfuller Aug 2, 2023
8c9c60f
1.116.15
gh-action-bump-version Aug 2, 2023
206e9cc
chore: Add 50miMATIC-50USDT pool to polygon allowlist (#3845)
github-actions[bot] Aug 3, 2023
3b36063
1.116.16
gh-action-bump-version Aug 3, 2023
50a2252
add additional weekly voting gauges (#3849)
zekraken-bot Aug 3, 2023
49a53e3
1.116.17
gh-action-bump-version Aug 3, 2023
ecaa445
add 80HATCHY-20WAVAX pool to allowlist on avalanche (#3850)
Aug 3, 2023
3962280
1.116.18
gh-action-bump-version Aug 3, 2023
e463b43
chore: Add 80ASX-20WETH pool to mainnet allowlist (#3853)
github-actions[bot] Aug 3, 2023
0211ee0
1.116.19
gh-action-bump-version Aug 3, 2023
a908f98
chore: Add DUSD/bbaUSD pool to polygon allowlist (#3844)
github-actions[bot] Aug 3, 2023
6bed960
1.116.20
gh-action-bump-version Aug 3, 2023
07b6375
chore: Add DUSD/bbaUSD pool to arbitrum allowlist (#3848)
github-actions[bot] Aug 3, 2023
8924159
1.116.21
gh-action-bump-version Aug 3, 2023
9ef4901
fix: bump-sdk to improve Avax routing (#3855)
agualis Aug 3, 2023
1eaa1e5
1.116.22
gh-action-bump-version Aug 3, 2023
8bf6f6d
Merge remote-tracking branch 'origin/master' into release/1.117.0
timjrobinson Aug 3, 2023
8cc6318
1.117.0
timjrobinson Aug 3, 2023
3d8fb09
Merge pull request #3858 from balancer/release/1.117.0
timjrobinson Aug 3, 2023
eae53d5
Base network promotion (#3859)
pkattera Aug 3, 2023
40ea913
1.117.1
gh-action-bump-version Aug 3, 2023
51e3d4d
Add 3 pools to base staking list (#3861)
timjrobinson Aug 3, 2023
387921b
1.117.2
gh-action-bump-version Aug 3, 2023
b3ce44b
chore: Add 50wstETH-50ARB pool to arbitrum allowlist (#3863)
github-actions[bot] Aug 4, 2023
19cb396
1.117.3
gh-action-bump-version Aug 4, 2023
f8482ab
add metadata
zekraken-bot Aug 4, 2023
2e0909a
Merge pull request #3865 from balancer/zekraken-bot-patch-1
alter-eggo Aug 4, 2023
b964112
1.117.4
gh-action-bump-version Aug 4, 2023
6ff90fa
chore: Alternate between promos 50/50 (#3867)
garethfuller Aug 4, 2023
2d42d32
1.117.5
gh-action-bump-version Aug 4, 2023
1bda1b4
chore: Use tenderly RPC for base
garethfuller Aug 4, 2023
80c8cd0
Merge branch 'develop' into fix/base-rpc
garethfuller Aug 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/config/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
unknown: false,
visibleInUI: true,
testNetwork: false,
rpc: `https://developer-access-mainnet.base.org`,
rpc: `https://base.gateway.tenderly.co/2rkO7cFmpz3ZLkhKmtrzpb`,
ws: ``,
publicRpc: 'https://developer-access-mainnet.base.org',
explorer: 'https://basescan.org/',
Expand Down