This file contains 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
https://www.sophiaonline.com.ar/wp/wp-login.php?email_action=*|EMAIL|*&activar=true&action=register&utm_source=newsletter&utm_medium=email&utm_campaign=botonactivacuenta2 |
This file contains 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
<!doctype html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><head><title></title><!--[if !mso]><!--><meta http-equiv="X-UA-Compatible" content="IE=edge"><!--<![endif]--><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><style type="text/css">#outlook a { padding:0; } | |
body { margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; } | |
table, td { border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt; } | |
img { border:0;height:auto;line-height:100%; outline:none;text-decoration:none;-ms-interpolation-mode:bicubic; } | |
p { display:block;margin:13px 0; }</style><!--[if mso]> | |
<noscript> | |
<xml> | |
<o:OfficeDocumentSettings> | |
<o:AllowPNG/> | |
<o:PixelsPerInch>96</o:PixelsPerInch> |
This file contains 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
from gql import gql, Client | |
from gql.transport.aiohttp import AIOHTTPTransport | |
transport = AIOHTTPTransport(url="https://api.thegraph.com/subgraphs/name/balancer-labs/balancer") | |
client = Client(transport=transport, fetch_schema_from_transport=True) | |
# DAI | |
tokenAddress = "0x6b175474e89094c44da98b954eedeac495271d0f" |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
</head> | |
<body onload="loadResources()"> | |
<script> | |
function loadResources() { | |
var image1 = new Image(); |
This file contains 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
[ | |
{ | |
"metadata": { | |
"name": "Matic", | |
"description": "A scaling solution for public blockchains", | |
"website": "https://matic.network/", | |
"logo": "https://http//protocol-icons.s3.amazonaws.com/matic.png", | |
"version": "1n" | |
}, | |
"balances": [ |
This file contains 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
{ | |
"hits": [ | |
{ | |
"store_id": 128480, | |
"schedules": [ | |
{ | |
"open_time": "12:00:00", | |
"close_time": "23:30:00" | |
} | |
], |