Skip to content

Commit

Permalink
enable blast bridging (#5484)
Browse files Browse the repository at this point in the history
* assets

* mostly types

* avax colors

* avax native currency

* added proxy url and contract addys

* bump swaps for avax support

* added remote config defaults

* added avax gas getter

* rename swap registry import

* overwrote vals to avax

* L + ratio + i see beauty in things you wouldnt begin to ponder

* added remote config

* avax imports/gas estimations

* deleted some unused shit

* avax nft support

* types

* added bips

* added avax to default config

* dark mode avax

* updated param from base to avalanche

* avax -> avalanche

* cleanup

* added assets to xcode

* added blast assets

* added network type & badge

* wagmi bump no dice

* we do a little blasting off

* bumped viem & used it for blast chain

* added explain sheet

* colors

* bips

* bump swaps

* enable blast swaps so bridge options will show

---------

Co-authored-by: skylarbarrera <[email protected]>
  • Loading branch information
2 people authored and ibrahimtaveras00 committed Mar 11, 2024
1 parent 048a38b commit c37c516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@metamask/eth-sig-util": "7.0.1",
"@notifee/react-native": "5.6.0",
"@rainbow-me/react-native-animated-number": "0.0.2",
"@rainbow-me/swaps": "0.9.1",
"@rainbow-me/swaps": "0.10.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-camera-roll/camera-roll": "5.7.1",
"@react-native-community/blur": "4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/networks/blast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const getBlastNetworkObject = (): NetworkProperties => {
txHistory: true,
flashbots: false,
walletconnect: true,
swaps: false,
swaps: true,
nfts: true,
pools: false,
txs: blast_tx_enabled,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3477,10 +3477,10 @@
dependencies:
react-merge-refs "^1.0.0"

"@rainbow-me/swaps@0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@rainbow-me/swaps/-/swaps-0.9.1.tgz#2c34e16590d123bf3bf2e57c82eede746c65e168"
integrity sha512-skbv8lrDCjaK3012vvam07ySDy0qeI45QWFnkPK9791MD+Re3uBZ4h/LPOhPra6setNdERMKTzivYHZZrdg39g==
"@rainbow-me/swaps@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@rainbow-me/swaps/-/swaps-0.10.0.tgz#d1d2a67e751feb1fddf1206de5b0b4d514fedf2d"
integrity sha512-hBh9fhTWzqgDPIhi+R2ZzTGww0yIGnNZaHasEtpByRuHsxGWoljfbu3Eq/Sdi5pxpQiEnJPqmsLWfga+I54RmQ==
dependencies:
"@ethereumjs/util" "9.0.0"
"@ethersproject/abi" "5.7.0"
Expand Down

0 comments on commit c37c516

Please sign in to comment.