@@ -48,26 +48,26 @@ ingestor = "index_0"
4848[chains .mainnet ]
4949shard = " primary"
5050provider = [
51- { label = " mainnet-0" , url = " http://rpc.mainnet.io" , features = [" archive" , " traces" ], weight = 1 },
52- { label = " mainnet-1" , details = { type = " web3call" , url = " http://rpc.mainnet.io" , features = [" archive" , " traces" ] }, weight = 2 },
53- { label = " firehose" , details = { type = " firehose" , url = " http://localhost:9000" , features = [] }, weight = 3 },
54- { label = " substreams" , details = { type = " substreams" , url = " http://localhost:9000" , features = [] }, weight = 4 },
51+ { label = " mainnet-0" , url = " http://rpc.mainnet.io" , features = [" archive" , " traces" ], weight = 0. 1 },
52+ { label = " mainnet-1" , details = { type = " web3call" , url = " http://rpc.mainnet.io" , features = [" archive" , " traces" ] }, weight = 0. 2 },
53+ { label = " firehose" , details = { type = " firehose" , url = " http://localhost:9000" , features = [] }, weight = 0. 3 },
54+ { label = " substreams" , details = { type = " substreams" , url = " http://localhost:9000" , features = [] }, weight = 0. 4 },
5555]
5656
5757[chains .ropsten ]
5858shard = " primary"
5959provider = [
60- { label = " ropsten-0" , url = " http://rpc.ropsten.io" , transport = " rpc" , features = [" archive" , " traces" ], weight = 1 }
60+ { label = " ropsten-0" , url = " http://rpc.ropsten.io" , transport = " rpc" , features = [" archive" , " traces" ], weight = 1.0 }
6161]
6262
6363[chains .goerli ]
6464shard = " primary"
6565provider = [
66- { label = " goerli-0" , url = " http://rpc.goerli.io" , transport = " ipc" , features = [" archive" ], weight = 1 }
66+ { label = " goerli-0" , url = " http://rpc.goerli.io" , transport = " ipc" , features = [" archive" ], weight = 1.0 }
6767]
6868
6969[chains .kovan ]
7070shard = " primary"
7171provider = [
72- { label = " kovan-0" , url = " http://rpc.kovan.io" , transport = " ws" , features = [], weight = 1 }
72+ { label = " kovan-0" , url = " http://rpc.kovan.io" , transport = " ws" , features = [], weight = 1.0 }
7373]
0 commit comments