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

feat(arbitrum): add arbitrum_one #4407

Merged
merged 51 commits into from
May 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
3e236b5
feat: bump cow-sdk to arbitrum supported version
alfetopito May 3, 2024
8c5ddf7
feat: bump eth-flow contract
alfetopito May 3, 2024
34eca5d
feat: bump cow-sdk to ARBITRUM_ONE chainid
alfetopito May 3, 2024
6c06da9
feat: initial round adding ARBITRUM_ONE
alfetopito May 3, 2024
43e7f0e
chore: trying a different default rpc provider
alfetopito May 14, 2024
4624a80
feat: setup arbitrum for explorer
alfetopito May 14, 2024
d0d4fc7
fix: do not fail explorer when PROD api fails
alfetopito May 14, 2024
748ef91
feat: bump permit-utils to 0.3.0-RC.0
alfetopito May 14, 2024
ead211f
chore: misc minor fixes
alfetopito May 14, 2024
a5846d3
chore: change permitinfo temporarily to pending token-lists PR
alfetopito May 15, 2024
d2ac1bb
feat: use coingecko's token list on explorer for arb1
alfetopito May 15, 2024
c819c91
feat: use coingeckos arb1 token list as default on cowswap
alfetopito May 15, 2024
cd1cd49
fix: allow loading lists that have tokens with bad addresses
alfetopito May 15, 2024
f1060ac
chore: fix linter error
alfetopito May 15, 2024
8d055fc
chore: remove COW from arbitrum one favourite tokens list
alfetopito May 15, 2024
8d81bb7
Revert "chore: change permitinfo temporarily to pending token-lists PR"
alfetopito May 15, 2024
89866ce
chore: use nodereal for arb1 explorer
alfetopito May 16, 2024
231109a
chore: use infura by default for arb1
alfetopito May 16, 2024
43bc7ac
fix: use correct chain id for arb1 default token list
alfetopito May 16, 2024
ce3f151
fix: add defillama platform for arb1
alfetopito May 16, 2024
c360258
chore: temporary debug message to check rpc urls
alfetopito May 16, 2024
145385c
fix: ethflow
alfetopito May 17, 2024
78ef15b
chore: remove leading slash from arb1 rpc endpoint
alfetopito May 17, 2024
9632f31
fix: use arb1 USDT favourite tokens
alfetopito May 17, 2024
f3b678f
feat: use CHAIN_INFO on widget configurator
alfetopito May 17, 2024
9c288ac
test: fix validatePartnerFee unit test
alfetopito May 17, 2024
5811cd1
chore: bump to latest sdk RC
alfetopito May 17, 2024
679a445
feat: view on arbiscan
alfetopito May 17, 2024
0d0470b
feat: custom surplus start date for arb1
alfetopito May 17, 2024
6297267
fix: cow balance permanently loading
alfetopito May 17, 2024
ba6d494
feat: add default RPC endpoint to suggest to wallets that dont have arb1
alfetopito May 17, 2024
56bcaf2
fix: do not break when prod getTxOrders api fails
alfetopito May 17, 2024
7810014
fix(explorer): use same RPC urls as in CoW Swap (#4442)
shoom3301 May 20, 2024
4613747
refactor: add const WALLET_RPC_SUGGESTION
alfetopito May 21, 2024
7b211c3
refactor: simplify getExplorerLabel
alfetopito May 21, 2024
e97363a
chore: remove debug statement
alfetopito May 21, 2024
3905577
chore: type _getExplorerUrlByEnvironment return to avoid forgeting it…
alfetopito May 21, 2024
a0c1c75
feat: add 'event' and 'contract' types to etherscan url links
alfetopito May 21, 2024
a40792c
feat: use same fn to get block explorer url on explorer
alfetopito May 21, 2024
a2e955d
chore: use CHAIN_INFO for getting explorer title
alfetopito May 21, 2024
8e3b390
chore: remove leading / from arbiscan explorer link
alfetopito May 21, 2024
92d887d
fix: fix explorer build
alfetopito May 21, 2024
847c594
fix: fix cowswap build
alfetopito May 21, 2024
37bf405
chore: use metamask's suggested arb1 rpc url
alfetopito May 21, 2024
c618015
chore: try a different default rpc provider
alfetopito May 21, 2024
0d9dc6e
chore: bump cow-sdk to final release version 5.3.0
alfetopito May 22, 2024
09f2d52
refactor: use CHAIN_INFO.addressPrefix instead of CHAIN_SHORT_NAME
alfetopito May 22, 2024
0f84787
refactor: misc pr comments
alfetopito May 22, 2024
0697f2f
chore: mist lint fixes
alfetopito May 22, 2024
410cbf5
feat: use light and dark token logos (#4469)
alfetopito May 23, 2024
638b39e
feat: arbitrum feature flag (#4478)
alfetopito May 23, 2024
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
Prev Previous commit
Next Next commit
fix: use arb1 USDT favourite tokens
  • Loading branch information
alfetopito committed May 24, 2024

Verified

This commit was signed with the committer’s verified signature.
zepinglee Zeping Lee
commit 9632f31a4a3e345ee55575625f48c723a9ffced0
3 changes: 2 additions & 1 deletion libs/tokens/src/const/defaultFavouriteTokens.ts
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ import {
USDC_MAINNET,
USDC_SEPOLIA,
USDT,
USDT_ARBITRUM_ONE,
WBTC,
WBTC_ARBITRUM_ONE,
WBTC_GNOSIS_CHAIN,
@@ -55,7 +56,7 @@ export const DEFAULT_FAVOURITE_TOKENS: Record<SupportedChainId, TokensMap> = {
]),
[SupportedChainId.ARBITRUM_ONE]: tokensListToMap([
USDC_ARBITRUM_ONE,
USDT,
USDT_ARBITRUM_ONE,
WRAPPED_NATIVE_CURRENCIES[SupportedChainId.ARBITRUM_ONE],
WBTC_ARBITRUM_ONE,
DAI_ARBITRUM_ONE,