Lev Lymarenko
Lev Lymarenko
Hello! No, it's not normal. Could you please share more details on that how to reproduce this problem: commands, screenshots, requests and information about your machine
On the start BENS tries to guess subgraph schema in Postgres and chooses the oldest one for every subgraph. I guess you redeployed your subgraph and therefore now you have...
oh, I see. Did I understand correctly that you want to connect BENS to `graphprotocol/pns` but you have two subgraphs with the same `chain_id` and BENS chooses wrong subgraph instead...
well, I guess this is a bug then. We didn't use several subgraphs with same chain_id in producation during our `bens v1` stage, so we didnt face this problem. I...
if you want you can try to make PR that will fix this 😺 if not, then I will fix it next week or later 😿
## QA related ### Links * Swagger: https://app.swaggerhub.com/apis/LYMARENKOLEV/scoutcloud/0.1.1 * Postman collection (url): https://galactic-sunset-60264.postman.co/workspace/Blockscout-workspace~55946628-0c3d-48ac-b418-05a67600b1d6/collection/15533327-d23e80de-affa-4d3e-9349-3fa231c2378b?action=share&creator=15533327&active-environment=15533327-fc0fe3bc-0e5b-414d-85f4-5fdf2e1e7863 * Postman collection (file) [v1-scoutcloud.proto.postman_collection.json](https://github.com/blockscout/blockscout-rs/files/15180801/v1-scoutcloud.proto.postman_collection.json) ### Common flow to start blockscout: 1. get api key (for now...
Technical view: Json config in `stats` supports templating from field `template_values`: https://github.com/sevenzing/blockscout-rs/blob/d35d07606ffdb95afa1242469f47b4e9e70293f2/stats/config/charts.json#L2 Just add variable `wei_name` there and template average_gas_price chart with `G{{wei_name}}`: https://github.com/sevenzing/blockscout-rs/blob/d35d07606ffdb95afa1242469f47b4e9e70293f2/stats/config/charts.json#L198
Real chiado contracts: ``` registryAddr: 0x5dC881dDA4e4a8d312be3544AD13118D1a04Cb17 sannAddr: 0x9af6F1244df403dAe39Eb2D0be1C3fD0B38e0789 controllerAddr: 0xD7b837A0E388B4c25200983bdAa3EF3A83ca86b7 reverseRegistrarAddr: 0xd322333E88aCefc5bF19470d137c0f2272104ae8 priceOracleAddr: 0xE80B4480D2F3E8B9643d21825Da566E8C9E5B254 baseCreatorAddr: 0xf2627Fa8C3C8446c1CE43735b01B626f7bd0ff24 tldFactoryAddr: 0x0Af8B36Ce4e227f46D3d281D2c521cbd15e3505D platformConfigAddr: 0x2A9076F01Cc916359EA6d55aa697de2083601678 prepaidPlatformFeeAddr: 0xBEa867C04537d8D32e8F95d297D9653a547e1C16 giftCardBaseAddr: 0x41d8f7326e336faAa3a3C56655f9EC351Ea86D24 giftCardVoucherAddr: 0x2b7dB91045B0D274a47961066741D179aB5F3522 giftCardLedgerAddr: 0x5E520911309d6A5Bf28293d701862B77Ed91dFd3 giftCardControllerAddr: 0xa2aE1C6b0B05612d778Fe196b54B71D702a44771...
Mainnet contracts (01.12.23: for now it misses `.gno` Base contract) ``` registryAddr: 0xFFC305697bb27483268106be6F22B0555c192804 sannAddr: 0x3D3dc123c60c2172c63B1E4D4C026Eb77fb57Bd9 controllerAddr: 0x4211B1Dcf3adbEbAB6013A907465d2B90e90eb6d reverseRegistrarAddr: 0xFa8093b53AE47DfD24E563F124fA7206089c502a priceOracleAddr: 0x57410305546fe40062144BF182ded612Bb8F13B8 baseCreatorAddr: 0x3802AB1E503ab373D370d71386DFEe33851e32A9 tldFactoryAddr: 0xc9e1a0aDdE5168313D5D683c75813100B798374a platformConfigAddr: 0x720DC4afE863fe467cDC00a768617721b912FbAe prepaidPlatformFeeAddr: 0x3250e011E77c462f69D73275A2Da4fbba55181d5 giftCardBaseAddr:...
Code for `genome-subgraph` and `bens-server` is written. Currently we are waiting for deployment of base contract (transaction should be from this address https://gnosis.blockscout.com/address/0x3802AB1E503ab373D370d71386DFEe33851e32A9 as far as I understand)