Skip to content

merge offramp only to prod#415

Merged
karthik-durai merged 74 commits intomainfrom
karthik/merge-offramp-only-to-prod
Apr 17, 2024
Merged

merge offramp only to prod#415
karthik-durai merged 74 commits intomainfrom
karthik/merge-offramp-only-to-prod

Conversation

@karthik-durai
Copy link
Copy Markdown
Contributor

disable gas-less feature and merge only off ramp changes

…erification-for-diamond-hands

Remove twitter verification for diamond hands
…nds-airdrop

Don't disable card if claim status is init or complete
shrinathprabhu and others added 13 commits February 28, 2024 16:28
…-fix

Remove programmatic navigation from landing page
* SendIt Landing v2

* first commit

* SendIt Landing v2

* Build Fixes

* Build-Fixes

* Static V2 Landing

* Static Cleanup

* linear-animation-implemented

* Responsive Behavious Added.

* Responsiveness Tweaks

* Bump the updated package-lock.json

* Review Changes

* SendIt Review Changes

* Package Fixes

* Build Fixes + Reviewed Changes

* Final Review Commit

* Optimised-Code

* Design AddOns + Responsiveness

---------

Co-authored-by: shrinathprabhu <shrinathprabhu.123@gmail.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 16, 2024

Deploy Preview for sendit-prod ready!

Name Link
🔨 Latest commit a522f32
🔍 Latest deploy log https://app.netlify.com/sites/sendit-prod/deploys/661e70df424bb200085f5ae5
😎 Deploy Preview https://deploy-preview-415--sendit-prod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment thread src/services/ankr.service.ts Outdated
Comment on lines 163 to 182
{
tokenType: "NATIVE",
tokenSymbol: "ETH",
blockchain: "linea",
balance: linea.data.result
? new Decimal(linea.data.result).mul(Decimal.pow(10, -18)).toString()
: 0,
thumbnail: chains[59144].icon_url,
},
{
tokenType: "NATIVE",
tokenSymbol: "ETH",
blockchain: "linea_testnet",
balance: linea_goerli.data.result
? new Decimal(linea_goerli.data.result)
.mul(Decimal.pow(10, -18))
.toString()
: 0,
thumbnail: chains[59140].icon_url,
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is linea added twice? @karthik-durai

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karthik-durai karthik-durai merged commit 670d7ad into main Apr 17, 2024
@karthik-durai karthik-durai deleted the karthik/merge-offramp-only-to-prod branch April 17, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants