chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:14 -08:00
parent b6a776e5d7
commit 25c96e210a
316 changed files with 29779 additions and 677 deletions

View File

@@ -0,0 +1,58 @@
{
"smartAccounts": {
"enabled": true,
"tracking": {
"accountCreations": {
"enabled": true,
"events": ["account_created", "account_creation_failed"]
},
"delegations": {
"enabled": true,
"events": ["delegation_requested", "delegation_granted", "delegation_revoked", "delegation_expired"]
},
"permissions": {
"enabled": true,
"events": ["permission_requested", "permission_granted", "permission_revoked"]
},
"userOperations": {
"enabled": true,
"events": ["batch_created", "batch_executed", "batch_failed"]
},
"gasUsage": {
"enabled": true,
"trackAverage": true,
"trackPeak": true
}
},
"metrics": {
"accountCreationRate": {
"enabled": true,
"window": "1h"
},
"delegationGrantRate": {
"enabled": true,
"window": "1h"
},
"permissionGrantRate": {
"enabled": true,
"window": "1h"
},
"averageGasUsage": {
"enabled": true,
"window": "24h"
},
"successRate": {
"enabled": true,
"window": "1h"
}
}
},
"endpoints": {
"analytics": "https://analytics.d-bis.org",
"events": "https://events.d-bis.org/api/v1/events"
},
"privacy": {
"anonymize": true,
"retentionDays": 90
}
}

View File

@@ -0,0 +1,33 @@
{
"chainId": 138,
"chainName": "SMOM-DBIS-138",
"rpcUrl": "https://rpc.d-bis.org",
"explorerUrl": "https://explorer.d-bis.org",
"entryPointAddress": "",
"accountFactoryAddress": "",
"paymasterAddress": "",
"deployment": {
"entryPoint": {
"address": "",
"transactionHash": "",
"blockNumber": 0
},
"accountFactory": {
"address": "",
"transactionHash": "",
"blockNumber": 0
},
"paymaster": {
"address": "",
"transactionHash": "",
"blockNumber": 0,
"enabled": false
}
},
"features": {
"delegation": true,
"advancedPermissions": true,
"gasAbstraction": false,
"userOperations": true
}
}

View File

@@ -2,18 +2,22 @@
"name": "SMOM-DBIS-138 Token List",
"version": {
"major": 1,
"minor": 1,
"minor": 4,
"patch": 0
},
"timestamp": "2025-12-22T17:45:00.000Z",
"timestamp": "2026-02-28T00:00:00.000Z",
"tokens": [
{
"chainId": 138,
"address": "0x3304b747e565a97ec8ac220b0b6a1f6ffdb837e6",
"address": "0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6",
"name": "ETH/USD Price Feed",
"symbol": "ETH-USD",
"decimals": 8,
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
"logoURI": "https://ipfs.io/ipfs/QmPZuycjyJEe2otREuQ5HirvPJ8X6Yc6MBtwz1VhdD79pY",
"tags": [
"oracle",
"pricefeed"
]
},
{
"chainId": 138,
@@ -21,15 +25,62 @@
"name": "Wrapped Ether",
"symbol": "WETH",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong",
"tags": [
"defi",
"wrapped"
]
},
{
"chainId": 138,
"address": "0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9f",
"address": "0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9F",
"name": "Wrapped Ether v10",
"symbol": "WETH10",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
"logoURI": "https://ipfs.io/ipfs/QmanDFPHxnbKd6SSNzzXHf9GbpL9dLXSphxDZSPPYE6ds4",
"tags": [
"defi",
"wrapped"
]
},
{
"chainId": 138,
"address": "0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03",
"name": "Chainlink Token",
"symbol": "LINK",
"decimals": 18,
"logoURI": "https://ipfs.io/ipfs/QmenWcmfNGfssz4HXvrRV912eZDiKqLTt6z2brRYuTGz9A",
"tags": [
"defi",
"oracle",
"ccip"
]
},
{
"chainId": 138,
"address": "0x93E66202A11B1772E55407B32B44e5Cd8eda7f22",
"name": "Compliant Tether USD",
"symbol": "cUSDT",
"decimals": 6,
"logoURI": "https://ipfs.io/ipfs/QmRfhPs9DcyFPpGjKwF6CCoVDWUHSxkQR34n9NK7JSbPCP",
"tags": [
"stablecoin",
"defi",
"compliant"
]
},
{
"chainId": 138,
"address": "0xf22258f57794CC8E06237084b353Ab30fFfa640b",
"name": "Compliant USD Coin",
"symbol": "cUSDC",
"decimals": 6,
"logoURI": "https://ipfs.io/ipfs/QmNPq4D5JXzurmi9jAhogVMzhAQRk1PZ1r9H3qQUV9gjDm",
"tags": [
"stablecoin",
"defi",
"compliant"
]
}
]
}
}