Skip to content

Commit

Permalink
update etherum issuing
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Apr 1, 2024
1 parent 265f475 commit fd1d886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apollo/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ XTOKEN_DARWINIA_CRAB_ISSUING=https://thegraph.darwinia.network/helix/subgraphs/n
XTOKEN_CRAB_DARWINIA_BACKING=https://thegraph.darwinia.network/helix/subgraphs/name/xtokentransfer/crab-darwinia-backing
XTOKEN_CRAB_DARWINIA_ISSUING=https://thegraph.darwinia.network/helix/subgraphs/name/xtokentransfer/crab-darwinia-issuing
XTOKEN_DARWINIA_ETHEREUM_BACKING=https://thegraph.darwinia.network/helix/subgraphs/name/xtokentransfer/darwinia-ethereum-backing
XTOKEN_DARWINIA_ETHEREUM_ISSUING=https://api.studio.thegraph.com/query/59403/xtoken-dar-ethereum-issuing/v1.0.0
XTOKEN_DARWINIA_ETHEREUM_ISSUING=https://api.studio.thegraph.com/query/59403/xtoken-dar-ethereum-issuing/v1.0.1
XTOKEN_CRAB=https://thegraph.darwinia.network/helix/subgraphs/name/xtokentransfer/crab
XTOKEN_DISPATCH_DARWINIA=https://thegraph.darwinia.network/helix/subgraphs/name/xtokendispatch/darwinia
XTOKEN_DISPATCH_CRAB=https://thegraph.darwinia.network/helix/subgraphs/name/xtokendispatch/crab
Expand Down
2 changes: 1 addition & 1 deletion subgraph/xtoken/transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-crab-darwinia-backing": "sh generate.sh init && sh generate.sh backing crab2 0xa64D1c284280b22f921E7B2A55040C7bbfD4d9d0 2515876 && graph codegen && graph build",
"build-darwinia-crab-issuing": "sh generate.sh init && sh generate.sh issuing crab2 0xf6372ab2d35B32156A19F2d2F23FA6dDeFBE58bd 2515876 && graph codegen && graph build",
"build-darwinia-ethereum-backing": "sh generate.sh init && sh generate.sh backing darwinia2 0x2B496f19A420C02490dB859fefeCCD71eDc2c046 2365403 && graph codegen && graph build",
"build-darwinia-ethereum-issuing": "sh generate.sh init && sh generate.sh backing mainnet 0xDc0C760c0fB4672D06088515F6446a71Df0c64C1 19537485 && graph codegen && graph build",
"build-darwinia-ethereum-issuing": "sh generate.sh init && sh generate.sh issuing mainnet 0xDc0C760c0fB4672D06088515F6446a71Df0c64C1 19537485 && graph codegen && graph build",
"create-remote-dev": "graph create --access-token ${KEY} --node https://thegraph-g2.darwinia.network/helix/deploy/ xtokentransfer/${NETWORK}",
"deploy-remote-dev": "graph deploy --access-token $KEY --node https://thegraph-g2.darwinia.network/helix/deploy/ --ipfs https://ipfs.network.thegraph.com xtokentransfer/$NETWORK",
"create-remote-pro": "graph create --access-token ${KEY} --node https://thegraph.darwinia.network/helix/deploy/ xtokentransfer/${NETWORK}",
Expand Down

0 comments on commit fd1d886

Please sign in to comment.