Skip to content

Commit dfcc2f3

Browse files
committed
script updates
1 parent 911fea2 commit dfcc2f3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

base/deployments/base_sepolia_alpha.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"RelayerOrchestrator": "0x0D8d15c058DDD581BcD801F7D259fFf64910a08F",
77
"RemoteSOL": "0x069be72ab836d4eacc02525b7350a78a395da2f1253a40ebafd6630000000000",
88
"RemoteSPL": "0x6ccf56ff18093bc61462cd67c8aa86216fbad049e41d9bffa0856e5f34af5498",
9-
"RemoteERC20": "0x2722878f4f29ef2c5806e3ae77b6aa023e7a1da90309d172e9f4c4b158970279",
10-
"RemoteETH": "0xa1aaa5eca2f25d83a40bae50f12b6704e45606cd6c5920c7113ed19bbe3d4221",
9+
"RemoteERC20": "0x24b476e2ee2eea042a6eb52786c771aafebb030f021128b85e55506d313d51e1",
10+
"RemoteETH": "0x6e646251cb91d5d8583df7cf2a4e895a1353c22464c96f6f5ef4c43b1d9d9a83",
1111
"WrappedSOL": "0xE061cB6CA67E152Aff009DBB20749a096a579974",
1212
"WrappedSPL": "0xf8d6970486762Fc2558726bD9Ee026886675d129"
13-
}
13+
}

solana/scripts/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export const CONSTANTS = {
2525
solanaBridge: address("7yfbZ5bSMuEXYMETsQ1H5G6PZrPqnkZm55rNMTryjwNB"),
2626
baseRelayerProgram: address("G8xnCLr1ezxFP4LDMVKu8REX3WgSfnNJbwNEyQiMbdf1"),
2727
spl: address("8KkQRERXdASmXqeWw7sPFB56wLxyHMKc9NPDW64EEL31"),
28-
wEth: address("BHWbmCEjyFKWhzcMzn7sxc5hBpGxmnyBc7fHLSRhVq1U"),
29-
wErc20: address("71Q9qjgz5AFKQHZE6dFx7cPvs2biRPDfcEAM9Z8bNBw5"),
28+
wEth: address("8RvdMykTQ3xfoz8mcSRJgGYm378uBmzaBEmW73mupQta"),
29+
wErc20: address("3UHHHSeeLcFFJR1KrdhyHKnzKHcwoSnhxGSjHmar4usN"),
3030

3131
// Base addresses
3232
baseBridge: "0x93049260cc6D529D6b186b09D7ba1ef8a834A34F",

solana/scripts/onchain/solana-to-base/wrap-token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function main() {
4646
decimals: 6,
4747
name: "Wrapped ETH",
4848
symbol: "wETH",
49-
remoteToken: toBytes(constants.erc20),
49+
remoteToken: toBytes(constants.eth),
5050
scalerExponent: 9,
5151
};
5252

0 commit comments

Comments
 (0)