Skip to content

Commit 208ead2

Browse files
release: 0.3.3 (#140)
1 parent c4e440f commit 208ead2

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed
Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,318 +1,318 @@
11
[mainnet]
2-
explorer = "https://eth.blockscout.com/"
2+
explorer_uri = "https://eth.blockscout.com/"
33
explorer_type = "blockscout"
44
multicall2 = "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696"
55
chain_id = 1
66

77
[sepolia]
8-
explorer = "https://eth-sepolia.blockscout.com/"
8+
explorer_uri = "https://eth-sepolia.blockscout.com/"
99
explorer_type = "blockscout"
1010
multicall2 = "None"
1111
chain_id = 11155111
1212

1313
[goerli]
14-
explorer = "https://eth-goerli.blockscout.com/"
14+
explorer_uri = "https://eth-goerli.blockscout.com/"
1515
explorer_type = "blockscout"
1616
multicall2 = "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696"
1717
chain_id = 5
1818

1919
[arbitrum]
20-
explorer = "https://arbitrum.blockscout.com/"
20+
explorer_uri = "https://arbitrum.blockscout.com/"
2121
explorer_type = "blockscout"
2222
multicall2 = "0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858"
2323
chain_id = 42161
2424

2525
[optimism-main]
26-
explorer = "https://optimism.blockscout.com/"
26+
explorer_uri = "https://optimism.blockscout.com/"
2727
explorer_type = "blockscout"
2828
multicall2 = "0x2DC0E2aa608532Da689e89e237dF582B783E552C"
2929
chain_id = 10
3030

3131
[optimism-test]
32-
explorer = "https://optimism-sepolia.blockscout.com/"
32+
explorer_uri = "https://optimism-sepolia.blockscout.com/"
3333
explorer_type = "blockscout"
3434
multicall2 = "0x2DC0E2aa608532Da689e89e237dF582B783E552C"
3535
chain_id = 420
3636

3737
[polygon-main]
38-
explorer = "https://polygon.blockscout.com/"
38+
explorer_uri = "https://polygon.blockscout.com/"
3939
explorer_type = "blockscout"
4040
multicall2 = "0xc8E51042792d7405184DfCa245F2d27B94D013b6"
4141
chain_id = 137
4242

4343
[gnosis-main]
44-
explorer = "https://gnosis.blockscout.com/"
44+
explorer_uri = "https://gnosis.blockscout.com/"
4545
explorer_type = "blockscout"
4646
multicall2 = "None"
4747
chain_id = 100
4848

4949
[gnosis-test]
50-
explorer = "https://gnosis-chiado.blockscout.com/"
50+
explorer_uri = "https://gnosis-chiado.blockscout.com/"
5151
explorer_type = "blockscout"
5252
multicall2 = "None"
5353
chain_id = 10200
5454

5555
[base-main]
56-
explorer = "https://base.blockscout.com/"
56+
explorer_uri = "https://base.blockscout.com/"
5757
explorer_type = "blockscout"
5858
multicall2 = "None"
5959
chain_id = 8453
6060

6161
[syscoin]
62-
explorer = "https://explorer.syscoin.org/"
62+
explorer_uri = "https://explorer.syscoin.org/"
6363
explorer_type = "blockscout"
6464
multicall2 = "None"
6565
chain_id = 57
6666

6767
[ethereumclassic]
68-
explorer = "https://etc.blockscout.com/"
68+
explorer_uri = "https://etc.blockscout.com/"
6969
explorer_type = "blockscout"
7070
multicall2 = "None"
7171
chain_id = 61
7272

7373
[nova-network]
74-
explorer = "https://explorer.novanetwork.io/"
74+
explorer_uri = "https://explorer.novanetwork.io/"
7575
explorer_type = "blockscout"
7676
multicall2 = "None"
7777
chain_id = 87
7878

7979
[velas]
80-
explorer = "https://evmexplorer.velas.com/"
80+
explorer_uri = "https://evmexplorer.velas.com/"
8181
explorer_type = "blockscout"
8282
multicall2 = "None"
8383
chain_id = 106
8484

8585
[thundercore]
86-
explorer = "https://explorer-mainnet.thundercore.com/"
86+
explorer_uri = "https://explorer-mainnet.thundercore.com/"
8787
explorer_type = "blockscout"
8888
multicall2 = "None"
8989
chain_id = 108
9090

9191
[fuse]
92-
explorer = "https://explorer.fuse.io/"
92+
explorer_uri = "https://explorer.fuse.io/"
9393
explorer_type = "blockscout"
9494
multicall2 = "None"
9595
chain_id = 122
9696

9797
[heco]
98-
explorer = "None"
98+
explorer_uri = "None"
9999
multicall2 = "None"
100100
chain_id = 128
101101

102102
[shimmer_evm]
103-
explorer = "https://explorer.evm.shimmer.network/"
103+
explorer_uri = "https://explorer.evm.shimmer.network/"
104104
explorer_type = "blockscout"
105105
multicall2 = "None"
106106
chain_id = 148
107107

108108
[manta]
109-
explorer = "https://pacific-explorer.manta.network/"
109+
explorer_uri = "https://pacific-explorer.manta.network/"
110110
explorer_type = "blockscout"
111111
multicall2 = "None"
112112
chain_id = 169
113113

114114
[energyweb]
115-
explorer = "https://explorer.energyweb.org/"
115+
explorer_uri = "https://explorer.energyweb.org/"
116116
explorer_type = "blockscout"
117117
multicall2 = "None"
118118
chain_id = 246
119119

120120
[oasys]
121-
explorer = "https://explorer.oasys.games/"
121+
explorer_uri = "https://explorer.oasys.games/"
122122
explorer_type = "blockscout"
123123
multicall2 = "None"
124124
chain_id = 248
125125

126126
[omax]
127-
explorer = "https://omaxscan.com/"
127+
explorer_uri = "https://omaxscan.com/"
128128
multicall2 = "None"
129129
chain_id = 311
130130

131131
[filecoin]
132-
explorer = "https://filecoin.blockscout.com/"
132+
explorer_uri = "https://filecoin.blockscout.com/"
133133
explorer_type = "blockscout"
134134
multicall2 = "None"
135135
chain_id = 314
136136

137137
[kucoin]
138-
explorer = "https://scan.kcc.io/"
138+
explorer_uri = "https://scan.kcc.io/"
139139
multicall2 = "None"
140140
chain_id = 321
141141

142142
[zksync-era]
143-
explorer = "https://zksync2-mainnet-explorer.zksync.io"
143+
explorer_uri = "https://zksync2-mainnet-explorer.zksync.io"
144144
explorer_type = "zksyncexplorer"
145145
multicall2 = "None"
146146
chain_id = 324
147147

148148
[sepolia-zksync-era]
149-
explorer = "https://explorer.sepolia.era.zksync.dev"
149+
explorer_uri = "https://explorer.sepolia.era.zksync.dev"
150150
explorer_type = "zksyncexplorer"
151151
multicall2 = "None"
152152
chain_id = 300
153153

154154
[shiden]
155-
explorer = "https://shiden.blockscout.com/"
155+
explorer_uri = "https://shiden.blockscout.com/"
156156
explorer_type = "blockscout"
157157
multicall2 = "None"
158158
chain_id = 336
159159

160160
[rollux]
161-
explorer = "https://explorer.rollux.com/"
161+
explorer_uri = "https://explorer.rollux.com/"
162162
explorer_type = "blockscout"
163163
multicall2 = "None"
164164
chain_id = 570
165165

166166
[astar]
167-
explorer = "https://astar.blockscout.com/"
167+
explorer_uri = "https://astar.blockscout.com/"
168168
explorer_type = "blockscout"
169169
multicall2 = "None"
170170
chain_id = 592
171171

172172
[callisto]
173-
explorer = "https://explorer.callisto.network/"
173+
explorer_uri = "https://explorer.callisto.network/"
174174
explorer_type = "blockscout"
175175
multicall2 = "None"
176176
chain_id = 820
177177

178178
[lyra-chain]
179-
explorer = "https://explorer.lyra.finance/"
179+
explorer_uri = "https://explorer.lyra.finance/"
180180
explorer_type = "blockscout"
181181
multicall2 = "None"
182182
chain_id = 957
183183

184184
[bifrost]
185-
explorer = "https://explorer.mainnet.bifrostnetwork.com/"
185+
explorer_uri = "https://explorer.mainnet.bifrostnetwork.com/"
186186
explorer_type = "blockscout"
187187
multicall2 = "None"
188188
chain_id = 996
189189

190190
[metis]
191-
explorer = "https://andromeda-explorer.metis.io/"
191+
explorer_uri = "https://andromeda-explorer.metis.io/"
192192
explorer_type = "blockscout"
193193
multicall2 = "None"
194194
chain_id = 1088
195195

196196
[polygon-zkevm]
197-
explorer = "https://zkevm.blockscout.com/"
197+
explorer_uri = "https://zkevm.blockscout.com/"
198198
explorer_type = "blockscout"
199199
multicall2 = "None"
200200
chain_id = 1101
201201

202202
[core]
203-
explorer = "None"
203+
explorer_uri = "None"
204204
multicall2 = "None"
205205
chain_id = 1116
206206

207207
[lisk]
208-
explorer = "https://blockscout.lisk.com/"
208+
explorer_uri = "https://blockscout.lisk.com/"
209209
explorer_type = "blockscout"
210210
multicall2 = "None"
211211
chain_id = 1135
212212

213213
[reya-network]
214-
explorer = "https://explorer.reya.network/"
214+
explorer_uri = "https://explorer.reya.network/"
215215
explorer_type = "blockscout"
216216
multicall2 = "None"
217217
chain_id = 1729
218218

219219
[onus]
220-
explorer = "https://explorer.onuschain.io/"
220+
explorer_uri = "https://explorer.onuschain.io/"
221221
explorer_type = "blockscout"
222222
multicall2 = "None"
223223
chain_id = 1975
224224

225225
[hubblenet]
226-
explorer = "None"
226+
explorer_uri = "None"
227227
multicall2 = "None"
228228
chain_id = 1992
229229

230230
[sanko]
231-
explorer = "https://explorer.sanko.xyz/"
231+
explorer_uri = "https://explorer.sanko.xyz/"
232232
explorer_type = "blockscout"
233233
multicall2 = "None"
234234
chain_id = 1996
235235

236236
[dogechain]
237-
explorer = "https://explorer.dogechain.dog/"
237+
explorer_uri = "https://explorer.dogechain.dog/"
238238
explorer_type = "blockscout"
239239
multicall2 = "None"
240240
chain_id = 2000
241241

242242
[milkomeda]
243-
explorer = "https://explorer-mainnet-cardano-evm.c1.milkomeda.com/"
243+
explorer_uri = "https://explorer-mainnet-cardano-evm.c1.milkomeda.com/"
244244
explorer_type = "blockscout"
245245
multicall2 = "None"
246246
chain_id = 2001
247247

248248
[kava]
249-
explorer = "https://testnet.kavascan.com/"
249+
explorer_uri = "https://testnet.kavascan.com/"
250250
explorer_type = "blockscout"
251251
multicall2 = "None"
252252
chain_id = 2222
253253

254254
[mantle]
255-
explorer = "https://explorer.mantle.xyz/"
255+
explorer_uri = "https://explorer.mantle.xyz/"
256256
explorer_type = "blockscout"
257257
multicall2 = "None"
258258
chain_id = 5000
259259

260260
[zetachain]
261-
explorer = "https://zetachain.blockscout.com/"
261+
explorer_uri = "https://zetachain.blockscout.com/"
262262
explorer_type = "blockscout"
263263
multicall2 = "None"
264264
chain_id = 7000
265265

266266
[celo]
267-
explorer = "https://explorer.celo.org/mainnet/"
267+
explorer_uri = "https://explorer.celo.org/mainnet/"
268268
explorer_type = "blockscout"
269269
multicall2 = "None"
270270
chain_id = 42220
271271

272272
[oasis]
273-
explorer = "https://explorer.emerald.oasis.dev/"
273+
explorer_uri = "https://explorer.emerald.oasis.dev/"
274274
explorer_type = "blockscout"
275275
multicall2 = "None"
276276
chain_id = 42262
277277

278278
[linea]
279-
explorer = "https://explorer.linea.build/"
279+
explorer_uri = "https://explorer.linea.build/"
280280
explorer_type = "blockscout"
281281
multicall2 = "None"
282282
chain_id = 59144
283283

284284
[blast]
285-
explorer = "https://blast.blockscout.com/"
285+
explorer_uri = "https://blast.blockscout.com/"
286286
explorer_type = "blockscout"
287287
multicall2 = "None"
288288
chain_id = 81457
289289

290290
[taiko]
291-
explorer = "https://blockscoutapi.mainnet.taiko.xyz/"
291+
explorer_uri = "https://blockscoutapi.mainnet.taiko.xyz/"
292292
explorer_type = "blockscout"
293293
multicall2 = "None"
294294
chain_id = 167000
295295

296296
[scroll]
297-
explorer = "https://blockscout.scroll.io/"
297+
explorer_uri = "https://blockscout.scroll.io/"
298298
explorer_type = "blockscout"
299299
multicall2 = "None"
300300
chain_id = 534352
301301

302302
[zora]
303-
explorer = "https://explorer.zora.energy/"
303+
explorer_uri = "https://explorer.zora.energy/"
304304
explorer_type = "blockscout"
305305
multicall2 = "None"
306306
chain_id = 7777777
307307

308308
[neon]
309-
explorer = "https://neon.blockscout.com/"
309+
explorer_uri = "https://neon.blockscout.com/"
310310
explorer_type = "blockscout"
311311
multicall2 = "None"
312312
chain_id = 245022934
313313

314314
[aurora]
315-
explorer = "https://explorer.mainnet.aurora.dev/"
315+
explorer_uri = "https://explorer.mainnet.aurora.dev/"
316316
explorer_type = "blockscout"
317317
multicall2 = "None"
318318
chain_id = 1313161554

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "moccasin"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Pythonic smart contract development framework using Titanoboa"
55
authors = [
66
{ name = "PatrickAlphac", email = "[email protected]" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)