This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": 4, | |
| "jsonrpc": "2.0", | |
| "method": "eth_sendRawTransaction", | |
| "params": [ | |
| "0xf917057984042c1d80830244ba8080b916af61167561003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361061010a5760003560e01c8063987cbd71116100a1578063cb4500e711610070578063cb4500e7146102e9578063e81b046214610302578063f930d03714610317578063ff23fc6d1461033757600080fd5b8063987cbd7114610251578063a32b29fb14610271578063a33598bf14610291578063b4fa7993146102c957600080fd5b806336a80dbc116100dd57806336a80dbc146101b657806348ca4f62146101fc57806372e3f69914610211578063925be54d1461023157600080fd5b80630d8e909f1461010f57806310cdb493146101315780632bf954531461016757806331b0e0e414610189575b600080fd5b81801561011b57600080fd5b5061012f61012a366004610fa0565b61034a565b005b81801561013d57600080fd5b5061015161014c366004610fdc565b610465565b60405161015e919061105b565b60405180910390f35b81801561017357600080fd5b5061017c610622565b604051 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request | |
| { | |
| "id": 2001611439002, | |
| "jsonrpc": "2.0", | |
| "method": "eth_estimateGas", | |
| "params": [ | |
| { | |
| "data": "0xa9059cbb000000000000000000000000e5acd26a443d2d62f6b3379c0a5b2c7ac65d945400000000000000000000000000000000000000000000000006f05b59d3b20000", | |
| "from": "0x627e6b4af9b796650528961dc9634564660a75e4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require("@nomicfoundation/hardhat-toolbox"); | |
| /** @type import('hardhat/config').HardhatUserConfig */ | |
| require('dotenv').config(); | |
| const AURORA_PRIVATE_KEY = process.env.AURORA_PRIVATE_KEY; | |
| const AURORA_PLUS_KEY = process.env.AURORA_PLUS_KEY; | |
| module.exports = { | |
| solidity: "0.8.9", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ***************** | |
| * CODE PIECE #1 * | |
| ***************** | |
| https://github.com/area9innovation/sports/commit/a7fc77a3c4585e83c711979a25b0a59ef9b00102 | |
| insertOrUpdateModule(jwt, parentId, m, onOk : (int) -> void /*onOk is your fulfill*/) -> void { | |
| module = Module(m.id, parentId, m.topic, m.priority, m.sbId); | |
| - println("Insert or update module"); | |
| - updateSmartBuilderModule(jwt, module, \id -> | |
| - if (id == 0) |