This file contains hidden or 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
// SPDX-License-Identifier: MIT | |
/** | |
* ████████╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗ | |
* ╚══██╔══╝██╔═══██╗██║ ██╔╝██╔════╝████╗ ██║ | |
* ██║ ██║ ██║█████╔╝ █████╗ ██╔██╗ ██║ | |
* ██║ ██║ ██║██╔═██╗ ██╔══╝ ██║╚██╗██║ | |
* ██║ ╚██████╔╝██║ ██╗███████╗██║ ╚████║ | |
* ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ | |
* SONIC RED DRAGON |
This file contains hidden or 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
{ | |
"compiler": { | |
"version": "0.8.30+commit.73712a01" | |
}, | |
"language": "Solidity", | |
"output": { | |
"abi": [ | |
{ | |
"inputs": [ | |
{ |
This file contains hidden or 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
// SPDX-License-Identifier: MIT | |
pragma solidity 0.8.24; | |
contract ChainRegistry { | |
// Storage variables | |
address private _owner; | |
mapping(uint16 => ChainConfig) private chainConfigs; | |
uint16[] private supportedChains; | |
uint16 private currentChainId; | |
This file contains hidden or 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
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.20; | |
// forgefmt: disable-start | |
/** | |
* bbbbbbbb dddddddd | |
* b::::::b d::::::d | |
* b::::::b d::::::d | |
* b::::::b d::::::d | |
* b:::::b d:::::d |