Skip to content

Commit 0f0a364

Browse files
authored
Merge pull request #196 from sygmaprotocol/mmuftic/fix-testnet-block-interval
fix: block interval values that are string
2 parents ec23827 + 8369dcf commit 0f0a364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testnet/shared-config-test.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"nativeTokenFullName": "ether",
184184
"nativeTokenDecimals": 18,
185185
"blockConfirmations": 5,
186-
"blockInterval": "10",
186+
"blockInterval": 10,
187187
"startBlock": 1351739,
188188
"feeRouter": "0xfc8fE2bC5C780ef8cA28dda09751ef69BdDA53Cb",
189189
"feeHandlers": [
@@ -436,7 +436,7 @@
436436
"nativeTokenFullName": "matic",
437437
"nativeTokenDecimals": 18,
438438
"blockConfirmations": 5,
439-
"blockInterval": "50",
439+
"blockInterval": 50,
440440
"startBlock": 6042982,
441441
"feeRouter": "0x04C4B75084B557ab0E79dE3DEd42b6c1dD4F48E6",
442442
"feeHandlers": [
@@ -585,7 +585,7 @@
585585
"chainId": 19934,
586586
"caipId": "eip155:19934",
587587
"name": "b4-sepolia",
588-
"blockInterval": "10",
588+
"blockInterval": 10,
589589
"type": "evm",
590590
"bridge": "0x9D5C332Ebe0DaE36e07a4eD552Ad4d8c5067A61F",
591591
"nativeTokenAdapter": "0x90e3B6Ec4587790c709cb17E5dbAff5F9E682Be5",

0 commit comments

Comments
 (0)