update hub-contract abi and address

master
cyl19970726 2 years ago
parent a909c396c2
commit 3355ed7abb

@ -520,6 +520,30 @@ export default {
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{
"inputs": [
{
"internalType": "bytes",
"name": "repoName",
"type": "bytes"
},
{
"internalType": "address",
"name": "member",
"type": "address"
}
],
"name": "isRepoMembership",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [ "inputs": [
{ {

@ -89,7 +89,7 @@ const evmNetworks: Record<number, any> = {
txConst: { txConst: {
blockTimeSec: 7, blockTimeSec: 7,
}, },
contracts: { factory: "0x64A423D7b938cF14A09e75262527f84C9eD2167B" }, contracts: { factory: "0xb017657470B3ceB2798aC6f1E9186Bce3CaDdcf4" },
}, },
421613: { 421613: {
name: "Arbitrum - Goerli", name: "Arbitrum - Goerli",

Loading…
Cancel
Save