Skip to content

Instantly share code, notes, and snippets.

@critesjosh
Created January 11, 2023 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save critesjosh/6c1c57d70f176d50b2b43a673a4d1ce7 to your computer and use it in GitHub Desktop.
Save critesjosh/6c1c57d70f176d50b2b43a673a4d1ce7 to your computer and use it in GitHub Desktop.
{
"bridgeConfigs": [
{
"numTxs": 40,
"gas": 500000,
"bridgeAddressId": 1,
"permittedAssets": [
1
]
},
{
"numTxs": 50,
"gas": 250000,
"bridgeAddressId": 2,
"permittedAssets": [
0,
2
]
},
{
"numTxs": 30,
"gas": 250000,
"bridgeAddressId": 3,
"permittedAssets": [
0,
4,
1,
3
]
},
{
"numTxs": 20,
"gas": 500000,
"bridgeAddressId": 5,
"permittedAssets": [
1
]
},
{
"numTxs": 30,
"gas": 800000,
"bridgeAddressId": 4,
"permittedAssets": [
3,
1,
4,
0
]
},
{
"numTxs": 20,
"gas": 400000,
"bridgeAddressId": 7,
"permittedAssets": [
1,
0
]
},
{
"numTxs": 30,
"gas": 300000,
"bridgeAddressId": 6,
"permittedAssets": [
0,
5,
2,
6,
1,
7
]
},
{
"numTxs": 30,
"gas": 400000,
"bridgeAddressId": 9,
"permittedAssets": [
0,
9,
1,
8
]
}
],
"feePayingAssetIds": [0, 1]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment