Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap for georli network #292

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
MAINNET_MNEMONIC=
KOVAN_MNEMONIC=
GOERLI_MNEMONIC=
AVAX_MNEMONIC=
FUJI_MNEMONIC=
MAINNET_URI=
GOERLI_URI=
KOVAN_URI=
TEST_URI=
AVAX_URI="https://api.avax.network/ext/bc/C/rpc"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
TEST_URI: ${{ secrets.TEST_URI }}
KOVAN_URI: ${{ secrets.TEST_URI }}
KOVAN_MNEMONIC: ${{ secrets.KOVAN_MNEMONIC }}
GOERLI_URI: ${{ secrets.GOERLI_URI }}
GOERLI_MNEMONIC: ${{ secrets.GOERLI_MNEMONIC }}
MAINNET_URI: ${{ secrets.MAINNET_URI }}
MAINNET_MNEMONIC: ${{ secrets.MAINNET_MNEMONIC }}
AVAX_URI: "https://api.avax.network/ext/bc/C/rpc"
Expand All @@ -49,6 +51,8 @@ jobs:
TEST_URI: ${{ secrets.TEST_URI }}
KOVAN_URI: ${{ secrets.TEST_URI }}
KOVAN_MNEMONIC: ${{ secrets.KOVAN_MNEMONIC }}
GOERLI_URI: ${{ secrets.GOERLI_URI }}
GOERLI_MNEMONIC: ${{ secrets.GOERLI_MNEMONIC }}
MAINNET_URI: ${{ secrets.MAINNET_URI }}
MAINNET_MNEMONIC: ${{ secrets.MAINNET_MNEMONIC }}
AVAX_URI: "https://api.avax.network/ext/bc/C/rpc"
Expand Down
1 change: 1 addition & 0 deletions constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
export enum CHAINID {
ETH_MAINNET = 1, // eslint-disable-line no-unused-vars
ETH_KOVAN = 42, // eslint-disable-line no-unused-vars
ETH_GOERLI = 5, // eslint-disable-line no-unused-vars
AVAX_MAINNET = 43114, // eslint-disable-line no-unused-vars
AVAX_FUJI = 43113, // eslint-disable-line no-unused-vars
}
Expand Down
1 change: 1 addition & 0 deletions deployments/goerli/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5
261 changes: 261 additions & 0 deletions deployments/goerli/Swap.json

Large diffs are not rendered by default.

Loading