docs: update discord link (#534)
This commit is contained in:
parent
26c5eabb18
commit
c3f70aeaf7
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
- uses: technote-space/get-diff-action@v5
|
- uses: technote-space/get-diff-action@v5
|
||||||
with:
|
with:
|
||||||
PATTERNS: |
|
PATTERNS: |
|
||||||
|
**/**.sol
|
||||||
**/**.go
|
**/**.go
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
@ -83,10 +84,11 @@ jobs:
|
|||||||
- uses: technote-space/get-diff-action@v5
|
- uses: technote-space/get-diff-action@v5
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
PATTERNS: |
|
||||||
.go
|
**/**.sol
|
||||||
.mod
|
**/**.go
|
||||||
.sum
|
go.mod
|
||||||
|
go.sum
|
||||||
- name: test-solidity
|
- name: test-solidity
|
||||||
run: |
|
run: |
|
||||||
make test-solidity
|
make test-solidity
|
||||||
|
@ -27,7 +27,7 @@ parent:
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://discord.gg/3ZbxEq4KDu">
|
<a href="https://discord.gg/trje9XuAmy">
|
||||||
<img alt="Discord" src="https://img.shields.io/discord/809048090249134080.svg" />
|
<img alt="Discord" src="https://img.shields.io/discord/809048090249134080.svg" />
|
||||||
</a>
|
</a>
|
||||||
<!-- <a href="https://github.com/tharsis/ethermint/actions?query=branch%3Amain+workflow%3ABuild">
|
<!-- <a href="https://github.com/tharsis/ethermint/actions?query=branch%3Amain+workflow%3ABuild">
|
||||||
@ -71,7 +71,7 @@ The following chat channels and forums are a great spot to ask questions about E
|
|||||||
|
|
||||||
- [Ethermint Twitter](https://twitter.com/ethermint)
|
- [Ethermint Twitter](https://twitter.com/ethermint)
|
||||||
- [Tharsis Twitter](https://twitter.com/ethermint)
|
- [Tharsis Twitter](https://twitter.com/ethermint)
|
||||||
- [Ethermint Discord](https://discord.gg/3ZbxEq4KDu)
|
- [Ethermint Discord](https://discord.gg/trje9XuAmy)
|
||||||
- [Ethermint Forum](https://forum.cosmos.network/c/ethermint)
|
- [Ethermint Forum](https://forum.cosmos.network/c/ethermint)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
@ -184,7 +184,7 @@ module.exports = {
|
|||||||
chat: {
|
chat: {
|
||||||
title: 'Developer Chat',
|
title: 'Developer Chat',
|
||||||
text: 'Chat with Ethermint developers on Discord.',
|
text: 'Chat with Ethermint developers on Discord.',
|
||||||
url: 'https://discord.gg/3ZbxEq4KDu',
|
url: 'https://discord.gg/trje9XuAmy',
|
||||||
bg: 'linear-gradient(103.75deg, #1B1E36 0%, #22253F 100%)'
|
bg: 'linear-gradient(103.75deg, #1B1E36 0%, #22253F 100%)'
|
||||||
},
|
},
|
||||||
forum: {
|
forum: {
|
||||||
@ -245,7 +245,7 @@ module.exports = {
|
|||||||
title: 'Community',
|
title: 'Community',
|
||||||
children: [{
|
children: [{
|
||||||
title: 'Ethermint Community',
|
title: 'Ethermint Community',
|
||||||
url: 'https://discord.gg/3ZbxEq4KDu'
|
url: 'https://discord.gg/trje9XuAmy'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Ethermint Forum',
|
title: 'Ethermint Forum',
|
||||||
|
Loading…
Reference in New Issue
Block a user