Archive legacy status docs and canonicalize genesis entrypoints

This commit is contained in:
defiQUG
2026-04-13 21:45:16 -07:00
parent 7517869ea6
commit 79750d92e6
288 changed files with 757 additions and 1066 deletions

View File

@@ -162,7 +162,6 @@ Check refund status in transaction logs.
## References
- [CCIP Integration Guide](docs/CCIP_INTEGRATION.md)
- [CCIP Router Setup](docs/CCIP_ROUTER_SETUP.md)
- [CCIP Integration Guide](CCIP_INTEGRATION.md)
- [CCIP Router Setup](CCIP_ROUTER_SETUP.md)
- [Chainlink CCIP Fees](https://docs.chain.link/ccip/fees)

View File

@@ -149,7 +149,6 @@ See `monitoring/prometheus/alerts/ccip.yml` for alerting rules.
## References
- [Chainlink CCIP Documentation](https://docs.chain.link/ccip)
- [CCIP Router Setup Guide](docs/CCIP_ROUTER_SETUP.md)
- [CCIP Message Format](docs/CCIP_MESSAGE_FORMAT.md)
- [CCIP Fees](docs/CCIP_FEES.md)
- [CCIP Router Setup Guide](CCIP_ROUTER_SETUP.md)
- [CCIP Message Format](CCIP_MESSAGE_FORMAT.md)
- [CCIP Fees](CCIP_FEES.md)

View File

@@ -141,7 +141,6 @@ require(roundId > lastRoundId, "Invalid round ID");
## References
- [CCIP Integration Guide](docs/CCIP_INTEGRATION.md)
- [CCIP Router Setup](docs/CCIP_ROUTER_SETUP.md)
- [CCIP Integration Guide](CCIP_INTEGRATION.md)
- [CCIP Router Setup](CCIP_ROUTER_SETUP.md)
- [Chainlink CCIP Documentation](https://docs.chain.link/ccip)

View File

@@ -184,6 +184,5 @@ See `monitoring/prometheus/alerts/ccip.yml` for alerting rules.
## References
- [Chainlink CCIP Documentation](https://docs.chain.link/ccip)
- [CCIP Integration Guide](docs/CCIP_INTEGRATION.md)
- [CCIP Message Format](docs/CCIP_MESSAGE_FORMAT.md)
- [CCIP Integration Guide](CCIP_INTEGRATION.md)
- [CCIP Message Format](CCIP_MESSAGE_FORMAT.md)

View File

@@ -215,9 +215,8 @@ function pause() external onlyAdmin {
## References
- [CCIP Integration Guide](docs/CCIP_INTEGRATION.md)
- [CCIP Router Setup](docs/CCIP_ROUTER_SETUP.md)
- [CCIP Message Format](docs/CCIP_MESSAGE_FORMAT.md)
- [CCIP Fees](docs/CCIP_FEES.md)
- [CCIP Integration Guide](CCIP_INTEGRATION.md)
- [CCIP Router Setup](CCIP_ROUTER_SETUP.md)
- [CCIP Message Format](CCIP_MESSAGE_FORMAT.md)
- [CCIP Fees](CCIP_FEES.md)
- [Chainlink CCIP Support](https://chain.link/support)

View File

@@ -131,11 +131,10 @@ Firefly enables tokenization of:
- **Assets**: Real-world assets
- **Data**: Any digital data
See [Financial Tokenization Service](../services/financial-tokenization/) for details.
See [Financial Tokenization Service](../../../services/financial-tokenization/) for details.
## References
- [Firefly Documentation](https://hyperledger.github.io/firefly/)
- [Firefly API](https://hyperledger.github.io/firefly/api/)
- [Firefly Tokens](https://hyperledger.github.io/firefly/tokens/)

View File

@@ -84,7 +84,7 @@ We are reaching out to request native MetaMask feature support for ChainID 138 (
**About ChainID 138**:
- ChainID: 138 (0x8a)
- Network: DeFi Oracle Meta Mainnet
- Consensus: IBFT 2.0 (Istanbul BFT)
- Consensus: QBFT
- Block Time: ~2 seconds
- Finality: Immediate (BFT)
- RPC: https://rpc.d-bis.org
@@ -129,7 +129,7 @@ Best regards,
### Technical Specifications
- **ChainID**: 138
- **Consensus**: IBFT 2.0
- **Consensus**: QBFT
- **Block Time**: ~2 seconds
- **Finality**: Immediate
- **RPC Endpoints**: 2+ high-availability endpoints
@@ -198,4 +198,3 @@ Track updates and communications:
- [Consensys Website](https://consensys.io)
- [MetaMask Support](https://support.metamask.io)
- [SEC Swaps Scrutiny](https://www.reuters.com/legal/us-sec-sues-blockchain-software-technology-company-consensys-2024-06-28/)

View File

@@ -302,8 +302,7 @@ global.window.ethereum = createMockMetaMask();
## References
- [MetaMask SDK Documentation](../metamask-sdk/README.md)
- [MetaMask SDK Documentation](../../../metamask-sdk/README.md)
- [MetaMask Integration Guide](./METAMASK_INTEGRATION.md)
- [Quick Start Guide](../metamask/QUICK_START.md)
- [Quick Start Guide](../../../metamask/QUICK_START.md)
- [MetaMask Documentation](https://docs.metamask.io)