Skip to content

Commit

Permalink
Merge pull request #150 from connext/max-relayer-fee
Browse files Browse the repository at this point in the history
feat: hardcode maxRelayerFee
  • Loading branch information
preethamr authored Apr 4, 2024
2 parents 9e6caec + b163c0f commit 635624d
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@
"execute": "350000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "57952994560000000"
},
{
"name": "Ethereum Testnet Ropsten",
Expand Down Expand Up @@ -754,7 +755,8 @@
"proveAndProcess": "120000",
"proveAndProcessL1": "20000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "2798455878000000"
},
{
"name": "Cronos Mainnet",
Expand Down Expand Up @@ -1094,7 +1096,8 @@
"execute": "400000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "963363717900000"
},
{
"name": "Optimism Testnet Kovan",
Expand Down Expand Up @@ -1371,7 +1374,8 @@
"execute": "400000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "7806741204000"
},
{
"name": "Fuse Mainnet",
Expand Down Expand Up @@ -1687,7 +1691,8 @@
"execute": "400000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "79226000850000"
},
{
"name": "Fantom Opera",
Expand Down Expand Up @@ -2568,7 +2573,8 @@
"execute": "2000000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "2565572827000000"
},
{
"name": "Arbitrum Nova",
Expand Down Expand Up @@ -2759,7 +2765,8 @@
"execute": "300000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "3734519566000000"
},
{
"name": "Base Goerli",
Expand Down Expand Up @@ -2882,7 +2889,8 @@
"execute": "300000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "2363484985000000"
},
{
"name": "Metis Andromeda Mainnet",
Expand Down Expand Up @@ -2966,7 +2974,8 @@
"execute": "300000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "241498537900000"
},
{
"name": "Mantle Mainnet",
Expand Down Expand Up @@ -3002,7 +3011,8 @@
"execute": "300000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "2798455878000000"
},
{
"name": "Matic Testnet Mumbai",
Expand Down Expand Up @@ -3350,7 +3360,8 @@
"execute": "300000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
"maxRelayerFeeInNative": "2798455878000000"
},
{
"name": "Scroll Mainnet",
Expand Down

0 comments on commit 635624d

Please sign in to comment.