Skip to content

Commit

Permalink
Merge pull request #197 from sygmaprotocol/mmuftic/fix-block-interval-b4
Browse files Browse the repository at this point in the history
fix: change block interval on b4
  • Loading branch information
MakMuftic authored Dec 10, 2024
2 parents 0f0a364 + 9bd5b82 commit f244bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@
"chainId": 19934,
"caipId": "eip155:19934",
"name": "b4-sepolia",
"blockInterval": 10,
"type": "evm",
"bridge": "0x9D5C332Ebe0DaE36e07a4eD552Ad4d8c5067A61F",
"nativeTokenAdapter": "0x90e3B6Ec4587790c709cb17E5dbAff5F9E682Be5",
Expand All @@ -607,6 +606,7 @@
"nativeTokenFullName": "eth",
"nativeTokenDecimals": 18,
"blockConfirmations": 1,
"blockInterval": 1,
"startBlock": 750,
"feeRouter": "0xde937016D67811f08D93ee54093ea686C21d211C",
"feeHandlers": [
Expand Down

0 comments on commit f244bff

Please sign in to comment.