Skip to content

Commit 1db14ba

Browse files
authored
chore: deprecate cheesechain (#7307)
1 parent c808309 commit 1db14ba

28 files changed

+3
-324
lines changed

rust/main/agents/scraper/migration/src/m20230309_000001_create_table_domain.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@ const DOMAINS: &[RawDomain] = &[
111111
is_test_net: false,
112112
is_deprecated: false,
113113
},
114-
RawDomain {
115-
name: "cheesechain",
116-
token: "CHEESE",
117-
domain: 383353,
118-
chain_id: 383353,
119-
is_test_net: false,
120-
is_deprecated: false,
121-
},
122114
RawDomain {
123115
name: "connextsepolia",
124116
token: "ETH",

rust/main/config/mainnet_config.json

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -614,70 +614,6 @@
614614
"staticMessageIdWeightedMultisigIsmFactory": "0x58924b11A3B03D533192Dd5a92bc358F5a970E34",
615615
"technicalStack": "opstack"
616616
},
617-
"cheesechain": {
618-
"aggregationHook": "0x424D339cB52046Ab69D7C1579faC3D3c23FCF3a0",
619-
"blockExplorers": [
620-
{
621-
"apiUrl": "https://fetascan.xyz/api",
622-
"family": "blockscout",
623-
"name": "Fetascan",
624-
"url": "https://fetascan.xyz"
625-
}
626-
],
627-
"blocks": {
628-
"confirmations": 1,
629-
"estimateBlockTime": 30,
630-
"reorgPeriod": 1
631-
},
632-
"chainId": 383353,
633-
"deployer": {
634-
"name": "Abacus Works",
635-
"url": "https://www.hyperlane.xyz"
636-
},
637-
"displayName": "CheeseChain",
638-
"domainId": 383353,
639-
"domainRoutingIsm": "0xBD70Ea9D599a0FC8158B026797177773C3445730",
640-
"domainRoutingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
641-
"fallbackRoutingHook": "0x03E20381530F2D50A0c9Ef153C19E74695c03433",
642-
"gasCurrencyCoinGeckoId": "cheese-2",
643-
"index": {
644-
"from": 50650
645-
},
646-
"interchainAccountRouter": "0xBF4f96006d98780120f950b36505bC317aC6b6a4",
647-
"interchainGasPaymaster": "0x7E27456a839BFF31CA642c060a2b68414Cb6e503",
648-
"interchainSecurityModule": "0xc53C9586Dac984797c896F68F92a9B11824eEB5F",
649-
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
650-
"merkleTreeHook": "0x0054D19613f20dD72721A146ED408971a2CCA9BD",
651-
"name": "cheesechain",
652-
"nativeToken": {
653-
"decimals": 18,
654-
"name": "Cheese",
655-
"symbol": "CHEESE"
656-
},
657-
"pausableHook": "0x7b75b29caD47e10146e29BBf7BD9025e021a7023",
658-
"pausableIsm": "0x273Bc6b01D9E88c064b6E5e409BdF998246AEF42",
659-
"protocol": "ethereum",
660-
"protocolFee": "0x01aE937A7B05d187bBCBE80F44F41879D3D335a4",
661-
"proxyAdmin": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
662-
"rpcUrls": [
663-
{
664-
"http": "https://cheesechain.calderachain.xyz/http"
665-
}
666-
],
667-
"staticAggregationHookFactory": "0x89cfF15fC96c62427A8B06CA7D031674B338b781",
668-
"staticAggregationIsm": "0xD3bd8f20e169364d14c7dBFE698258D780FC71e3",
669-
"staticAggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
670-
"staticMerkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
671-
"staticMessageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
672-
"storageGasOracle": "0xe4057c5B0c43Dc18E36b08C39B419F190D29Ac2d",
673-
"technicalStack": "arbitrumnitro",
674-
"testRecipient": "0x4848d54987ffc732aD313827cdC25DF2eedD79d8",
675-
"timelockController": "0x0000000000000000000000000000000000000000",
676-
"validatorAnnounce": "0x047ba6c9949baB22d13C347B40819b7A20C4C53a",
677-
"staticMerkleRootWeightedMultisigIsmFactory": "0x148CF67B8A242c1360bb2C93fCe203EC4d4f9B56",
678-
"staticMessageIdWeightedMultisigIsmFactory": "0xcd849e612Aaa138f03698C3Edb42a34117BFF631",
679-
"gnosisSafeTransactionServiceUrl": "https://prod.cheese.transaction.keypersafe.xyz/"
680-
},
681617
"cyber": {
682618
"aggregationHook": "0xEbC5f50e7d655f60DBDc072BEaDcd4c9e4DBF477",
683619
"blockExplorers": [

rust/main/hyperlane-core/src/chain.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ pub enum KnownHyperlaneDomain {
149149
BSquared = 223,
150150
B3 = 8333,
151151
Celo = 42220,
152-
Cheesechain = 383353,
153152
ChilizMainnet = 1000088888,
154153
CoreDao = 1116,
155154
Corn = 21000000,
@@ -524,9 +523,9 @@ impl KnownHyperlaneDomain {
524523
use KnownHyperlaneDomain::*;
525524
match self {
526525
ApeChain | AppChain | Arbitrum | ArbitrumNova | ArbitrumSepolia | CarrchainTestnet
527-
| Cheesechain | Corn | Everclear | Fluence | DegenChain | Galactica | Gravity
528-
| InEvm | MiracleChain | Molten | Plume | PlumeTestnet | Rarichain
529-
| SuperpositionMainnet | Xai => HyperlaneDomainTechnicalStack::ArbitrumNitro,
526+
| Corn | Everclear | Fluence | DegenChain | Galactica | Gravity | InEvm
527+
| MiracleChain | Molten | Plume | PlumeTestnet | Rarichain | SuperpositionMainnet
528+
| Xai => HyperlaneDomainTechnicalStack::ArbitrumNitro,
530529
Ancient8 | Base | Blast | Bob | Boba | B3 | Celo | Cyber | Form | Fraxtal | Guru
531530
| Ink | Lisk | MantaPacific | Mantle | Matchain | Metal | Metis | Mint | Mode
532531
| ModeTestnet | OpBnb | Optimism | Orderly | PolynomialFi | Redstone | Soneium

typescript/infra/config/environments/mainnet3/agent.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
9191
carrchain: true,
9292
celestia: true,
9393
celo: true,
94-
cheesechain: false,
9594
chilizmainnet: true,
9695
coredao: true,
9796
coti: true,
@@ -232,7 +231,6 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
232231
carrchain: true,
233232
celestia: true,
234233
celo: true,
235-
cheesechain: false,
236234
chilizmainnet: true,
237235
coredao: true,
238236
coti: true,
@@ -373,7 +371,6 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
373371
carrchain: true,
374372
celestia: true,
375373
celo: true,
376-
cheesechain: false,
377374
chilizmainnet: true,
378375
coredao: true,
379376
coti: true,

typescript/infra/config/environments/mainnet3/aw-validators/hyperlane.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
"celo": {
7575
"validators": ["0x63478422679303c3e4fc611b771fa4a707ef7f4a"]
7676
},
77-
"cheesechain": {
78-
"validators": ["0x478fb53c6860ae8fc35235ba0d38d49b13128226"]
79-
},
8077
"chilizmainnet": {
8178
"validators": ["0x7403e5d58b48b0f5f715d9c78fbc581f01a625cb"]
8279
},

typescript/infra/config/environments/mainnet3/aw-validators/rc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
"0xd796c1d4fcfb3c63acfa6e4113aa6ae1399b337c"
5050
]
5151
},
52-
"cheesechain": {
53-
"validators": ["0xa481835355309ed46540c742a1c04b58380aa7b4"]
54-
},
5552
"coredao": {
5653
"validators": ["0x9767df5bcebce5ca89fdca5efbfb3b891cf30c5b"]
5754
},

typescript/infra/config/environments/mainnet3/balances/dailyRelayerBurn.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"carrchain": 4990,
2424
"celestia": 1.89,
2525
"celo": 12.1,
26-
"cheesechain": 12400,
2726
"chilizmainnet": 89.1,
2827
"coredao": 6.82,
2928
"coti": 60.5,

typescript/infra/config/environments/mainnet3/balances/desiredRelayerBalances.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"carrchain": 5000,
2424
"celestia": 15.1,
2525
"celo": 96.8,
26-
"cheesechain": 99200,
2726
"chilizmainnet": 713,
2827
"coredao": 54.6,
2928
"coti": 1,

typescript/infra/config/environments/mainnet3/balances/highUrgencyRelayerBalance.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"carrchain": 1250,
2424
"celestia": 3.78,
2525
"celo": 24.2,
26-
"cheesechain": 24800,
2726
"chilizmainnet": 178,
2827
"coredao": 13.6,
2928
"coti": 0.25,

typescript/infra/config/environments/mainnet3/balances/lowUrgencyEngKeyFunderBalance.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"carrchain": 3750,
2424
"celestia": 11.3,
2525
"celo": 72.6,
26-
"cheesechain": 74400,
2726
"chilizmainnet": 535,
2827
"coredao": 40.9,
2928
"coti": 0.75,

0 commit comments

Comments
 (0)