Skip to content

Commit

Permalink
Merge pull request #20 from subspace/ft/deployFaucetOnNovaDomainId1
Browse files Browse the repository at this point in the history
Deploy faucet on nova domain id1
  • Loading branch information
marc-aurele-besner authored Nov 7, 2023
2 parents 097bba9 + e280c2b commit 3ef071f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
6 changes: 3 additions & 3 deletions smart_contract/contractsAddressDeployed.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
{
"name": "Faucet",
"address": "0x872f3534a525023F9E42Ad69b788B44fc958D5aa",
"address": "0x238060160E04D938a34bDf425396384dC878F5E8",
"network": "nova",
"deployer": "0xC89F6C6DF2f2e29AfFA81E19515CC08579a93980",
"deploymentDate": "Wed Nov 01 2023 20:52:48 GMT-0400 (Eastern Daylight Saving Time)",
"deploymentDate": "Mon Nov 06 2023 20:14:02 GMT-0500 (Eastern Standard Time)",
"chainId": 1002,
"blockHash": "",
"blockNumber": 0,
"tag": "Faucet deployed by deploy script",
"extra": {}
}
]
]
14 changes: 13 additions & 1 deletion smart_contract/contractsAddressDeployedHistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@
"blockNumber": 0,
"tag": "Faucet deployed by deploy script",
"extra": {}
},
{
"name": "Faucet",
"address": "0x238060160E04D938a34bDf425396384dC878F5E8",
"network": "nova",
"deployer": "0xC89F6C6DF2f2e29AfFA81E19515CC08579a93980",
"deploymentDate": "Mon Nov 06 2023 20:14:02 GMT-0500 (Eastern Standard Time)",
"chainId": 1002,
"blockHash": "",
"blockNumber": 0,
"tag": "Faucet deployed by deploy script",
"extra": {}
}
]
]
4 changes: 2 additions & 2 deletions smart_contract/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const config: HardhatUserConfig = {
network: 'nova',
chainId: 1002,
urls: {
apiURL: 'https://blockscout.subspace.network/api',
browserURL: 'https://blockscout.subspace.network/',
apiURL: 'https://nova.subspace.network/api',
browserURL: 'https://nova.subspace.network/',
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion web-app/src/constants/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const contracts: Contract[] = [
{
chainId: 1002,
name: 'Faucet',
address: `0x872f3534a525023F9E42Ad69b788B44fc958D5aa`,
address: `0x238060160E04D938a34bDf425396384dC878F5E8`,
abi: FAUCET
}
]

0 comments on commit 3ef071f

Please sign in to comment.