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

[Multi-Chain] Enable payments on other chains #425

Merged
merged 25 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5966dba
add additional tokens to price fetching
fhenneke Nov 8, 2024
cdf9019
add blockchain parameter to dune fetcher
fhenneke Nov 26, 2024
1ce5d8e
rename weth to wrapped native token
fhenneke Nov 18, 2024
9f5eaee
add config for other chains
fhenneke Nov 8, 2024
26ffae0
change pull request node environment variable name
fhenneke Nov 18, 2024
9222211
fix bug with missing data
fhenneke Nov 26, 2024
504ad05
fix gnosis cap
fhenneke Nov 22, 2024
e48581c
use new vouching query
fhenneke Dec 2, 2024
36d79d2
fix time range
fhenneke Dec 2, 2024
f9ec687
add exception for missing vouches
fhenneke Dec 2, 2024
6a045cf
add log for native token exchange rate
fhenneke Dec 3, 2024
52afbd5
change name of payouts safe environment variable
fhenneke Dec 3, 2024
9606888
make protocol fee safe chain dependent
fhenneke Dec 3, 2024
3d6c205
update sample .env file
fhenneke Dec 4, 2024
b2b587e
fix bug in arbitrum payment network
fhenneke Dec 4, 2024
5761990
use chain agnostic environment variables
fhenneke Dec 4, 2024
cb2be14
change vouching query id to old query
fhenneke Dec 4, 2024
e2dc829
Merge branch 'main' into other_chains
fhenneke Dec 4, 2024
ca7d981
fix CI
fhenneke Dec 5, 2024
299e963
update payout safe addresss for testing
fhenneke Dec 5, 2024
a58bf93
change pull request env variable formating
fhenneke Dec 5, 2024
98323d7
add network to transfer file
fhenneke Dec 5, 2024
8d7cd14
lint fix
fhenneke Dec 5, 2024
b35b106
add network variable to github env variables
fhenneke Dec 5, 2024
424e89a
update .env.sample
fhenneke Dec 5, 2024
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
Prev Previous commit
Next Next commit
add network variable to github env variables
  • Loading branch information
fhenneke committed Dec 5, 2024
commit b35b106c2e137995577df6e861b1bc2bfc9be8ca
1 change: 1 addition & 0 deletions .github/workflows/postgres.yaml
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ jobs:
run: python -m pytest tests/queries
# Environment variables used by the `pg_client.py`
env:
NETWORK: 'mainnet'
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -27,5 +27,6 @@ jobs:
run:
python -m pytest tests/unit
env:
NETWORK: 'mainnet'
NODE_URL: https://rpc.ankr.com/eth
PAYOUTS_SAFE_ADDRESS: '0x0000000000000000000000000000000000000000'
Loading