This repository was archived by the owner on Jun 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +76
-0
lines changed
deployment/config/mainnet Expand file tree Collapse file tree 4 files changed +76
-0
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "chainId" : 23 ,
4
+ "wormhole" : " 0xa5f208e072434bC67592E4C49C1B991BA79BCA46" ,
5
+ "token" : " 0xaf88d065e77c8cC2239327C5EDb3A432268e5831" ,
6
+ "tokenMessenger" : " 0x19330d10D9Cc8751218eaf51E8885D058642E08A"
7
+ },
8
+ {
9
+ "chainId" : 30 ,
10
+ "wormhole" : " 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6" ,
11
+ "token" : " 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" ,
12
+ "tokenMessenger" : " 0x1682Ae6375C4E4A97e4B583BC394c861A46D8962"
13
+ }
14
+ ]
Original file line number Diff line number Diff line change
1
+ {
2
+ "operatingChains" : [23 , 30 ],
3
+ "evm" : {
4
+ "networks" : [
5
+ {
6
+ "name" : " Arbitrum" ,
7
+ "externalId" : " 42161" ,
8
+ "chainId" : 23 ,
9
+ "rpc" : " https://rpc.ankr.com/arbitrum"
10
+ },
11
+ {
12
+ "name" : " Base" ,
13
+ "externalId" : " 8453" ,
14
+ "chainId" : 30 ,
15
+ "rpc" : " https://mainnet.base.org"
16
+ }
17
+ ]
18
+ },
19
+ "solana" : {
20
+ "networks" : []
21
+ }
22
+ }
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "chainId" : 1 ,
4
+ "ownerAssistant" : " " ,
5
+ "feeRecipient" : " AdAVF5KmmGmpNQhjY7FL96wZLEynD6Mx3VXJTZf2yFps" ,
6
+ "userPenaltyRewardBps" : " 100" ,
7
+ "initialPenaltyBps" : " 100" ,
8
+ "auctionDuration" : " 20" ,
9
+ "auctionGracePeriod" : " 20" ,
10
+ "auctionPenaltySlots" : " 5" ,
11
+ "minOfferDeltaBps" : " 50000" ,
12
+ "securityDepositBase" : " 1000000" ,
13
+ "securityDepositBps" : " 1000" ,
14
+ "cctpAllowance" : " 115792089237316195423570985008687907853269984665640564039457584007913129639935"
15
+ }
16
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "chainId" : 23 ,
4
+ "ownerAssistant" : " " ,
5
+ "fastTransferParameters" : {
6
+ "enabled" : true ,
7
+ "maxAmount" : " 1000000000" ,
8
+ "baseFee" : " 1250000" ,
9
+ "initAuctionFee" : " 950000"
10
+ },
11
+ "cctpAllowance" : " 115792089237316195423570985008687907853269984665640564039457584007913129639935"
12
+ },
13
+ {
14
+ "chainId" : 30 ,
15
+ "ownerAssistant" : " " ,
16
+ "fastTransferParameters" : {
17
+ "enabled" : true ,
18
+ "maxAmount" : " 1000000000" ,
19
+ "baseFee" : " 1250000" ,
20
+ "initAuctionFee" : " 950000"
21
+ },
22
+ "cctpAllowance" : " 115792089237316195423570985008687907853269984665640564039457584007913129639935"
23
+ }
24
+ ]
You can’t perform that action at this time.
0 commit comments