-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into chore/bump-browser-passworder
- Loading branch information
Showing
161 changed files
with
3,693 additions
and
3,430 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 |
---|---|---|
@@ -1,18 +1,14 @@ | ||
export const SINGLE_CALL_BALANCES_ADDRESS = | ||
'0xb1f8e55c7f64d203c1400b9d8555d050f94adf39'; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_GOERLI = | ||
'0x9788C4E93f9002a7ad8e72633b11E8d1ecd51f9b'; | ||
// TODO(SEPOLIA) There is currently no balance call address for Sepolia | ||
export const SINGLE_CALL_BALANCES_ADDRESS_SEPOLIA = ''; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_BSC = | ||
'0x2352c63A83f9Fd126af8676146721Fa00924d7e4'; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_OPTIMISM = | ||
'0xB1c568e9C3E6bdaf755A60c7418C269eb11524FC'; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_POLYGON = | ||
'0x2352c63A83f9Fd126af8676146721Fa00924d7e4'; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_AVALANCHE = | ||
'0xD023D153a0DFa485130ECFdE2FAA7e612EF94818'; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_FANTOM = | ||
'0x07f697424ABe762bB808c109860c04eA488ff92B'; | ||
export const SINGLE_CALL_BALANCES_ADDRESS_ARBITRUM = | ||
'0x151E24A486D7258dd7C33Fb67E4bB01919B7B32c'; | ||
import { CHAIN_IDS } from '../../../shared/constants/network'; | ||
|
||
export const SINGLE_CALL_BALANCES_ADDRESSES = { | ||
[CHAIN_IDS.MAINNET]: '0xb1f8e55c7f64d203c1400b9d8555d050f94adf39', | ||
[CHAIN_IDS.GOERLI]: '0x9788C4E93f9002a7ad8e72633b11E8d1ecd51f9b', | ||
// TODO(SEPOLIA) There is currently no balance call address for Sepolia | ||
[CHAIN_IDS.SEPOLIA]: '', | ||
[CHAIN_IDS.BSC]: '0x2352c63A83f9Fd126af8676146721Fa00924d7e4', | ||
[CHAIN_IDS.OPTIMISM]: '0xB1c568e9C3E6bdaf755A60c7418C269eb11524FC', | ||
[CHAIN_IDS.POLYGON]: '0x2352c63A83f9Fd126af8676146721Fa00924d7e4', | ||
[CHAIN_IDS.AVALANCHE]: '0xD023D153a0DFa485130ECFdE2FAA7e612EF94818', | ||
[CHAIN_IDS.FANTOM]: '0x07f697424ABe762bB808c109860c04eA488ff92B', | ||
[CHAIN_IDS.ARBITRUM]: '0x151E24A486D7258dd7C33Fb67E4bB01919B7B32c', | ||
}; |
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
Oops, something went wrong.