Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[EXP-16-218] Treasury and SMS on fantom #218
[EXP-16-218] Treasury and SMS on fantom #218
Changes from 81 commits
bcdf4be
d6992ec
5d81a0c
3e695d4
3a2cd22
ca0512c
f3322e9
72736cf
202017f
d7bcf98
3135fc9
697c421
a588e6f
5ebfb5d
9dade81
850701b
2f89eae
ac2acdf
6416766
e8b25a1
c3de1c5
cc9adb6
44e6757
d6795a5
88d5932
81bf2a5
5bd9df4
249a8d6
9a40cf4
6f2d352
6f04d25
2153390
736e535
7bddd74
971b0cc
5c5a047
1763923
d7f527d
1967534
d8659f9
3515fbe
957e739
ab23068
faa0853
e4a38e6
6faf7e7
16addd3
786afcf
f761f43
4033474
f91520b
fc344cc
097d63f
e00020b
4c7b97d
68ca984
2becf0a
d9aa3aa
5062d9b
382fd81
69a4f8d
3dc2398
ab7e6bc
60ea408
f62a8d3
3e6e76a
ab86d05
ae2bb42
f295885
3dd2544
d1777fc
030a3dc
131f8e8
2a774f7
310c6ab
a5681b4
d23d12f
84667f3
67e199e
8cf3503
65779b7
21f65b5
6cca489
86449e9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same two comments apply here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix'd, commit pending
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used dict(details)[chain.id] syntax instead of dict(details).get(chain.id) syntax to show we require chainid to be supported, have no fallback