Skip to content

Instantly share code, notes, and snippets.

View thangnn91's full-sized avatar

Ducky thangnn91

View GitHub Profile
@thangnn91
thangnn91 / Multicall.sol
Created May 24, 2024 03:10 — forked from amanelis/Multicall.sol
A Pre EIP-1559 MEV/Multicall in pure Yul integrated with ApeBank and with Native GasTokens
// SPDX-License-Identifier: MIT
object "Multicall" {
code {
// Deploy the contract
// Store gas token burn cost in zero slot
sstore(0, 0)
sstore(1, 0)
sstore(2, 0)
datacopy(0x0, dataoffset("MulticallRuntime"), datasize("MulticallRuntime"))
@thangnn91
thangnn91 / nodejs-cicd-github-actions.md
Created September 5, 2023 01:23 — forked from danielwetan/nodejs-cicd-github-actions.md
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder