-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CCTP testnet configs * Add testnets * [REVERT IN PROD] small adjustments for testnet deploys * Deploy Synapse CCTP contracts on testnets * [REVERT IN PROD] Adapt CCTP impl with testnet chainid * Redeploy contracts * Revert "[REVERT IN PROD] Adapt CCTP impl with testnet chainid" This reverts commit d1eab5d. * Revert "[REVERT IN PROD] small adjustments for testnet deploys" This reverts commit d736861.
- Loading branch information
1 parent
47fe6e8
commit 52e95ce
Showing
15 changed files
with
5,136 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
11155111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
{ | ||
"address": "0x8b9a229a07b6e7D42dC73c7bb4830d632FE729d9", | ||
"constructorArgs": "0x", | ||
"abi": [ | ||
{ | ||
"type": "function", | ||
"name": "changeProxyAdmin", | ||
"inputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address", | ||
"internalType": "contract ITransparentUpgradeableProxy" | ||
}, | ||
{ | ||
"name": "newAdmin", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"outputs": [], | ||
"stateMutability": "nonpayable" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getProxyAdmin", | ||
"inputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address", | ||
"internalType": "contract ITransparentUpgradeableProxy" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getProxyImplementation", | ||
"inputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address", | ||
"internalType": "contract ITransparentUpgradeableProxy" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "owner", | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"stateMutability": "view" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "renounceOwnership", | ||
"inputs": [], | ||
"outputs": [], | ||
"stateMutability": "nonpayable" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "transferOwnership", | ||
"inputs": [ | ||
{ | ||
"name": "newOwner", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"outputs": [], | ||
"stateMutability": "nonpayable" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "upgrade", | ||
"inputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address", | ||
"internalType": "contract ITransparentUpgradeableProxy" | ||
}, | ||
{ | ||
"name": "implementation", | ||
"type": "address", | ||
"internalType": "address" | ||
} | ||
], | ||
"outputs": [], | ||
"stateMutability": "nonpayable" | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "upgradeAndCall", | ||
"inputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address", | ||
"internalType": "contract ITransparentUpgradeableProxy" | ||
}, | ||
{ | ||
"name": "implementation", | ||
"type": "address", | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "data", | ||
"type": "bytes", | ||
"internalType": "bytes" | ||
} | ||
], | ||
"outputs": [], | ||
"stateMutability": "payable" | ||
}, | ||
{ | ||
"type": "event", | ||
"name": "OwnershipTransferred", | ||
"inputs": [ | ||
{ | ||
"name": "previousOwner", | ||
"type": "address", | ||
"indexed": true, | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "newOwner", | ||
"type": "address", | ||
"indexed": true, | ||
"internalType": "address" | ||
} | ||
], | ||
"anonymous": false | ||
} | ||
] | ||
} |
Oops, something went wrong.