diff --git a/_data/chains/eip155-13577.json b/_data/chains/eip155-13577.json new file mode 100644 index 000000000000..98b2016c2b3d --- /dev/null +++ b/_data/chains/eip155-13577.json @@ -0,0 +1,17 @@ +{ + "name": "Liberion Testnet", + "chain": "LBR", + "icon": "liberion", + "rpc": ["https://bc.liberion.dev/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Liberion", + "symbol": "tLBR", + "decimals": 18 + }, + "infoURL": "https://liberion.com/", + "shortName": "lbr-testnet", + "chainId": 13577, + "networkId": 13577, + "explorers": [] +} diff --git a/_data/chains/eip155-13579.json b/_data/chains/eip155-13579.json new file mode 100644 index 000000000000..d4ce030d6cc7 --- /dev/null +++ b/_data/chains/eip155-13579.json @@ -0,0 +1,17 @@ +{ + "name": "Liberion Mainnet", + "chain": "LBR", + "icon": "liberion", + "rpc": ["https://bc.liberion.com/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Liberion", + "symbol": "LBR", + "decimals": 18 + }, + "infoURL": "https://liberion.com/", + "shortName": "lbr", + "chainId": 13579, + "networkId": 13579, + "explorers": [] +} diff --git a/_data/icons/liberion.json b/_data/icons/liberion.json new file mode 100644 index 000000000000..475a9b43ab43 --- /dev/null +++ b/_data/icons/liberion.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdmjHkt9zAQUosv4Trai9zMztRuyTZQZ3rpP73GC961ET", + "width": 40, + "height": 40, + "format": "svg" + } +]