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

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