diff --git a/bun.lockb b/bun.lockb index 7a05ead..da1b06c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index afc61c5..4e2aa30 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.5", + "version": "0.6.6", "private": true, "type": "module", "scripts": { @@ -24,8 +24,5 @@ "ajv-formats": "^3.0.1", "json-schema-to-typescript": "15.0.3", "prettier": "3.4.1" - }, - "dependencies": { - "wrangler": "3.90.0" } } diff --git a/registry/eip155/corn-sepolia.json b/registry/eip155/corn-sepolia.json new file mode 100644 index 0000000..6c63a9c --- /dev/null +++ b/registry/eip155/corn-sepolia.json @@ -0,0 +1,33 @@ +{ + "id": "corn-sepolia", + "shortName": "Corn", + "fullName": "Corn Testnet", + "aliases": ["corn-testnet"], + "caip2Id": "eip155:21000001", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://testnet-explorer.usecorn.com"], + "rpcUrls": [ + "https://testnet-rpc.usecorn.com" + ], + "apiUrls": [ + { "url": "https://testnet-explorer.usecorn.com/api", "kind": "etherscan" } + ], + "services": { + "subgraphs": ["https://api.thegraph.com/deploy"] + }, + "networkType": "testnet", + "relations": [{ "kind": "l2Of", "network": "sepolia" }, { "kind": "testnetOf", "network": "corn" }], + "issuanceRewards": false, + "nativeToken": "BTCN", + "docsUrl": "https://docs.usecorn.com/", + "genesis": { + "hash": "0x110954744ffd9d4bcd4f7998896d1948f654c9e5ccf6fcda1637a35a1863a71d", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + } +} diff --git a/registry/eip155/corn.json b/registry/eip155/corn.json new file mode 100644 index 0000000..82a8d2f --- /dev/null +++ b/registry/eip155/corn.json @@ -0,0 +1,33 @@ +{ + "id": "corn", + "shortName": "Corn", + "fullName": "Corn Maizenet", + "aliases": ["corn-maizenet", "corn-mainnet"], + "caip2Id": "eip155:21000000", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://maizenet-explorer.usecorn.com"], + "rpcUrls": [ + "https://maizenet-rpc.usecorn.com" + ], + "apiUrls": [ + { "url": "https://maizenet-explorer.usecorn.com/api", "kind": "etherscan" } + ], + "services": { + "subgraphs": ["https://api.thegraph.com/deploy"] + }, + "networkType": "mainnet", + "relations": [{ "kind": "l2Of", "network": "mainnet" }], + "issuanceRewards": false, + "nativeToken": "BTCN", + "docsUrl": "https://docs.usecorn.com/", + "genesis": { + "hash": "0x80cd408e666fa2755da953bfd9056f09618318d5f71011a8247cebe2a13ae30f", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + } +}