You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recuperar configuración de la plataforma
Recuperar configuración de la plataforma
CONSEGUIR https://api.gatefi.com/onramp/v1
Este punto final le permite recuperar la configuración completa de la plataforma. Los datos obtenidos se pueden utilizar para adaptar el comportamiento de su servicio a las capacidades de la plataforma.
Por ejemplo, la configuración recuperada puede contener información sobre las condiciones que se establecen para mostrar criptomonedas al usuario en función de su región, método de pago, etc.
Pedido
Una clave API es un token que se proporciona al realizar llamadas API. Incluye el token en un parámetro de encabezado llamado api-key.
Ejemplo:api-key: 123
Encabezados
firma
cadena
requerido
Una firma es una autenticación digital que se utiliza para verificar la identidad del solicitante. Especifique la firma en el parámetro de encabezado denominado signature.
Por defecto :
2b6b6c58d175ec6bd13c92a17d262fce9336fe1bb41fc1bae0753927c0bbcf2d
Respuestas
200
400
401
403
404
500
Éxito
Cuerpo
aplicación/json
aplicación/json
versión
cadena
actualizadoEn
cadena
características
objeto
citas
objeto
comprar
objeto
Seguimiento de pedidos
objeto
Análisis de pedidos
objeto
vender
nulo
países
matriz[objeto]
identificación
cadena
Estados
nulo
pagos
matriz[objeto]
identificación
cadena
Monedas fiduciarias disponibles
matriz[cadena]
países disponibles
matriz[cadena]
fíat
matriz[objeto]
identificación
cadena
límites de pago
matriz[objeto]
cripto
matriz[objeto]
identificación
cadena
DIRECCIÓN
cadena
red
cadena
límites de pago
matriz[objeto]
clave api
:
Documentación de Unlimit Crypto
Recuperar configuración de la plataforma
Recuperar configuración de la plataforma
CONSEGUIR
https://api.gatefi.com/onramp/v1
Este punto final le permite recuperar la configuración completa de la plataforma. Los datos obtenidos se pueden utilizar para adaptar el comportamiento de su servicio a las capacidades de la plataforma.
Por ejemplo, la configuración recuperada puede contener información sobre las condiciones que se establecen para mostrar criptomonedas al usuario en función de su región, método de pago, etc.
Pedido
Una clave API es un token que se proporciona al realizar llamadas API. Incluye el token en un parámetro de encabezado llamado api-key.
Ejemplo:api-key: 123
Encabezados
firma
cadena
requerido
Una firma es una autenticación digital que se utiliza para verificar la identidad del solicitante. Especifique la firma en el parámetro de encabezado denominado signature.
Por defecto :
2b6b6c58d175ec6bd13c92a17d262fce9336fe1bb41fc1bae0753927c0bbcf2d
Respuestas
200
400
401
403
404
500
Éxito
Cuerpo
aplicación/json
aplicación/json
versión
cadena
actualizadoEn
cadena
características
objeto
citas
objeto
comprar
objeto
Seguimiento de pedidos
objeto
Análisis de pedidos
objeto
vender
nulo
países
matriz[objeto]
identificación
cadena
Estados
nulo
pagos
matriz[objeto]
identificación
cadena
Monedas fiduciarias disponibles
matriz[cadena]
países disponibles
matriz[cadena]
fíat
matriz[objeto]
identificación
cadena
límites de pago
matriz[objeto]
cripto
matriz[objeto]
identificación
cadena
DIRECCIÓN
cadena
red
cadena
límites de pago
matriz[objeto]
clave api
:
firma*
:
Enviar solicitud de API
Production
curl --solicitud GET
--url https://api.gatefi.com/onramp/v1/configuration
--header 'Aceptar: aplicación/json, aplicación/xml, multipart/form-data' \
--encabezado 'clave-api: 123' \
--encabezado 'firma: 2b6b6c58d175ec6bd13c92a17d262fce9336fe1bb41fc1bae0753927c0bbcf2d'
{
"versión" : "1.1.0" ,
"actualizadoA las" : "2023-07-10T09:44:03Z" ,
"características" : {
"citas" : {
"habilitado" : verdadero
} ,
"comprar" : {
"habilitado" : verdadero ,
"autenticación" : {
"esquema" : "API-KEY" ,
"clave API" : {
"locationType" : "ENCABEZADO" ,
"ubicación" : "clave API"
}
} ,
"IdOrdenDeRedirección" : [
"ID del pedido"
] ,
"orderCustomId" : verdadero ,
"navegador" : "APP_BROWSER" ,
"Agente de usuario" : ""
} ,
"Seguimiento de pedidos" : {
"habilitado" : verdadero
} ,
"Análisis de pedidos" : {
"habilitado" : verdadero
}
} ,
"países" : [
{
"id" : "AS" ,
"estados" : [ ]
} ,
{
"id" : "GI" ,
"estados" : [ ]
} ,
{
"id" : "GL" ,
"estados" : [ ]
}
] ,
"pagos" : [
{
"id" : "BANORTE"
} ,
{
"id" : "BODEGA"
}
] ,
"fiat" : [
{
"id" : "BRL" ,
"límites de pago" : [
{
"id" : "PIX" ,
"mín" : "100.00" ,
"máximo" : "250000,00"
} ,
{
"id" : "TARJETA BANCARIA" ,
"mín" : "110.00" ,
"máximo" : "250000,00"
} ,
{
"id" : "TARJETA BANCARIA_BR" ,
"mín" : "0,00" ,
"máximo" : "0,00"
}
]
}
] ,
"cripto" : [
{
"id" : "1 PULGADA" ,
"DIRECCIÓN" : "" ,
"red" : "5" ,
"límites de pago" : [
{
"id" : "BANORTE" ,
"mín" : "1.00" ,
"máximo" : "30681.00"
} ,
{
"id" : "BODEGA" ,
"mín" : "1.00" ,
"máximo" : "30681.00"
}
]
}
]
}
https://api.gatefi.com/onramp/v12024-11-01T15:33:33.4049529Z ##[group]Run github/dependabot-action@main
env:
DEPENDABOT_DISABLE_CLEANUP: 1
DEPENDABOT_ENABLE_CONNECTIVITY_CHECK: 0
GITHUB_TOKEN: ***
GITHUB_DEPENDABOT_JOB_TOKEN: ***
GITHUB_DEPENDABOT_CRED_TOKEN: ***
🤖 ~ starting update ~
Fetching job details
Pulling updater images
Starting update process
Created proxy container: 7ae2aefd765e8540181f29aea4fb524ac090de0cc2b0ce4d02a1f6209bbcc05a
Created container: d97cfd006961abdc305cba4bbe69add6c7e734a86930f64e5341ae132bc6d643
proxy | 2024/11/01 15:33:45 proxy starting, commit: 4ff727a3a0f3cf493d1700d4ceec3c6f880b430e
2024/11/01 15:33:45 Listening (:1080)
updater | Updating certificates in /etc/ssl/certs...
updater | rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
updater | 1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
updater | done.
updater | 2024/11/01 15:33:49 INFO <job_910440308> Starting job processing
2024/11/01 15:33:49 INFO <job_910440308> Job definition: {"job":{"allowed-updates":[{"dependency-type":"direct","update-type":"all"}],"commit-message-options":{"prefix":null,"prefix-development":null,"include-scope":null},"credentials-metadata":[{"type":"git_source","host":"github.com"}],"debug":null,"dependencies":null,"dependency-groups":[],"dependency-group-to-refresh":null,"existing-pull-requests":[[{"dependency-name":"pnpm/action-setup","dependency-version":"2.2.4"}]],"existing-group-pull-requests":[],"experiments":{"record-ecosystem-versions":true,"record-update-job-unknown-error":true,"proxy-cached":true,"move-job-token":true,"dependency-change-validation":true,"composer-v1-deprecation-warning":true},"ignore-conditions":[],"lockfile-only":false,"max-updater-run-time":2700,"package-manager":"github_actions","proxy-log-response-body-on-auth-failure":true,"requirements-update-strategy":null,"reject-external-code":false,"security-advisories":[],"security-updates-only":false,"source":{"provider":"github","repo":"wevm/viem","branch":null,"directory":"/.","api-endpoint":"https://api.github.com/","hostname":"github.com"},"updating-a-pull-request":false,"update-subdependencies":false,"vendor-dependencies":false,"repo-private":false}}
proxy | 2024/11/01 15:33:49 [002] GET https://github.com:443/wevm/viem/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:49 [002] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:49 [002] 200 https://github.com:443/wevm/viem/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:49 [004] POST https://github.com:443/wevm/viem/git-upload-pack
2024/11/01 15:33:49 [004] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:49 [004] 200 https://github.com:443/wevm/viem/git-upload-pack
proxy | 2024/11/01 15:33:49 [006] POST https://github.com:443/wevm/viem/git-upload-pack
2024/11/01 15:33:49 [006] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:49 [006] 200 https://github.com:443/wevm/viem/git-upload-pack
proxy | 2024/11/01 15:33:54 [008] GET https://github.com:443/eth-infinitism/account-abstraction.git/info/refs?service=git-upload-pack
2024/11/01 15:33:54 [008] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:54 [008] 200 https://github.com:443/eth-infinitism/account-abstraction.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:54 [010] POST https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
2024/11/01 15:33:54 [010] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:54 [010] 200 https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
proxy | 2024/11/01 15:33:54 [012] POST https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
2024/11/01 15:33:54 [012] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:54 [012] 200 https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
proxy | 2024/11/01 15:33:54 [014] GET https://github.com:443/foundry-rs/forge-std.git/info/refs?service=git-upload-pack
2024/11/01 15:33:54 [014] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:54 [014] 200 https://github.com:443/foundry-rs/forge-std.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:54 [016] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:54 [016] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [016] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:55 [018] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:55 [018] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [018] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:55 [020] GET https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/info/refs?service=git-upload-pack
2024/11/01 15:33:55 [020] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [020] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:55 [022] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:55 [022] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [022] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:55 [024] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:55 [024] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [024] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:55 [026] GET https://github.com:443/Vectorized/solady.git/info/refs?service=git-upload-pack
2024/11/01 15:33:55 [026] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [026] 200 https://github.com:443/Vectorized/solady.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:55 [028] POST https://github.com:443/Vectorized/solady.git/git-upload-pack
2024/11/01 15:33:55 [028] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [028] 200 https://github.com:443/Vectorized/solady.git/git-upload-pack
proxy | 2024/11/01 15:33:55 [030] POST https://github.com:443/Vectorized/solady.git/git-upload-pack
2024/11/01 15:33:55 [030] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:55 [030] 200 https://github.com:443/Vectorized/solady.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [032] GET https://github.com:443/Vectorized/solady.git/info/refs?service=git-upload-pack
2024/11/01 15:33:56 [032] 200 https://github.com:443/Vectorized/solady.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:56 [034] POST https://github.com:443/Vectorized/solady.git/git-upload-pack
2024/11/01 15:33:56 [034] 200 https://github.com:443/Vectorized/solady.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [036] POST https://github.com:443/Vectorized/solady.git/git-upload-pack
2024/11/01 15:33:56 [036] 200 https://github.com:443/Vectorized/solady.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [038] GET https://github.com:443/eth-infinitism/account-abstraction.git/info/refs?service=git-upload-pack
2024/11/01 15:33:56 [038] 200 https://github.com:443/eth-infinitism/account-abstraction.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:56 [040] POST https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
2024/11/01 15:33:56 [040] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:56 [040] 200 https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [042] POST https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
2024/11/01 15:33:56 [042] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:56 [042] 200 https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [044] GET https://github.com:443/eth-infinitism/account-abstraction.git/info/refs?service=git-upload-pack
2024/11/01 15:33:56 [044] 200 https://github.com:443/eth-infinitism/account-abstraction.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:56 [046] POST https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
2024/11/01 15:33:56 [046] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:56 [046] 200 https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [048] POST https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
2024/11/01 15:33:56 [048] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:56 [048] 200 https://github.com:443/eth-infinitism/account-abstraction.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [050] GET https://github.com:443/foundry-rs/forge-std.git/info/refs?service=git-upload-pack
2024/11/01 15:33:56 [050] 200 https://github.com:443/foundry-rs/forge-std.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:56 [052] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:56 [052] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:56 [052] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [054] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:56 [054] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:56 [054] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:56 [056] GET https://github.com:443/foundry-rs/forge-std.git/info/refs?service=git-upload-pack
2024/11/01 15:33:56 [056] 200 https://github.com:443/foundry-rs/forge-std.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:56 [058] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:56 [058] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [058] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [060] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:57 [060] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [060] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [062] POST https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
2024/11/01 15:33:57 [062] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [062] 200 https://github.com:443/foundry-rs/forge-std.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [064] GET https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/info/refs?service=git-upload-pack
2024/11/01 15:33:57 [064] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:57 [066] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:57 [066] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [066] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [068] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:57 [068] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [068] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [070] GET https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:57 [070] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:57 [072] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:57 [072] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [072] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [074] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:57 [074] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [074] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:57 [076] POST https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
2024/11/01 15:33:57 [076] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:57 [076] 200 https://github.com:443/OpenZeppelin/openzeppelin-contracts.git/git-upload-pack
proxy | 2024/11/01 15:33:58 [078] GET https://github.com:443/a16z/erc4626-tests.git/info/refs?service=git-upload-pack
2024/11/01 15:33:58 [078] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [078] 200 https://github.com:443/a16z/erc4626-tests.git/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:58 [080] POST https://github.com:443/a16z/erc4626-tests.git/git-upload-pack
2024/11/01 15:33:58 [080] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [080] 200 https://github.com:443/a16z/erc4626-tests.git/git-upload-pack
proxy | 2024/11/01 15:33:58 [082] POST https://github.com:443/a16z/erc4626-tests.git/git-upload-pack
2024/11/01 15:33:58 [082] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [082] 200 https://github.com:443/a16z/erc4626-tests.git/git-upload-pack
proxy | 2024/11/01 15:33:58 [084] GET https://github.com:443/foundry-rs/forge-std/info/refs?service=git-upload-pack
2024/11/01 15:33:58 [084] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [084] 200 https://github.com:443/foundry-rs/forge-std/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:58 [086] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:58 [086] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [086] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:58 [088] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:58 [088] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [088] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:58 [090] GET https://github.com:443/a16z/halmos-cheatcodes/info/refs?service=git-upload-pack
2024/11/01 15:33:58 [090] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:58 [090] 200 https://github.com:443/a16z/halmos-cheatcodes/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:58 [092] POST https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
2024/11/01 15:33:58 [092] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [092] 200 https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
proxy | 2024/11/01 15:33:59 [094] POST https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
2024/11/01 15:33:59 [094] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [094] 200 https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
proxy | 2024/11/01 15:33:59 [096] GET https://github.com:443/foundry-rs/forge-std/info/refs?service=git-upload-pack
2024/11/01 15:33:59 [096] 200 https://github.com:443/foundry-rs/forge-std/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:59 [098] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:59 [098] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [098] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:59 [100] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:59 [100] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [100] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:59 [102] GET https://github.com:443/foundry-rs/forge-std/info/refs?service=git-upload-pack
2024/11/01 15:33:59 [102] 200 https://github.com:443/foundry-rs/forge-std/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:59 [104] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:59 [104] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [104] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:59 [106] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:59 [106] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [106] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:59 [108] POST https://github.com:443/foundry-rs/forge-std/git-upload-pack
2024/11/01 15:33:59 [108] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [108] 200 https://github.com:443/foundry-rs/forge-std/git-upload-pack
proxy | 2024/11/01 15:33:59 [110] GET https://github.com:443/dapphub/ds-test/info/refs?service=git-upload-pack
2024/11/01 15:33:59 [110] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [110] 200 https://github.com:443/dapphub/ds-test/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:33:59 [112] POST https://github.com:443/dapphub/ds-test/git-upload-pack
2024/11/01 15:33:59 [112] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:33:59 [112] 200 https://github.com:443/dapphub/ds-test/git-upload-pack
proxy | 2024/11/01 15:33:59 [114] POST https://github.com:443/dapphub/ds-test/git-upload-pack
2024/11/01 15:33:59 [114] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:34:00 [114] 200 https://github.com:443/dapphub/ds-test/git-upload-pack
proxy | 2024/11/01 15:34:00 [116] GET https://github.com:443/a16z/halmos-cheatcodes/info/refs?service=git-upload-pack
2024/11/01 15:34:00 [116] 200 https://github.com:443/a16z/halmos-cheatcodes/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:34:00 [118] POST https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
2024/11/01 15:34:00 [118] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:34:00 [118] 200 https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
proxy | 2024/11/01 15:34:00 [120] POST https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
2024/11/01 15:34:00 [120] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:34:00 [120] 200 https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
proxy | 2024/11/01 15:34:00 [122] GET https://github.com:443/a16z/halmos-cheatcodes/info/refs?service=git-upload-pack
2024/11/01 15:34:00 [122] 200 https://github.com:443/a16z/halmos-cheatcodes/info/refs?service=git-upload-pack
proxy | 2024/11/01 15:34:00 [124] POST https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
2024/11/01 15:34:00 [124] * authenticating git server request (host: github.com)
proxy | 2024/11/01 15:34:00 [124] 200 https://github.com:443/a16z/halmos-cheatcodes/git-upload-pack
pro
The text was updated successfully, but these errors were encountered: