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
|
||||
with:
|
||||
PATTERNS: |
|
||||
**/**.sol
|
||||
**/**.go
|
||||
go.mod
|
||||
go.sum
|
||||
@ -83,10 +84,11 @@ jobs:
|
||||
- uses: technote-space/get-diff-action@v5
|
||||
id: git_diff
|
||||
with:
|
||||
SUFFIX_FILTER: |
|
||||
.go
|
||||
.mod
|
||||
.sum
|
||||
PATTERNS: |
|
||||
**/**.sol
|
||||
**/**.go
|
||||
go.mod
|
||||
go.sum
|
||||
- name: test-solidity
|
||||
run: |
|
||||
make test-solidity
|
||||
|
@ -27,7 +27,7 @@ parent:
|
||||
</a>
|
||||
</div>
|
||||
<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" />
|
||||
</a>
|
||||
<!-- <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)
|
||||
- [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)
|
||||
|
||||
## Contributing
|
||||
|
@ -184,7 +184,7 @@ module.exports = {
|
||||
chat: {
|
||||
title: 'Developer Chat',
|
||||
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%)'
|
||||
},
|
||||
forum: {
|
||||
@ -245,7 +245,7 @@ module.exports = {
|
||||
title: 'Community',
|
||||
children: [{
|
||||
title: 'Ethermint Community',
|
||||
url: 'https://discord.gg/3ZbxEq4KDu'
|
||||
url: 'https://discord.gg/trje9XuAmy'
|
||||
},
|
||||
{
|
||||
title: 'Ethermint Forum',
|
||||
|
Loading…
Reference in New Issue
Block a user