Skip to content

Commit

Permalink
feat: ini rust format (#1912)
Browse files Browse the repository at this point in the history
* chore: ini rust format

* chore: update
  • Loading branch information
shunkakinoki committed May 9, 2024
1 parent 6460749 commit 2c9cb35
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-berries-mate.md
@@ -0,0 +1,5 @@
---
"@lightdotso/frames": patch
---

Add frame config
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

15 changes: 15 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,15 @@
# Copyright 2023-2024 Light, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

* @shunkakinoki @LightDotSoBot
8 changes: 7 additions & 1 deletion README.md
@@ -1,11 +1,17 @@
# LightDotSo

[![Apache-2.0 License][apache-badge]][apache-url]
[![MIT License][mit-badge]][mit-url]
[![Telegram Chat][tg-badge]][tg-url]

[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[apache-badge]: https://img.shields.io/badge/license-Apache--2.0-blue.svg
[apache-url]: LICENSE.md
[mit-url]: LICENSE-MIT.md
[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2FLightDotSoSupport
[tg-url]: https://t.me/LightDotSoSupport

## EVM chain abstraction Protocol unifying all chains as one.
## EVM chain abstraction protocol unifying all chains as one.

![](./assets/github.png)

Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Expand Up @@ -6,15 +6,15 @@ The below table shows the versions of the contract and versions of the factory a

### Factory

| Version | Address |
| ------- | ---------------------------------------------------------------------------------------------------------------------- |
| Version | Address |
| ------- | -------------------------------------------------------------------------------------------------------------------------- |
| 0.1.0 | [0x0000000000756D3E6464f5efe7e413a0Af1C7474](https://contractscan.xyz/contract/0x0000000000756D3E6464f5efe7e413a0Af1C7474) |
| 0.2.0 | [0x00000000001269b052C004FFB71B47AB22C898B0](https://contractscan.xyz/contract/0x00000000001269b052C004FFB71B47AB22C898B0) |

### Implementation

| Version | Address |
| ------- | ---------------------------------------------------------------------------------------------------------------------- |
| Version | Address |
| ------- | -------------------------------------------------------------------------------------------------------------------------- |
| 0.1.0 | [0x8FB3cFDf2082C2be7D3205D361067748Ea1aBF63](https://contractscan.xyz/contract/0x8FB3cFDf2082C2be7D3205D361067748Ea1aBF63) |
| 0.2.0 | [0x040D53C5DDE1762F7cac48d5467E88236d4873d7](https://contractscan.xyz/contract/0x040D53C5DDE1762F7cac48d5467E88236d4873d7) |

Expand Down
1 change: 0 additions & 1 deletion apps/frames/next-env.d.ts
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -174,7 +174,7 @@
"vitest": "^1.6.0",
"vitest-solidity-coverage": "^0.1.13"
},
"packageManager": "pnpm@9.0.1",
"packageManager": "pnpm@9.1.0",
"pnpm": {
"overrides": {
"next": "$next"
Expand Down

1 comment on commit 2c9cb35

@vercel
Copy link

@vercel vercel bot commented on 2c9cb35 May 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./apps/app

www.light.so
light.so
app.preview.light.so
app-git-main.preview.light.so

Please sign in to comment.