Skip to content

Commit

Permalink
Update and rename Precompile0x69420.sol to MergedPrecompiles0x69420.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
maxknivets authored Oct 27, 2024
1 parent 104b07a commit 0fb31d2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract Precompile0x69420 {
// THIS CODE IS LIT 🌿🔥

contract MergedPrecompiles0x69420 {
function read_from_arweave(string memory txIdOrGatewayAndTxId) public view returns (bytes memory) {
bytes memory data = abi.encodePacked(txIdOrGatewayAndTxId);
(bool success, bytes memory result) = address(0x18).staticcall(data);
Expand Down

0 comments on commit 0fb31d2

Please sign in to comment.