204
204
#
205
205
# weth : ucs03 - address of the WETH equivalent on this chain
206
206
# rate-limit-enabled : ucs03 - whether rate limiting is enabled for ucs03-zkgm
207
- # native-token-name : ucs03 - name of the native token on the chain, default to Ether
208
- # native-token-symbol : ucs03 - symbol of the native token on the chain, default to ETH
209
- # native-token-decimals : ucs03 - number of decimal places for the native token, default to 18
207
+ # native-token-name : ucs03 - name of the native token on the chain
208
+ # native-token-symbol : ucs03 - symbol of the native token on the chain
209
+ # native-token-decimals : ucs03 - number of decimal places for the native token
210
210
#
211
211
# verify : whether this chain supports verification. defaults to true, if true then the
212
212
# following args are also read:
@@ -225,6 +225,10 @@ _: {
225
225
weth = "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" ;
226
226
rate-limit-enabled = "false" ;
227
227
228
+ native-token-name = "Ether" ;
229
+ native-token-symbol = "ETH" ;
230
+ native-token-decimals = 18 ;
231
+
228
232
verify = pkgs . stdenv . isx86_64 ;
229
233
verifier = "blockscout" ;
230
234
verification-key = ''""'' ;
@@ -257,6 +261,10 @@ _: {
257
261
weth = "0x7b79995e5f793a07bc00c21412e50ecae098e7f9" ;
258
262
rate-limit-enabled = "false" ;
259
263
264
+ native-token-name = "Ether" ;
265
+ native-token-symbol = "ETH" ;
266
+ native-token-decimals = 18 ;
267
+
260
268
verifier = "etherscan" ;
261
269
verification-key = ''"$(op item get tenderly --vault union-testnet-10 --field contract-verification-api-key --reveal)"'' ;
262
270
verifier-url = mkTenderlyVerifierUrl chain-id ;
@@ -270,6 +278,10 @@ _: {
270
278
weth = "0x94373a4919b3240d86ea41593d5eba789fef3848" ;
271
279
rate-limit-enabled = "false" ;
272
280
281
+ native-token-name = "Ether" ;
282
+ native-token-symbol = "ETH" ;
283
+ native-token-decimals = 18 ;
284
+
273
285
verifier = "etherscan" ;
274
286
verification-key = ''"$(op item get tenderly --vault union-testnet-10 --field contract-verification-api-key --reveal)"'' ;
275
287
verifier-url = mkTenderlyVerifierUrl chain-id ;
@@ -299,6 +311,10 @@ _: {
299
311
weth = "0x4200000000000000000000000000000000000006" ;
300
312
rate-limit-enabled = "false" ;
301
313
314
+ native-token-name = "Ether" ;
315
+ native-token-symbol = "ETH" ;
316
+ native-token-decimals = 18 ;
317
+
302
318
verifier = "etherscan" ;
303
319
verification-key = ''"$(op item get tenderly --vault union-testnet-10 --field contract-verification-api-key --reveal)"'' ;
304
320
verifier-url = mkTenderlyVerifierUrl chain-id ;
@@ -328,6 +344,10 @@ _: {
328
344
weth = "0xDc78B593dD44914C326D1ed37501EAd48c4C5628" ;
329
345
rate-limit-enabled = "false" ;
330
346
347
+ native-token-name = "Sei" ;
348
+ native-token-symbol = "SEI" ;
349
+ native-token-decimals = 18 ;
350
+
331
351
verifier = "etherscan" ;
332
352
verification-key = ''"$(op item get tenderly --vault union-testnet-10 --field contract-verification-api-key --reveal)"'' ;
333
353
verifier-url = mkTenderlyVerifierUrl chain-id ;
@@ -349,6 +369,10 @@ _: {
349
369
private-key = ''"$(op item get deployer --vault union-testnet-10 --field evm-private-key --reveal)"'' ;
350
370
weth = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" ;
351
371
372
+ native-token-name = "Ether" ;
373
+ native-token-symbol = "ETH" ;
374
+ native-token-decimals = 18 ;
375
+
352
376
verifier = "etherscan" ;
353
377
verification-key = ''"$(op item get tenderly --vault union-testnet-10 --field contract-verification-api-key --reveal)"'' ;
354
378
verifier-url = mkTenderlyVerifierUrl chain-id ;
@@ -361,6 +385,10 @@ _: {
361
385
private-key = ''"$(op item get deployer --vault union-testnet-10 --field evm-private-key --reveal)"'' ;
362
386
weth = "0x4200000000000000000000000000000000000006" ;
363
387
388
+ native-token-name = "Ether" ;
389
+ native-token-symbol = "ETH" ;
390
+ native-token-decimals = 18 ;
391
+
364
392
verifier = "etherscan" ;
365
393
verification-key = ''"$(op item get tenderly --vault union-testnet-10 --field contract-verification-api-key --reveal)"'' ;
366
394
verifier-url = mkTenderlyVerifierUrl chain-id ;
0 commit comments