Chain | Type | Min Tx Gas | Model | Explanation |
---|---|---|---|---|
Arbitrum | Optimistic Rollup | 35-70k | Multifunctional gas limit | Bake L1 data fee into L2 gas limit |
BNB Chain | Sidechain | 21k | EVM | Same as vanilla EVM |
Gnosis | Sidechain | 21k | EVM | Same as vanilla EVM |
OP Stack | Optimistic Rollup | 21k | Two-dimensional fees | Explicit L2 execution fee and implicit L1 DA fee |
Polygon | Sidechain | 21k | EVM | Same as vanilla EVM |
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
import { type Sablier, Version, getChainName, queries, releasesByProtocol } from "@sablier/deployments"; | |
import supportedChains from "@src/chains"; | |
import type { Config } from "@src/envio-config/types"; | |
import { extractContract } from "@src/graph-manifest/sources/creators"; | |
import { sanitizeName } from "@src/helpers"; | |
import type { ContractMap, IndexedProtocol } from "@src/types"; | |
import logger, { logAndThrow, thrower } from "@src/winston"; | |
import _ from "lodash"; | |
export function createNetworks2( |
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
com.todesktop.230313mzl4w4u92 .css all | |
com.todesktop.230313mzl4w4u92 .gql all | |
com.todesktop.230313mzl4w4u92 .graphql all | |
com.todesktop.230313mzl4w4u92 .js all | |
com.todesktop.230313mzl4w4u92 .jsx all | |
com.todesktop.230313mzl4w4u92 .json all | |
com.todesktop.230313mzl4w4u92 .jsonc all | |
com.todesktop.230313mzl4w4u92 .just all | |
com.todesktop.230313mzl4w4u92 .lock all | |
com.todesktop.230313mzl4w4u92 .mdc all |
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 IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
import { | |
ethereum, | |
JSONValue, | |
TypedMap, | |
Entity, | |
Bytes, | |
Address, | |
BigInt, |
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
# Dotfiles | |
.extra | |
# Environment files | |
.env | |
.env.deployment | |
.env.staging | |
.env.production | |
.envrc |
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
import { useMemo } from "react"; | |
import type { Sablier } from "@sablier/deployments"; | |
import { generateDeploymentTable } from "../../helpers"; | |
import GFMContent from "../atoms/GFMContent"; | |
interface DeploymentTableProps { | |
deployment: Sablier.Deployment; | |
protocol: Sablier.Protocol; | |
version: Sablier.Version; | |
} |
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
{ | |
"aichat.insertselectionintochat": "off", | |
"aichat.newchataction": "off" | |
} |
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
[alias] | |
# Go to the main branch, pull the latest changes, and delete the current branch. | |
done = "!f() { BRANCH=$(git branch --show-current); git checkout main && git pull && git branch -d $BRANCH; }; f" |
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
# Dotfiles | |
.extra | |
# Environment files | |
.env | |
.env.deployment | |
.envrc | |
# Files that might appear on external disks | |
.Spotlight-V100 |
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
{ | |
"name": "@sablier/v2-docs", | |
"description": "Documentation and guides for Sablier", | |
"author": { | |
"name": "Sablier Labs Ltd", | |
"url": "https://sablier.com" | |
}, | |
"browserslist": { | |
"production": [ | |
">0.5%", |
NewerOlder