Skip to content

Commit

Permalink
feat: deploy of SelfHostedApplicationFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 22, 2024
1 parent fe97347 commit d6974f0
Show file tree
Hide file tree
Showing 17 changed files with 5,484 additions and 2,548 deletions.
232 changes: 232 additions & 0 deletions onchain/rollups/deployments/arbitrum/SelfHostedApplicationFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions onchain/rollups/deployments/base/SelfHostedApplicationFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions onchain/rollups/deployments/mainnet/SelfHostedApplicationFactory.json

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions onchain/rollups/deployments/optimism/SelfHostedApplicationFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions onchain/rollups/deployments/sepolia/SelfHostedApplicationFactory.json

Large diffs are not rendered by default.

821 changes: 478 additions & 343 deletions onchain/rollups/export/abi/arbitrum.json

Large diffs are not rendered by default.

1,193 changes: 664 additions & 529 deletions onchain/rollups/export/abi/arbitrum_sepolia.json

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions onchain/rollups/export/abi/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,141 @@
}
]
},
"SelfHostedApplicationFactory": {
"address": "0x9E32e06Fd23675b2DF8eA8e6b0A25c3DF6a60AbC",
"abi": [
{
"inputs": [
{
"internalType": "contract IAuthorityHistoryPairFactory",
"name": "_authorityHistoryPairFactory",
"type": "address"
},
{
"internalType": "contract ICartesiDAppFactory",
"name": "_applicationFactory",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "address",
"name": "_authorityOwner",
"type": "address"
},
{
"internalType": "address",
"name": "_dappOwner",
"type": "address"
},
{
"internalType": "bytes32",
"name": "_templateHash",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "_salt",
"type": "bytes32"
}
],
"name": "calculateAddresses",
"outputs": [
{
"internalType": "address",
"name": "application_",
"type": "address"
},
{
"internalType": "address",
"name": "authority_",
"type": "address"
},
{
"internalType": "address",
"name": "history_",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_authorityOwner",
"type": "address"
},
{
"internalType": "address",
"name": "_dappOwner",
"type": "address"
},
{
"internalType": "bytes32",
"name": "_templateHash",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "_salt",
"type": "bytes32"
}
],
"name": "deployContracts",
"outputs": [
{
"internalType": "contract CartesiDApp",
"name": "application_",
"type": "address"
},
{
"internalType": "contract Authority",
"name": "authority_",
"type": "address"
},
{
"internalType": "contract History",
"name": "history_",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getApplicationFactory",
"outputs": [
{
"internalType": "contract ICartesiDAppFactory",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getAuthorityHistoryPairFactory",
"outputs": [
{
"internalType": "contract IAuthorityHistoryPairFactory",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
},
"UnrolledCordic": {
"address": "0x3F8FdcD1B0F421D817BF58C96b7C91B98100B450",
"abi": [
Expand Down
Loading

0 comments on commit d6974f0

Please sign in to comment.