Skip to content

Commit

Permalink
evm: updates testnet prices
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Jan 12, 2024
1 parent 4c9c319 commit efb99b4
Showing 1 changed file with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
"chainId": 10002,
"updatePriceGas": "20000000000",
"updatePriceNative": "2000000"
},
{
"chainId": 10003,
"updatePriceGas": "20000000000",
"updatePriceNative": "2000000"
},
{
"chainId": 10004,
"updatePriceGas": "20000000000",
"updatePriceNative": "2000000"
},
{
"chainId": 10005,
"updatePriceGas": "20000000000",
"updatePriceNative": "2000000"
}
],
"deliveryGasOverheads": [
Expand Down Expand Up @@ -105,6 +120,18 @@
{
"chainId": 10002,
"updateGasOverhead": "500000"
},
{
"chainId": 10003,
"updateGasOverhead": "500000"
},
{
"chainId": 10004,
"updateGasOverhead": "500000"
},
{
"chainId": 10005,
"updateGasOverhead": "500000"
}
],
"maximumBudgets": [
Expand Down Expand Up @@ -155,6 +182,18 @@
{
"chainId": 10002,
"updateMaximumBudget": "13262599470000000000"
},
{
"chainId": 10003,
"updateMaximumBudget": "13262599470000000000"
},
{
"chainId": 10004,
"updateMaximumBudget": "13262599470000000000"
},
{
"chainId": 10005,
"updateMaximumBudget": "13262599470000000000"
}
],
"rewardAddresses": [
Expand Down Expand Up @@ -205,6 +244,18 @@
{
"chainId": 10002,
"rewardAddress": "0x734D539a7efEE15714a2755caa4280e12EF3d7e4"
},
{
"chainId": 10003,
"rewardAddress": "0x734D539a7efEE15714a2755caa4280e12EF3d7e4"
},
{
"chainId": 10004,
"rewardAddress": "0x734D539a7efEE15714a2755caa4280e12EF3d7e4"
},
{
"chainId": 10005,
"rewardAddress": "0x734D539a7efEE15714a2755caa4280e12EF3d7e4"
}
],
"supportedChains": [
Expand Down Expand Up @@ -255,6 +306,18 @@
{
"chainId": 10002,
"isSupported": true
},
{
"chainId": 10003,
"isSupported": true
},
{
"chainId": 10004,
"isSupported": true
},
{
"chainId": 10005,
"isSupported": true
}
]
}

0 comments on commit efb99b4

Please sign in to comment.