@@ -48,26 +48,26 @@ ingestor = "index_0"
48
48
[chains .mainnet ]
49
49
shard = " primary"
50
50
provider = [
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 },
55
55
]
56
56
57
57
[chains .ropsten ]
58
58
shard = " primary"
59
59
provider = [
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 }
61
61
]
62
62
63
63
[chains .goerli ]
64
64
shard = " primary"
65
65
provider = [
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 }
67
67
]
68
68
69
69
[chains .kovan ]
70
70
shard = " primary"
71
71
provider = [
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 }
73
73
]
0 commit comments