Skip to content

Commit

Permalink
feat: updating deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Nov 28, 2023
1 parent 62aba9c commit 5ded843
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
29 changes: 21 additions & 8 deletions deployments/bsctestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
]
},
"XVSBridgeAdmin": {
"address": "0x021e15D34b1d0DFFf94f3F77f63e82F3523F47da",
"address": "0x5D08D49A2e43aC4c72C60754d1550BA12e846d66",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -331,7 +331,7 @@
{
"indexed": false,
"internalType": "bool",
"name": "isRemoved",
"name": "active",
"type": "bool"
}
],
Expand Down Expand Up @@ -596,7 +596,7 @@
},
{
"internalType": "bool[]",
"name": "remove_",
"name": "active_",
"type": "bool[]"
}
],
Expand Down Expand Up @@ -629,7 +629,7 @@
]
},
"XVSBridgeAdmin_Implementation": {
"address": "0x825bc313102Cb102F5F0D8eBca19913DD17592DB",
"address": "0x8a4C5090d972C83C44E8132a1Fc2Ff3E948E9A71",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -680,7 +680,7 @@
{
"indexed": false,
"internalType": "bool",
"name": "isRemoved",
"name": "active",
"type": "bool"
}
],
Expand Down Expand Up @@ -949,7 +949,7 @@
},
{
"internalType": "bool[]",
"name": "remove_",
"name": "active_",
"type": "bool[]"
}
],
Expand All @@ -961,7 +961,7 @@
]
},
"XVSBridgeAdmin_Proxy": {
"address": "0x021e15D34b1d0DFFf94f3F77f63e82F3523F47da",
"address": "0x5D08D49A2e43aC4c72C60754d1550BA12e846d66",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -1110,7 +1110,7 @@
]
},
"XVSProxyOFTSrc": {
"address": "0x19861D039284e2Cf09403Ab8124B064a791a79f2",
"address": "0x963cAbDC5bb51C1479ec94Df44DE2EC1a49439E3",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -1218,6 +1218,19 @@
"name": "FallbackWithdraw",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "innerToken",
"type": "address"
}
],
"name": "InnerTokenAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down
8 changes: 4 additions & 4 deletions deployments/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
]
},
"XVSBridgeAdmin": {
"address": "0x2c4a1560fa2635Bd81b3555D449e795cf3AD7591",
"address": "0x4A4a5f6Ecc4DB4ad199E8f1Db388FFFb707fad52",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -1315,7 +1315,7 @@
]
},
"XVSBridgeAdmin_Implementation": {
"address": "0x99217E4977D5e49BBaD10842672a6DCb49a221A1",
"address": "0x9a59dCAB13883D6717098816210D3dF4B271340B",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -1647,7 +1647,7 @@
]
},
"XVSBridgeAdmin_Proxy": {
"address": "0x2c4a1560fa2635Bd81b3555D449e795cf3AD7591",
"address": "0x4A4a5f6Ecc4DB4ad199E8f1Db388FFFb707fad52",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -1796,7 +1796,7 @@
]
},
"XVSProxyOFTDest": {
"address": "0xbb772AFB415aa20cf2B9585c4a638247Baf4DC22",
"address": "0x307C77D8606d7E486aC5D73d309e16996A336dbd",
"abi": [
{
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const bridgeConfig: BridgeConfig = {
{ method: "setMinDstGas(uint16,uint16,uint256)", args: [10161, 0, "200000"] },
{ method: "setMaxDailyLimit(uint16,uint256)", args: [10161, "500000000000000000000"] },
{ method: "setMaxSingleTransactionLimit(uint16,uint256)", args: [10161, "10000000000000000000"] },
{ method: "setMaxDailyReceiveLimit(uint16,uint256)", args: [10161, "50000000000000000000"] },
{ method: "setMaxDailyReceiveLimit(uint16,uint256)", args: [10161, "500000000000000000000"] },
{ method: "setMaxSingleReceiveTransactionLimit(uint16,uint256)", args: [10161, "10000000000000000000"] },
],
},
Expand Down

0 comments on commit 5ded843

Please sign in to comment.