Skip to content

Commit

Permalink
fix: only wrapped native contract could send native token
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jun 23, 2022
1 parent f64b256 commit e491361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dank_mids/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
# Non Empty Data
"0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000e4e4f4e5f454d5054595f44415441000000000000000000000000000000000000",
# msg.sig is not assigned to submodule
"0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000246d73672e736967206973206e6f742061737369676e656420746f207375626d6f64756c6500000000000000000000000000000000000000000000000000000000"
"0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000246d73672e736967206973206e6f742061737369676e656420746f207375626d6f64756c6500000000000000000000000000000000000000000000000000000000",
# only wrapped native contract could send native token
"08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000346f6e6c792077726170706564206e617469766520636f6e747261637420636f756c642073656e64206e617469766520746f6b656e000000000000000000000000",
]

0 comments on commit e491361

Please sign in to comment.