-
Notifications
You must be signed in to change notification settings - Fork 237
devop: prep release v2.13.0 #760
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d6ebdeb
devop: swap oneinchfusion provider
kvhnuke 89f5568
devop: properly pass rfq data
kvhnuke d6679ab
devop: waiting for source approval
kvhnuke 784afe8
devop: waiting for source approval
kvhnuke ba77b24
fix: no tx bufs
kvhnuke c4b6a6a
Merge branch 'develop' into feat/oneinch-fusion
kvhnuke 2dd68bf
devop: minor swap changes
kvhnuke 3170c85
fix: fusion swap
kvhnuke c8edc6e
fix: etherscan urls
kvhnuke c4adbd2
devop: remove 1inch fusion orders below 0
kvhnuke 85f9c49
devop: remove survey
gamalielhere 3a889d8
fix: tests
kvhnuke 4df768d
fix: tests
kvhnuke ecabe0e
devop: upgrade packages
kvhnuke 8399873
Merge pull request #759 from enkryptcom/devop/remove-survey
kvhnuke 73d525d
Merge pull request #758 from enkryptcom/devop/migrate-etherscan-v2
kvhnuke 5bb621f
devop: remove console.logs
kvhnuke 5bb1fec
devop: merge
kvhnuke c98c6aa
devop: bump version
kvhnuke 7a088c2
devop: remove undefined var
kvhnuke edad321
fix: massa sha512
kvhnuke f60316c
fix: massa sha512
kvhnuke eba1e19
devop: remove log
kvhnuke 8abcd00
devop: remove console.log
kvhnuke 1a423d4
fix: jup swap
kvhnuke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,6 @@ | ||
| import { NetworkNames } from '@enkryptcom/types'; | ||
|
|
||
| const newNetworks: NetworkNames[] = [NetworkNames.Massa]; | ||
| const newNetworks: NetworkNames[] = []; | ||
| const newSwaps: NetworkNames[] = []; | ||
|
|
||
| export { newNetworks, newSwaps }; |
118 changes: 60 additions & 58 deletions
118
...es/extension/src/providers/ethereum/libs/activity-handlers/providers/etherscan/configs.ts
This file contains hidden or 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,73 +1,75 @@ | ||
| import { NetworkNames } from '@enkryptcom/types'; | ||
|
|
||
| const NetworkEndpoints: Record<string, string> = { | ||
| [NetworkNames.Ethereum]: 'https://eth.blockscout.com/', | ||
| [NetworkNames.Binance]: 'https://api.bscscan.com/', | ||
| [NetworkNames.Matic]: 'https://polygon.blockscout.com/', | ||
| [NetworkNames.Moonbeam]: 'https://api-moonbeam.moonscan.io/', | ||
| [NetworkNames.Moonriver]: 'https://api-moonriver.moonscan.io/', | ||
| [NetworkNames.KaruraEVM]: 'https://blockscout.karura.network/', | ||
| [NetworkNames.AstarEVM]: 'https://blockscout.com/astar/', | ||
| [NetworkNames.ShidenEVM]: 'https://blockscout.com/shiden/', | ||
| [NetworkNames.Optimism]: 'https://api-optimistic.etherscan.io/', | ||
| [NetworkNames.EdgeEVM]: 'https://edgscan.live/', | ||
| [NetworkNames.Rootstock]: 'https://blockscout.com/rsk/mainnet/', | ||
| [NetworkNames.RootstockTestnet]: 'https://rootstock-testnet.blockscout.com/', | ||
| [NetworkNames.Ethereum]: 'https://eth.blockscout.com/api?', | ||
| [NetworkNames.Binance]: 'https://api.etherscan.io/v2/api?chainid=56&', | ||
| [NetworkNames.Matic]: 'https://polygon.blockscout.com/api?', | ||
| [NetworkNames.Moonbeam]: 'https://api.etherscan.io/v2/api?chainid=1284&', | ||
| [NetworkNames.Moonriver]: 'https://api.etherscan.io/v2/api?chainid=1285&', | ||
| [NetworkNames.KaruraEVM]: 'https://blockscout.karura.network/api?', | ||
| [NetworkNames.AstarEVM]: 'https://blockscout.com/astar/api?', | ||
| [NetworkNames.ShidenEVM]: 'https://blockscout.com/shiden/api?', | ||
| [NetworkNames.Optimism]: 'https://api.etherscan.io/v2/api?chainid=10&', | ||
| [NetworkNames.EdgeEVM]: 'https://edgscan.live/api?', | ||
| [NetworkNames.Rootstock]: 'https://blockscout.com/rsk/mainnet/api?', | ||
| [NetworkNames.RootstockTestnet]: | ||
| 'https://rootstock-testnet.blockscout.com/api?', | ||
| [NetworkNames.SkaleBlockBrawlers]: | ||
| 'https://frayed-decent-antares.explorer.mainnet.skalenodes.com/', | ||
| 'https://frayed-decent-antares.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleCalypso]: | ||
| 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com/', | ||
| 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleCryptoBlades]: | ||
| 'https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com/', | ||
| 'https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleCryptoColosseum]: | ||
| 'https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com/', | ||
| 'https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleEuropa]: | ||
| 'https://elated-tan-skat.explorer.mainnet.skalenodes.com/', | ||
| 'https://elated-tan-skat.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleExorde]: | ||
| 'https://light-vast-diphda.explorer.mainnet.skalenodes.com/', | ||
| 'https://light-vast-diphda.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleNebula]: | ||
| 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com/', | ||
| 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.SkaleTitan]: | ||
| 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com/', | ||
| [NetworkNames.ZkSync]: 'https://block-explorer-api.mainnet.zksync.io/', | ||
| [NetworkNames.Arbitrum]: 'https://api.arbiscan.io/', | ||
| [NetworkNames.ArbitrumNova]: 'https://nova-explorer.arbitrum.io/', | ||
| [NetworkNames.Gnosis]: 'https://api.gnosisscan.io/', | ||
| [NetworkNames.Avalanche]: 'https://api.snowtrace.io/', | ||
| [NetworkNames.Aurora]: 'https://explorer.mainnet.aurora.dev/', | ||
| [NetworkNames.PuppyNet]: 'https://puppyscan.shib.io/', | ||
| [NetworkNames.Shibarium]: 'https://www.shibariumscan.io/', | ||
| [NetworkNames.MaticZK]: 'https://api-zkevm.polygonscan.com/', | ||
| [NetworkNames.Base]: 'https://api.basescan.org/', | ||
| [NetworkNames.Celo]: 'https://explorer.celo.org/mainnet/', | ||
| [NetworkNames.SyscoinNEVMTest]: 'https://explorer.tanenbaum.io/', | ||
| [NetworkNames.SyscoinNEVM]: 'https://explorer.syscoin.org/', | ||
| [NetworkNames.RolluxTest]: 'https://rollux.tanenbaum.io/', | ||
| [NetworkNames.Rollux]: 'https://explorer.rollux.com/', | ||
| [NetworkNames.Blast]: 'https://api.blastscan.io/', | ||
| [NetworkNames.Sanko]: 'https://explorer.sanko.xyz/', | ||
| [NetworkNames.Sonic]: 'https://api.sonicscan.org/', | ||
| [NetworkNames.Degen]: 'https://explorer.degen.tips/', | ||
| [NetworkNames.Ink]: 'https://explorer.inkonchain.com/', | ||
| [NetworkNames.ImmutableZkevm]: 'https://explorer.immutable.com/', | ||
| [NetworkNames.Rari]: 'https://mainnet.explorer.rarichain.org/', | ||
| [NetworkNames.Forma]: 'https://explorer.forma.art/', | ||
| [NetworkNames.XLayer]: 'https://www.oklink.com/api/v5/explorer/xlayer/', | ||
| [NetworkNames.Linea]: 'https://api.lineascan.build/', | ||
| [NetworkNames.MantaPacific]: 'https://pacific-explorer.manta.network/', | ||
| [NetworkNames.Mode]: 'https://explorer.mode.network/', | ||
| [NetworkNames.ProofOfPlayApex]: 'https://explorer.apex.proofofplay.com/', | ||
| [NetworkNames.Scroll]: 'https://api.scrollscan.com/', | ||
| [NetworkNames.Fraxtal]: 'https://api.fraxscan.com/', | ||
| [NetworkNames.Coti]: 'https://mainnet.cotiscan.io/', | ||
| 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com/api?', | ||
| [NetworkNames.ZkSync]: 'https://block-explorer-api.mainnet.zksync.io/api?', | ||
| [NetworkNames.Arbitrum]: 'https://api.etherscan.io/v2/api?chainid=42161&', | ||
| [NetworkNames.ArbitrumNova]: 'https://api.etherscan.io/v2/api?chainid=42170&', | ||
| [NetworkNames.Gnosis]: 'https://api.etherscan.io/v2/api?chainid=100&', | ||
| [NetworkNames.Avalanche]: 'https://api.snowtrace.io/api?', | ||
| [NetworkNames.Aurora]: 'https://explorer.mainnet.aurora.dev/api?', | ||
| [NetworkNames.PuppyNet]: 'https://puppyscan.shib.io/api?', | ||
| [NetworkNames.Shibarium]: 'https://www.shibariumscan.io/api?', | ||
| [NetworkNames.MaticZK]: 'https://api.etherscan.io/v2/api?chainid=1101&', | ||
| [NetworkNames.Base]: 'https://api.etherscan.io/v2/api?chainid=8453&', | ||
| [NetworkNames.Celo]: 'https://explorer.celo.org/mainnet/api?', | ||
| [NetworkNames.SyscoinNEVMTest]: 'https://explorer.tanenbaum.io/api?', | ||
| [NetworkNames.SyscoinNEVM]: 'https://explorer.syscoin.org/api?', | ||
| [NetworkNames.RolluxTest]: 'https://rollux.tanenbaum.io/api?', | ||
| [NetworkNames.Rollux]: 'https://explorer.rollux.com/api?', | ||
| [NetworkNames.Blast]: 'https://api.etherscan.io/v2/api?chainid=81457&', | ||
| [NetworkNames.Sanko]: 'https://explorer.sanko.xyz/api?', | ||
| [NetworkNames.Sonic]: 'https://api.etherscan.io/v2/api?chainid=146&', | ||
| [NetworkNames.Degen]: 'https://explorer.degen.tips/api?', | ||
| [NetworkNames.Ink]: 'https://explorer.inkonchain.com/api?', | ||
| [NetworkNames.ImmutableZkevm]: 'https://explorer.immutable.com/api?', | ||
| [NetworkNames.Rari]: 'https://mainnet.explorer.rarichain.org/api?', | ||
| [NetworkNames.Forma]: 'https://explorer.forma.art/api?', | ||
| [NetworkNames.XLayer]: 'https://www.oklink.com/api/v5/explorer/xlayer/api?', | ||
kvhnuke marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [NetworkNames.Linea]: 'https://api.lineascan.build/api?', | ||
| [NetworkNames.MantaPacific]: 'https://pacific-explorer.manta.network/api?', | ||
| [NetworkNames.Mode]: 'https://explorer.mode.network/api?', | ||
| [NetworkNames.ProofOfPlayApex]: 'https://explorer.apex.proofofplay.com/api?', | ||
| [NetworkNames.Scroll]: 'https://api.scrollscan.com/api?', | ||
| [NetworkNames.Fraxtal]: 'https://api.etherscan.io/v2/api?chainid=252&', | ||
| [NetworkNames.Coti]: 'https://mainnet.cotiscan.io/api?', | ||
| [NetworkNames.CytonicTestnet]: | ||
| 'https://explorer-api.evm.testnet.cytonic.com/api/', | ||
| [NetworkNames.Derive]: 'https://explorer.derive.xyz/', | ||
| [NetworkNames.Conflux]: 'https://evmapi.confluxscan.org/', | ||
| [NetworkNames.Hemi]: 'https://explorer.hemi.xyz/', | ||
| [NetworkNames.AppLayerTestnet]: 'https://testnet-explorer.applayer.com/api/', | ||
| [NetworkNames.EthereumClassic]: 'https://etc.blockscout.com/', | ||
| [NetworkNames.TAC]: 'https://explorer.tac.build/', | ||
| 'https://explorer-api.evm.testnet.cytonic.com/api/api?', | ||
| [NetworkNames.Derive]: 'https://explorer.derive.xyz/api?', | ||
kvhnuke marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [NetworkNames.Conflux]: 'https://evmapi.confluxscan.org/api?', | ||
| [NetworkNames.Hemi]: 'https://explorer.hemi.xyz/api?', | ||
| [NetworkNames.AppLayerTestnet]: | ||
| 'https://testnet-explorer.applayer.com/api/api?', | ||
| [NetworkNames.EthereumClassic]: 'https://etc.blockscout.com/api?', | ||
| [NetworkNames.TAC]: 'https://explorer.tac.build/api?', | ||
| }; | ||
|
|
||
| export { NetworkEndpoints }; | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.