Skip to content

Commit

Permalink
Update env (#3)
Browse files Browse the repository at this point in the history
* koi support

* koi support

* optimistic token voting plugin

* token voting plugin

* fix

* update env
  • Loading branch information
hujw77 authored Aug 9, 2024
1 parent 7171756 commit 3190c27
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
NODE_ENV: production

# General
NEXT_PUBLIC_DAO_ADDRESS: '0xc2d16eAe039d868e047d970ee8317a603eB8725C'
NEXT_PUBLIC_TOKEN_ADDRESS: '0x46a7a3cc5acf7f6314f856047e85078385a9cd59'
NEXT_PUBLIC_DELEGATION_ANNOUNCEMENTS_START_BLOCK: 3201546
NEXT_PUBLIC_DAO_ADDRESS=0xAA3B8e182b6E9Ee46F5A68e31171EC6444F76DCF
NEXT_PUBLIC_TOKEN_ADDRESS=0x87BD07263D0Ed5687407B80FEB16F2E32C2BA44f
NEXT_PUBLIC_DELEGATION_ANNOUNCEMENTS_START_BLOCK=571012

# Plugin addresses
NEXT_PUBLIC_TOKEN_VOTING_PLUGIN_ADDRESS: '0x09afF16D1257F2C828260E0522d664DE6c459e55'
NEXT_PUBLIC_DELEGATION_CONTRACT_ADDRESS: '0x07f41c82e27ac2a497f81903ec977ae6113fe3fd'
NEXT_PUBLIC_DUAL_GOVERNANCE_PLUGIN_ADDRESS: '0xaFd761C506Dd707c0997211b65dF4777Cbdea094'
NEXT_PUBLIC_TOKEN_VOTING_PLUGIN_ADDRESS=0x0394Fdc83232B85c03F7d2c4184619768c92bbC1
NEXT_PUBLIC_DELEGATION_CONTRACT_ADDRESS=0xa83d9cdcc28d7f48cab9517795c152a22e1f6151

# Network and services
NEXT_PUBLIC_CHAIN_NAME: darwinia
NEXT_PUBLIC_WEB3_URL_PREFIX: https://rpc.darwinia.network
NEXT_PUBLIC_CHAIN_NAME=koi
NEXT_PUBLIC_WEB3_URL_PREFIX="https://koi-rpc.darwinia.network"

NEXT_PUBLIC_ALCHEMY_API_KEY: '{{ .NEXT_PUBLIC_ALCHEMY_API_KEY }}'
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: '{{ .NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID }}'
Expand Down

0 comments on commit 3190c27

Please sign in to comment.