Skip to content

Commit

Permalink
agent config
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Jan 6, 2025
1 parent a7cd5f9 commit 6cbd4c4
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion rust/main/config/mainnet_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@
"domainRoutingIsm": "0x494415e823236A05c608D6b777bC80082cED6A2E",
"domainRoutingIsmFactory": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
"fallbackRoutingHook": "0xDd1CddEd982e4d271d4D6Bc4cdE8d4F3338733B5",
"gasCurrencyCoinGeckoId": "real-ether",
"gasCurrencyCoinGeckoId": "ethereum",
"index": {
"from": 363159
},
Expand Down Expand Up @@ -7249,6 +7249,47 @@
"index": {
"from": 378761707
}
},
"soon": {
"blockExplorers": [
{
"apiUrl": "https://explorer.soo.network/",
"family": "other",
"name": "SOON Explorer",
"url": "https://explorer.soo.network/"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 0.05,
"reorgPeriod": 0
},
"chainId": 50075007,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "SOON",
"domainId": 50075007,
"gasCurrencyCoinGeckoId": "ethereum",
"name": "soon",
"nativeToken": {
"decimals": 9,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "sealevel",
"rpcUrls": [
{
"http": "https://rpc.mainnet.soo.network/rpc"
}
],
"technicalStack": "other",
"interchainGasPaymaster": "Dsem8R6mkrpNoNb6CRUEjEZRP2hKRC24thyCkVr8cNYZ",
"interchainSecurityModule": "4fPoa26ayqY1cwY3AcqUPvdLLNHpjJGdDQevtnTLAAnH",
"mailbox": "Mj7GE6LZiJUZFTgabmNkFoY2o6JCEwCMKopSUUC3kqj",
"merkleTreeHook": "Mj7GE6LZiJUZFTgabmNkFoY2o6JCEwCMKopSUUC3kqj",
"validatorAnnounce": "GFqF38mSacfvbJRKkhmjJvSkzTEKemSNVoWi4Q94ZPvz"
}
},
"defaultRpcConsensusType": "fallback"
Expand Down

0 comments on commit 6cbd4c4

Please sign in to comment.