Skip to content

Commit

Permalink
Merge branch 'main' into jeff/operation-status
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Jan 28, 2025
2 parents 57fa387 + f1f4ae4 commit a6159ea
Show file tree
Hide file tree
Showing 22 changed files with 2,886 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6535b3fd17b752834c4a258f7ff9fed0d32590ef
528011eb6682296a9f51ad1fb18939671567c900
41 changes: 41 additions & 0 deletions rust/main/config/mainnet_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8009,6 +8009,47 @@
"index": {
"from": 938445
}
},
"sonicsvm": {
"blockExplorers": [
{
"apiUrl": "https://explorer.sonic.game/?cluster=custom&customUrl=https%3A%2F%2Fapi.mainnet-alpha.sonic.game",
"family": "other",
"name": "Sonic SVM Explorer",
"url": "https://explorer.sonic.game/?cluster=custom&customUrl=https%3A%2F%2Fapi.mainnet-alpha.sonic.game"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 0.4,
"reorgPeriod": 0
},
"chainId": 507150715,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Sonic SVM",
"domainId": 507150715,
"gasCurrencyCoinGeckoId": "solana",
"name": "sonicsvm",
"nativeToken": {
"decimals": 9,
"name": "Solana",
"symbol": "SOL"
},
"protocol": "sealevel",
"rpcUrls": [
{
"http": "https://api.mainnet-alpha.sonic.game"
}
],
"technicalStack": "other",
"interchainGasPaymaster": "Bxof4ZpgLtoHoxBq6AGDCJUtVxUoE9LXkx8iizkDGQPz",
"interchainSecurityModule": "2sCw3FozxoNinZV923Q6XNvaMjRsmPSFAKnNYYnWsqD3",
"mailbox": "4MaM9GQZ753NhUcXH1pPsQwof1Mf3ZnjeNF4yx6S3p3N",
"merkleTreeHook": "4MaM9GQZ753NhUcXH1pPsQwof1Mf3ZnjeNF4yx6S3p3N",
"validatorAnnounce": "4LxdrQjqUzueko4MEn3cYCniEtcAZ6AxuHot2Fp3jskH"
}
},
"defaultRpcConsensusType": "fallback"
Expand Down
185 changes: 184 additions & 1 deletion rust/sealevel/environments/mainnet3/chain-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
{
"abstract": {
"blockExplorers": [
{
"apiUrl": "https://api.abscan.org/api",
"family": "etherscan",
"name": "Abstract Block Explorer",
"url": "https://abscan.org"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 2741,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Abstract",
"domainId": 2741,
"gasCurrencyCoinGeckoId": "ethereum",
"index": {
"from": 201749
},
"name": "abstract",
"nativeToken": {
"decimals": 18,
"name": "Ethereum",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.mainnet.abs.xyz"
}
],
"technicalStack": "zksync"
},
"ancient8": {
"blockExplorers": [
{
Expand Down Expand Up @@ -264,7 +303,7 @@
},
"displayName": "Artela",
"domainId": 11820,
"gasCurrencyCoinGeckoId": "artela",
"gasCurrencyCoinGeckoId": "artela-network",
"name": "artela",
"nativeToken": {
"decimals": 18,
Expand Down Expand Up @@ -1761,6 +1800,42 @@
],
"technicalStack": "other"
},
"glue": {
"blockExplorers": [
{
"apiUrl": "https://explorer.glue.net/api",
"family": "blockscout",
"name": "Glue Explorer",
"url": "https://explorer.glue.net"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 6,
"reorgPeriod": 5
},
"chainId": 1300,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Glue",
"domainId": 1300,
"gasCurrencyCoinGeckoId": "glue",
"name": "glue",
"nativeToken": {
"decimals": 18,
"name": "GLUE",
"symbol": "GLUE"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.glue.net"
}
],
"technicalStack": "other"
},
"gnosis": {
"blockExplorers": [
{
Expand Down Expand Up @@ -2500,6 +2575,42 @@
],
"technicalStack": "opstack"
},
"matchain": {
"blockExplorers": [
{
"apiUrl": "https://matchscan.io/api",
"family": "blockscout",
"name": "Matchain Explorer",
"url": "https://matchscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 5
},
"chainId": 698,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Matchain",
"domainId": 698,
"gasCurrencyCoinGeckoId": "binancecoin",
"name": "matchain",
"nativeToken": {
"decimals": 18,
"name": "BNB",
"symbol": "BNB"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.matchain.io"
}
],
"technicalStack": "opstack"
},
"merlin": {
"blockExplorers": [
{
Expand Down Expand Up @@ -3800,6 +3911,42 @@
],
"technicalStack": "other"
},
"sonicsvm": {
"blockExplorers": [
{
"apiUrl": "https://solscan.io",
"family": "other",
"name": "Solana Explorer",
"url": "https://solscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 0.4,
"reorgPeriod": 0
},
"chainId": 507150715,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Sonic SVM",
"domainId": 507150715,
"gasCurrencyCoinGeckoId": "solana",
"name": "sonicsvm",
"nativeToken": {
"decimals": 9,
"name": "Solana",
"symbol": "SOL"
},
"protocol": "sealevel",
"rpcUrls": [
{
"http": "https://api.mainnet-alpha.sonic.game"
}
],
"technicalStack": "other"
},
"soon": {
"blockExplorers": [
{
Expand Down Expand Up @@ -4272,6 +4419,42 @@
],
"technicalStack": "opstack"
},
"unitzero": {
"blockExplorers": [
{
"apiUrl": "https://explorer.unit0.dev/api",
"family": "blockscout",
"name": "Unit Zero Explorer",
"url": "https://explorer.unit0.dev"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 7,
"reorgPeriod": 5
},
"chainId": 88811,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Unit Zero",
"domainId": 88811,
"gasCurrencyCoinGeckoId": "unit0",
"name": "unitzero",
"nativeToken": {
"decimals": 18,
"name": "Unit Zero",
"symbol": "UNIT0"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.unit0.dev"
}
],
"technicalStack": "other"
},
"vana": {
"blockExplorers": [
{
Expand Down
Loading

0 comments on commit a6159ea

Please sign in to comment.