Skip to content

Commit

Permalink
feat: replace network mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Apr 22, 2022
1 parent 337b5a2 commit fe5733d
Show file tree
Hide file tree
Showing 8 changed files with 16,974 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .ci/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export = async function main() {
: 'https://peer.decentraland.zone',
},
{
name: 'ETHEREUM_NETWORK',
value: env === 'prd' || env === 'stg' ? 'mainnet' : 'ropsten',
name: 'CHAIN_NAME',
value: env === 'prd' || env === 'stg' ? 'Ethereum Mainnet' : 'Ropsten',
},
{
name: 'COLLECTIONS_GRAPH_URL',
Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ETHEREUM_NETWORK=
CHAIN_NAME=
CONNECTION_STRING=
ANALYTICS_CONNECTION_STRING=

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
DEFAULT_ETH_ADDRESS: DEFAULT_ETH_ADDRESS
ANALYTICS_CONNECTION_STRING: ANALYTICS_CONNECTION_STRING
PEER_URL: https://peer.decentraland.zone
ETHEREUM_NETWORK: ropsten
CHAIN_NAME: Ropsten
THIRD_PARTY_GRAPH_URL: 'http://thid-party-url'
OPEN_SEA_URL: OPEN_SEA_URL
OPEN_SEA_API_KEY: OPEN_SEA_API_KEY
Expand Down
Loading

0 comments on commit fe5733d

Please sign in to comment.