Skip to content

Commit a21e6e5

Browse files
author
Li Bin
committedJul 27, 2021
rename repository from Elastos.ELA.SideChain.ETH to Elastos.ELA.SideChain.ESC; search and replacement by helps of MS Visual Studio Code
1 parent 87bcc6b commit a21e6e5

File tree

865 files changed

+6851
-6851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

865 files changed

+6851
-6851
lines changed
 

‎.github/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Thank you for considering to help out with the source code! We welcome
44
contributions from anyone on the internet, and are grateful for even the
55
smallest of fixes!
66

7-
If you'd like to contribute to Elastos.ELA.SideChain.ETH, please fork, fix, commit and send a
7+
If you'd like to contribute to Elastos.ELA.SideChain.ESC, please fork, fix, commit and send a
88
pull request for the maintainers to review and merge into the main code base. If
99
you wish to submit more complex changes though, please check up with the core
10-
devs first on [our gitter channel](https://gitter.im/ethereum/Elastos.ELA.SideChain.ETH) to
10+
devs first on [our gitter channel](https://gitter.im/ethereum/Elastos.ELA.SideChain.ESC) to
1111
ensure those changes are in line with the general philosophy of the project
1212
and/or get some early feedback which can make both your efforts much lighter as
1313
well as our review and merge procedures quick and simple.
@@ -30,11 +30,11 @@ Please make sure your contributions adhere to our coding guidelines:
3030
Before you submit a feature request, please check and make sure that it isn't
3131
possible through some other means. The JavaScript-enabled console is a powerful
3232
feature in the right hands. Please check our
33-
[Wiki page](https://github.com/elastos/Elastos.ELA.SideChain.ETH/wiki) for more info
33+
[Wiki page](https://github.com/elastos/Elastos.ELA.SideChain.ESC/wiki) for more info
3434
and help.
3535

3636
## Configuration, dependencies, and tests
3737

38-
Please see the [Developers' Guide](https://github.com/elastos/Elastos.ELA.SideChain.ETH/wiki/Developers'-Guide)
38+
Please see the [Developers' Guide](https://github.com/elastos/Elastos.ELA.SideChain.ESC/wiki/Developers'-Guide)
3939
for more details on configuring your environment, managing project dependencies
4040
and testing procedures.

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: go
2-
go_import_path: github.com/elastos/Elastos.ELA.SideChain.ETH
2+
go_import_path: github.com/elastos/Elastos.ELA.SideChain.ESC
33
sudo: false
44
jobs:
55
include:
@@ -181,7 +181,7 @@ jobs:
181181
# - mv android-ndk-r19b $ANDROID_HOME/ndk-bundle
182182
#
183183
# - mkdir -p $GOPATH/src/github.com/elastos
184-
# - ln -s `pwd` $GOPATH/src/github.com/elastos/Elastos.ELA.SideChain.ETH
184+
# - ln -s `pwd` $GOPATH/src/github.com/elastos/Elastos.ELA.SideChain.ESC
185185
# - go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds
186186
#
187187
# # This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads

0 commit comments

Comments
 (0)
Please sign in to comment.