Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add script to generate block finality difference #188

Merged
merged 7 commits into from
Mar 18, 2024
57 changes: 38 additions & 19 deletions axelar-chains-config/info/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 150000000000
}
},
"finality": "finalized"
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"avalanche": {
"name": "Avalanche",
Expand Down Expand Up @@ -242,7 +243,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 150000000000
}
},
"finality": "finalized"
},
"fantom": {
"name": "Fantom",
Expand Down Expand Up @@ -366,7 +368,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 1000000000000
}
},
"finality": 1
},
"polygon": {
"name": "Polygon",
Expand Down Expand Up @@ -489,7 +492,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 350000000000
}
},
"finality": "finalized"
},
"moonbeam": {
"name": "Moonbeam",
Expand Down Expand Up @@ -609,7 +613,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 625000000000
}
},
"finality": "finalized"
},
"binance": {
"name": "Binance",
Expand Down Expand Up @@ -734,7 +739,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 30000000000
}
},
"finality": "finalized"
},
"arbitrum": {
"name": "Arbitrum",
Expand Down Expand Up @@ -855,7 +861,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 2000000000
}
},
"finality": "finalized"
},
"celo": {
"name": "Celo",
Expand Down Expand Up @@ -977,7 +984,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 100000000000
}
},
"finality": 1
},
"kava": {
"name": "Kava",
Expand Down Expand Up @@ -1097,7 +1105,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 50000000000
}
},
"finality": "finalized"
},
"filecoin": {
"name": "Filecoin",
Expand Down Expand Up @@ -1221,7 +1230,8 @@
"staticGasOptions": {
"gasLimit": 100000000,
"maxFeePerGas": 1000000000
}
},
"finality": 60
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"optimism": {
"name": "Optimism",
Expand Down Expand Up @@ -1345,7 +1355,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 10000000000
}
},
"finality": "finalized"
},
"linea": {
"name": "Linea",
Expand Down Expand Up @@ -1469,7 +1480,8 @@
"gasOptions": {
"gasLimit": 8000000,
"gasPriceAdjustment": 2
}
},
"finality": 60
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"base": {
"name": "Base",
Expand Down Expand Up @@ -1590,7 +1602,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 10000000000
}
},
"finality": "finalized"
},
"mantle": {
"name": "Mantle",
Expand Down Expand Up @@ -1715,7 +1728,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 25000000000
}
},
"finality": 60
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"scroll": {
"name": "Scroll",
Expand Down Expand Up @@ -1833,7 +1847,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 25000000000
}
},
"finality": "finalized"
},
"centrifuge": {
"name": "Centrifuge",
Expand Down Expand Up @@ -1930,7 +1945,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 40
}
},
"finality": "finalized"
},
"immutable": {
"name": "Immutable",
Expand Down Expand Up @@ -2006,7 +2022,8 @@
"name": "Immutable Explorer",
"url": "https://explorer.immutable.com",
"api": "https://explorer.immutable.com/api"
}
},
"finality": 1
},
"fraxtal": {
"name": "Fraxtal",
Expand Down Expand Up @@ -2120,7 +2137,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 5001270
}
},
"finality": "finalized"
},
"blast": {
"name": "Blast",
Expand Down Expand Up @@ -2234,7 +2252,8 @@
"staticGasOptions": {
"gasLimit": 3000000,
"gasPrice": 5641495
}
},
"finality": "finalized"
}
},
"axelar": {
Expand Down
42 changes: 28 additions & 14 deletions axelar-chains-config/info/stagenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"explorer": {
"url": "https://goerli.etherscan.io",
"api": "https://api-goerli.etherscan.io/api"
}
},
"finality": "finalized"
},
"avalanche": {
"name": "Avalanche",
Expand Down Expand Up @@ -166,7 +167,8 @@
"explorer": {
"url": "https://testnet.snowtrace.io",
"api": "https://api-testnet.snowtrace.io/api"
}
},
"finality": "finalized"
},
"fantom": {
"name": "Fantom",
Expand Down Expand Up @@ -248,7 +250,8 @@
"explorer": {
"url": "https://testnet.ftmscan.com",
"api": "https://api-testnet.ftmscan.com/api"
}
},
"finality": 1
},
"polygon": {
"name": "Polygon",
Expand Down Expand Up @@ -330,7 +333,8 @@
"explorer": {
"url": "https://mumbai.polygonscan.com",
"api": "https://api-testnet.polygonscan.com/api"
}
},
"finality": "finalized"
},
"moonbeam": {
"name": "Moonbeam",
Expand Down Expand Up @@ -412,7 +416,8 @@
"explorer": {
"url": "https://moonbase.moonscan.io",
"api": "https://api-moonbase.moonscan.io/api"
}
},
"finality": "finalized"
},
"binance": {
"name": "Binance",
Expand Down Expand Up @@ -494,7 +499,8 @@
"explorer": {
"url": "https://testnet.bscscan.com",
"api": "https://api-testnet.bscscan.com/api"
}
},
"finality": "finalized"
},
"arbitrum": {
"name": "Arbitrum",
Expand Down Expand Up @@ -579,7 +585,8 @@
"explorer": {
"url": "https://goerli.arbiscan.io",
"api": "https://api-goerli.arbiscan.io/api"
}
},
"finality": "finalized"
},
"kava": {
"name": "Kava",
Expand Down Expand Up @@ -661,7 +668,8 @@
"explorer": {
"url": "https://explorer.evm-alpha.kava.io",
"api": ""
}
},
"finality": "finalized"
},
"optimism": {
"name": "Optimism",
Expand Down Expand Up @@ -746,7 +754,8 @@
},
"gasOptions": {
"gasLimit": 5000000
}
},
"finality": "finalized"
},
"base": {
"name": "Base",
Expand Down Expand Up @@ -830,7 +839,8 @@
},
"gasOptions": {
"gasLimit": 5000000
}
},
"finality": "finalized"
},
"immutable-devnet": {
"name": "immutable-devnet",
Expand Down Expand Up @@ -926,7 +936,8 @@
"explorer": {
"url": "",
"api": ""
}
},
"finality": 1
},
"ethereum-sepolia": {
"name": "Ethereum-Sepolia",
Expand Down Expand Up @@ -995,7 +1006,8 @@
"gasOptions": {
"maxFeePerGas": 110000000,
"maxPriorityFeePerGas": 100000000
}
},
"finality": "finalized"
},
"arbitrum-sepolia": {
"name": "Arbitrum-Sepolia",
Expand Down Expand Up @@ -1060,7 +1072,8 @@
"explorer": {
"url": "https://sepolia.arbiscan.io",
"api": "https://api-sepolia.arbiscan.io/api"
}
},
"finality": "finalized"
},
"centrifuge": {
"name": "Centrifuge",
Expand Down Expand Up @@ -1125,7 +1138,8 @@
"explorer": {
"url": "",
"api": ""
}
},
"finality": 1
}
},
"axelar": {
Expand Down
Loading
Loading