DwGöing

Results 4 issues of DwGöing

The plugin always throw error like "You are trying to verify a contract in 'polygonMumbai', but no API token was found for this network", when i execute "hardhat verify". I...

Fail to pull image when enable addons dashboard

zazu version: 0.6.0 macos version: Big Sur plugin config:`{ "name": "tinytacoteam/zazu-file-finder", "variables": { "append": true, "directories": { "filePath": [ "/" ], "appPath": [ "/Applications" ] } } }` it can...

· 原扩展因为无法提供自定义的configuration参数,导致如果提供了自定义的Ocelot配置,Nacos的配置项必须在Ocelot的配置节点同级目录下,如: ``` json { "Gateways": { "GlobalConfiguration": { ... }, "Routes": [ ... ], "Nacos": { ... } } } ``` ``` csharp services.AddOcelot(gatewaysConfiguration).AddNacosDiscovery("Nacos"); ``` · 新的扩展方法可以分离两个配置,并且更方便Ocelot的配置动态从Nacos获取,如: ``` json...