Skip to content

Commit

Permalink
Adjust Goerli finality from 7 to 2 (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored Nov 1, 2022
1 parent 656d5e0 commit 5dc8b7d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion rust/config/testnet2/alfajores_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/arbitrumgoerli_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/bsctestnet_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/fuji_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/goerli_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/moonbasealpha_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/mumbai_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion rust/config/testnet2/optimismgoerli_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
4 changes: 2 additions & 2 deletions rust/config/testnet2/scraper_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down Expand Up @@ -152,7 +152,7 @@
"domain": "5",
"name": "goerli",
"rpcStyle": "ethereum",
"finalityBlocks": "7",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion typescript/sdk/src/consts/chainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const fuji: ChainMetadata = {

export const goerli: ChainMetadata = {
id: 5,
finalityBlocks: 7,
finalityBlocks: 2,
};

export const optimismgoerli: ChainMetadata = {
Expand Down

0 comments on commit 5dc8b7d

Please sign in to comment.