Skip to content

Commit

Permalink
Name change of file (#6291)
Browse files Browse the repository at this point in the history
* Create argochain.json

Adding Argochain ipfs link

* Create eip155-1299.json

Adding Argochain (ID: 1299) with EIP-3091 explorer

* Update argochain.json

Using Prettier and fixing case sensitivity

* Update eip155-1299.json

Formatting eip155-1299.json using Prettier and fixing case sensitivity

* Update eip155-1299.json

Slash removed from explorer

* Update eip155-1299.json

Updated prefix as asked

* Update eip155-1299.json

Updating the name of the native currency

* Create eip1555-1298

Adding Argochain Testnet with chainID: 1298

* Rename file to eip155-1298.json to match EIP155 namespace

* Update eip155-1298.json

Formatted the file for rpc

* Update eip155-1298.json

Fix trailing slash issue in explorer URL

* Update eip155-1298.json

Update shortName for testnet to tAGC

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
mitun567 and ligi authored Nov 30, 2024
1 parent 9805418 commit 3b6da63
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _data/chains/eip155-1298.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Argochain Testnet",
"chain": "Argochain",
"icon": "argochain",
"rpc": [
"https://rpc-testnet.devolvedai.com",
"https://test-rpc.devolvedai.com"
],
"faucets": ["https://faucet.argoscan.net"],
"nativeCurrency": {
"name": "Argocoin",
"symbol": "AGC",
"decimals": 18
},
"infoURL": "https://devolvedai.com",
"shortName": "tAGC",
"chainId": 1298,
"networkId": 1298,
"explorers": [
{
"name": "Argochain Test Scanner",
"url": "https://test-scanner.devolvedai.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 3b6da63

Please sign in to comment.