Skip to content

Commit

Permalink
feat: implement simple payments cross chain and align form + complete…
Browse files Browse the repository at this point in the history
…d action views
  • Loading branch information
bassgeta committed Feb 5, 2025
1 parent af57d65 commit 6fb858c
Show file tree
Hide file tree
Showing 44 changed files with 974 additions and 564 deletions.
1 change: 1 addition & 0 deletions amplify/backend/api/colonycdapp/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -3299,6 +3299,7 @@ type Payment {
Network fee amount
"""
networkFee: String
chainId: String
tokenAddress: String!
recipientAddress: String!
}
Expand Down
54 changes: 25 additions & 29 deletions amplify/backend/function/cacheDomainBalance/src/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/aws-lambda": "^8.10.92"
},
"dependencies": {
"@colony/colony-js": "^8.0.0-next.1",
"@colony/colony-js": "^8.1.0",
"@colony/events": "^0.0.0-snapshot-20240329154314",
"cross-fetch": "^4.0.0",
"date-fns": "^3.6.0"
Expand Down
54 changes: 25 additions & 29 deletions amplify/backend/function/fetchColonyBalances/src/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/aws-lambda": "^8.10.92"
},
"dependencies": {
"@colony/colony-js": "^8.0.0-next.1",
"@colony/colony-js": "^8.1.0",
"@colony/events": "3.0.0",
"cross-fetch": "^4.0.0",
"ethers": "^5.7.2"
Expand Down
56 changes: 26 additions & 30 deletions amplify/backend/function/fetchDomainBalance/src/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/aws-lambda": "^8.10.92"
},
"dependencies": {
"@colony/colony-js": "^8.0.0-next.1",
"@colony/colony-js": "^8.1.0",
"@colony/events": "3.0.0",
"cross-fetch": "^4.0.0",
"date-fns": "^3.6.0",
Expand Down
Loading

0 comments on commit 6fb858c

Please sign in to comment.