diff --git a/base/deployments/base_mainnet.json b/base/deployments/base_mainnet.json new file mode 100644 index 0000000..acf1ef0 --- /dev/null +++ b/base/deployments/base_mainnet.json @@ -0,0 +1,13 @@ +{ + "Bridge": "0x3eff766C76a1be2Ce1aCF2B69c78bCae257D5188", + "BridgeValidator": "0xAF24c1c24Ff3BF1e6D882518120fC25442d6794B", + "CrossChainERC20Factory": "0xDD56781d0509650f8C2981231B6C917f2d5d7dF2", + "Twin": "0xb326c02150bb0De265Bb0eCeDA53531ab0163bf6", + "RelayerOrchestrator": "0x8Cfa6F29930E6310B6074baB0052c14a709B4741", + "RemoteSOL": "0x069be72ab836d4eacc02525b7350a78a395da2f1253a40ebafd6630000000000", + "RemoteSPL": "", + "RemoteERC20": "", + "RemoteETH": "", + "WrappedSOL": "0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82", + "WrappedSPL": "" +} diff --git a/base/deployments/base_sepolia_alpha.json b/base/deployments/base_sepolia_alpha.json index f2a78b7..efe79dd 100644 --- a/base/deployments/base_sepolia_alpha.json +++ b/base/deployments/base_sepolia_alpha.json @@ -1,13 +1,13 @@ { - "Bridge": "0x91a5d5A71bC3Bd7a835050ED4A337B95De0Ae757", - "BridgeValidator": "0xBc540a534A6DE9Cb1B40b44bf3ABC6CdcE1C1eb1", + "Bridge": "0x64567a9147fa89B1edc987e36Eb6f4b6db71656b", + "BridgeValidator": "0xC05324843aca6C2b7446F15bdB17AF4599b761E6", "CrossChainERC20Factory": "0x8316DEBfdc3093DfFb10233B76F32481b7386950", "Twin": "0xc98727c438237BC7ABf0A1A9Ff25C74bAdcf9d11", - "RelayerOrchestrator": "0x5D988c61086839CeBd9eC714F3A6E23E0F05098F", + "RelayerOrchestrator": "0xfDa0B31c24316CA01DAa9d3E741729884C1e2ab8", "RemoteSOL": "0x069be72ab836d4eacc02525b7350a78a395da2f1253a40ebafd6630000000000", "RemoteSPL": "0x6ccf56ff18093bc61462cd67c8aa86216fbad049e41d9bffa0856e5f34af5498", "RemoteERC20": "0xba6a03ad9fe4921c8a5a4e8d3ef0a8d76ac6137ea1213879512abc24c6ab4376", "RemoteETH": "0x79f4f1fa82df5ae874eaff38c8288c15a0317eab263a6a2f4ed32ca9224ba62c", - "WrappedSOL": "0xC50EA8CAeDaE290FE4edA770b10aDEfc41CD698e", - "WrappedSPL": "0xCf8e666c57651670AA7266Aba3E334E3600B2306" -} \ No newline at end of file + "WrappedSOL": "0x003512146Fd54b71f926C7Fd4B7bd20Fc84E22c5", + "WrappedSPL": "0x80351342c4dd23C78c0837C640E041a239e67cD8" +} diff --git a/scripts/src/internal/constants.ts b/scripts/src/internal/constants.ts index f4f2d77..aa3cf93 100644 --- a/scripts/src/internal/constants.ts +++ b/scripts/src/internal/constants.ts @@ -164,7 +164,7 @@ export const CONFIGS = { // ERC20s erc20: "0x", - wSol: "0x", + wSol: "0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82", wSpl: "0x", }, },