Skip to content

Commit

Permalink
feat(bridge-ui): quota manager check (#17024)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored May 13, 2024
1 parent 6db56f1 commit 3cf6e7b
Show file tree
Hide file tree
Showing 15 changed files with 704 additions and 265 deletions.
8 changes: 6 additions & 2 deletions packages/bridge-ui/config/sample/configuredBridges.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"erc721VaultAddress": "",
"erc1155VaultAddress": "",
"crossChainSyncAddress": "",
"signalServiceAddress": ""
"signalServiceAddress": "",
"quotaManagerAddress: ""
}
},
{
Expand All @@ -21,7 +22,8 @@
"erc721VaultAddress": "",
"erc1155VaultAddress": "",
"crossChainSyncAddress": "",
"signalServiceAddress": ""
"signalServiceAddress": "",
"quotaManagerAddress: ""
}
},
{
Expand All @@ -34,6 +36,7 @@
"erc1155VaultAddress": "",
"crossChainSyncAddress": "",
"signalServiceAddress": "",
"quotaManagerAddress: ""
"hops": [
{
"chainId": ,
Expand All @@ -53,6 +56,7 @@
"erc1155VaultAddress": "",
"crossChainSyncAddress": "",
"signalServiceAddress": "",
"quotaManagerAddress: ""
"hops": [
{
"chainId": ,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"erc20VaultAddress": {
"type": "string"
},
"etherVaultAddress": {
"type": "string"
},
"erc721VaultAddress": {
"type": "string"
},
Expand All @@ -37,6 +34,9 @@
"signalServiceAddress": {
"type": "string"
},
"quotaManagerAddress": {
"type": "string"
},
"hops": {
"type": "array",
"default": [],
Expand Down
Loading

0 comments on commit 3cf6e7b

Please sign in to comment.