diff --git a/deployments/bsctestnet.json b/deployments/bsctestnet.json index 61af628..32cfa9a 100644 --- a/deployments/bsctestnet.json +++ b/deployments/bsctestnet.json @@ -168,7 +168,7 @@ ] }, "XVSBridgeAdmin": { - "address": "0x021e15D34b1d0DFFf94f3F77f63e82F3523F47da", + "address": "0x5D08D49A2e43aC4c72C60754d1550BA12e846d66", "abi": [ { "anonymous": false, @@ -331,7 +331,7 @@ { "indexed": false, "internalType": "bool", - "name": "isRemoved", + "name": "active", "type": "bool" } ], @@ -596,7 +596,7 @@ }, { "internalType": "bool[]", - "name": "remove_", + "name": "active_", "type": "bool[]" } ], @@ -629,7 +629,7 @@ ] }, "XVSBridgeAdmin_Implementation": { - "address": "0x825bc313102Cb102F5F0D8eBca19913DD17592DB", + "address": "0x8a4C5090d972C83C44E8132a1Fc2Ff3E948E9A71", "abi": [ { "inputs": [ @@ -680,7 +680,7 @@ { "indexed": false, "internalType": "bool", - "name": "isRemoved", + "name": "active", "type": "bool" } ], @@ -949,7 +949,7 @@ }, { "internalType": "bool[]", - "name": "remove_", + "name": "active_", "type": "bool[]" } ], @@ -961,7 +961,7 @@ ] }, "XVSBridgeAdmin_Proxy": { - "address": "0x021e15D34b1d0DFFf94f3F77f63e82F3523F47da", + "address": "0x5D08D49A2e43aC4c72C60754d1550BA12e846d66", "abi": [ { "inputs": [ @@ -1110,7 +1110,7 @@ ] }, "XVSProxyOFTSrc": { - "address": "0x19861D039284e2Cf09403Ab8124B064a791a79f2", + "address": "0x963cAbDC5bb51C1479ec94Df44DE2EC1a49439E3", "abi": [ { "inputs": [ @@ -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": [ diff --git a/deployments/sepolia.json b/deployments/sepolia.json index 01935a2..abeec73 100644 --- a/deployments/sepolia.json +++ b/deployments/sepolia.json @@ -854,7 +854,7 @@ ] }, "XVSBridgeAdmin": { - "address": "0x2c4a1560fa2635Bd81b3555D449e795cf3AD7591", + "address": "0x4A4a5f6Ecc4DB4ad199E8f1Db388FFFb707fad52", "abi": [ { "anonymous": false, @@ -1315,7 +1315,7 @@ ] }, "XVSBridgeAdmin_Implementation": { - "address": "0x99217E4977D5e49BBaD10842672a6DCb49a221A1", + "address": "0x9a59dCAB13883D6717098816210D3dF4B271340B", "abi": [ { "inputs": [ @@ -1647,7 +1647,7 @@ ] }, "XVSBridgeAdmin_Proxy": { - "address": "0x2c4a1560fa2635Bd81b3555D449e795cf3AD7591", + "address": "0x4A4a5f6Ecc4DB4ad199E8f1Db388FFFb707fad52", "abi": [ { "inputs": [ @@ -1796,7 +1796,7 @@ ] }, "XVSProxyOFTDest": { - "address": "0xbb772AFB415aa20cf2B9585c4a638247Baf4DC22", + "address": "0x307C77D8606d7E486aC5D73d309e16996A336dbd", "abi": [ { "inputs": [ diff --git a/helpers/deploymentConfig.ts b/helpers/deploymentConfig.ts index 1cdd811..be39f23 100644 --- a/helpers/deploymentConfig.ts +++ b/helpers/deploymentConfig.ts @@ -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"] }, ], },