Skip to content

Commit

Permalink
added orochi oracle for multiTokenPaymaster
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 committed Apr 28, 2024
1 parent 762ec17 commit c487c1f
Show file tree
Hide file tree
Showing 10 changed files with 616 additions and 30 deletions.
4 changes: 2 additions & 2 deletions admin_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin_frontend",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"dependencies": {
"@emotion/react": "11.11.3",
Expand Down
8 changes: 8 additions & 0 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,13 @@
"etherspotPaymasterAddress": "0xB3AD9B9B06c6016f81404ee8FcCD0526F018Cf0C"
},
"thresholdValue": "21.8"
},
{
"chainId": 888888888,
"bundler": "https://rpc.etherspot.io/ancient8?api-key=eyJvcmciOiI2NTIzZjY5MzUwOTBmNzAwMDFiYjJkZWIiLCJpZCI6ImUxN2VhZWQwZDViNDRjZWI5YjhlN2ZkZjc4YWI0OWRiIiwiaCI6Im11cm11cjEyOCJ9",
"contracts": {
"etherspotPaymasterAddress": "0x810FA4C915015b703db0878CF2B9344bEB254a40"
},
"thresholdValue": "0.016"
}
]
5 changes: 3 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arka",
"version": "1.2.1",
"version": "1.2.2",
"description": "ARKA - (Albanian for Cashier's case) is the first open source Paymaster as a service software",
"type": "module",
"directories": {
Expand Down Expand Up @@ -39,8 +39,9 @@
"ethers": "5.7.2",
"fastify": "4.24.3",
"fastify-cron": "1.3.1",
"fastify-healthcheck": "4.4.0",
"fastify-plugin": "3.0.1",
"getmac": "^6.6.0",
"getmac": "6.6.0",
"graphql-request": "6.1.0",
"node-fetch": "3.3.2",
"sqlite": "5.1.1",
Expand Down
Loading

0 comments on commit c487c1f

Please sign in to comment.