Skip to content
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

Bump forge-std from v1.8.1 to v1.9.1 #139

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![staging release](https://github.com/3cities/3cities/actions/workflows/1-deploy-main-to-staging.yml/badge.svg)](https://github.com/3cities/3cities/actions/workflows/1-deploy-main-to-staging.yml)
[![prod release](https://github.com/3cities/3cities/actions/workflows/2-deploy-staging-to-prod.yml/badge.svg)](https://github.com/3cities/3cities/actions/workflows/2-deploy-staging-to-prod.yml)

Easily pay and get paid with 3cities, a decentralized payment processor for Ethereum.
Easily pay, get paid, and process payments on Ethereum.

Features
- automatic handling of multiple currencies, tokens, and L2s.
Expand All @@ -15,12 +15,15 @@ Features
- one-time or reusable [pay request links](https://3cities.xyz/#/pay-link)
- merchant transactional payment, they pay using a pop-up without leaving your site - with no fees or API keys

3cities is a tool to pay and get paid on Ethereum.
3cities is a tool to help people pay and get paid on Ethereum.

3cities is not a wallet, it's an app that lets you connect your wallet.

3cities is not a token or a chain, it's an app that automatically searches the payment sender's wallet for the best payment method across ten popular tokens and a dozen L2s.
3cities is not a wallet. It's an app that automatically searches the sender's wallet for the best way to pay across ten popular tokens and a dozen L2s.

Individuals can use 3cities to send or receive payments, donations, transfers, or deposits.

Merchants can use 3cities to be accept transactional payments and self-process those payments offchain (be your own payment processor). Payments can be in USD or ETH, with EUR and other currencies soon to come.

# Trusted by

- [Devcon 7](https://devcon.org/en/tickets/) Ticket Payments
- [Week in Ethereum News](https://weekinethereumnews.com/) Job Ad Payments
5 changes: 3 additions & 2 deletions packages/eth-transfer-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"dependencies": {
"forge-std": "github:foundry-rs/forge-std#v1.8.1"
"forge-std": "github:foundry-rs/forge-std#v1.9.1"
},
"devDependencies": {
"solhint": "^5.0.1"
Expand All @@ -36,7 +36,8 @@
"build:esm": "yarn clean:esm && tsc --outDir ./dist/esm --sourceMap",
"build:types": "yarn clean:types && tsc --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"build:ts": "yarn build:cjs && yarn build:esm && yarn build:types",
"build": "yarn build:forge && yarn build:gen && yarn build:ts",
"build:all": "yarn build:forge && yarn build:gen && yarn build:ts # we omit forge from standard 'yarn build' so that clients who only want eg. grpc service don't need to install forge to make a root `yarn build` succeed",
"build": "yarn build:ts",
"build:dev": "yarn build # NB eth-transfer-proxy has no dev build, but we include this so that the root build:dev task works for all packages",
"build:prod-test": "yarn build # NB eth-transfer-proxy has no prod-test build, but we include this so that the root build:prod-test task works for all packages",
"deploy:local": "PRIVATE_KEY='' MNEMONIC='' forge script script/Deploy.s.sol --broadcast --fork-url http://localhost:8545",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7515,9 +7515,10 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

"forge-std@github:foundry-rs/forge-std#v1.8.1":
version "1.7.6"
resolved "https://codeload.github.com/foundry-rs/forge-std/tar.gz/bb4ceea94d6f10eeb5b41dc2391c6c8bf8e734ef"
"forge-std@github:foundry-rs/forge-std#v1.9.1":
version "1.9.1"
uid "07263d193d621c4b2b0ce8b4d54af58f6957d97d"
resolved "https://codeload.github.com/foundry-rs/forge-std/tar.gz/07263d193d621c4b2b0ce8b4d54af58f6957d97d"

fork-ts-checker-webpack-plugin@^6.5.0:
version "6.5.3"
Expand Down
Loading