Skip to content

Commit

Permalink
Renamed and Enabled Kaia mainnet (#1767)
Browse files Browse the repository at this point in the history
* Renamed and Enabled Kaia mainnet

* Updated name

---------

Co-authored-by: Kaan Uzdoğan <[email protected]>
  • Loading branch information
praveen-kaia and kuzdogan authored Dec 6, 2024
1 parent 0b41b18 commit 438721a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
18 changes: 4 additions & 14 deletions services/server/src/sourcify-chains-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -989,22 +989,12 @@
}
},
"1001": {
"sourcifyName": "Klaytn Testnet Baobab",
"supported": true,
"fetchContractCreationTxUsing": {
"blockscoutScrape": {
"url": "https://klaytn-testnet.blockscout.com/"
}
}
"sourcifyName": "Kaia Kairos Testnet",
"supported": true
},
"8217": {
"sourcifyName": "Klaytn Mainnet Cypress",
"supported": false,
"fetchContractCreationTxUsing": {
"blockscoutScrape": {
"url": "https://klaytn-mainnet.blockscout.com/"
}
}
"sourcifyName": "Kaia Mainnet",
"supported": true
},
"336": {
"sourcifyName": "Shiden (EVM)",
Expand Down
18 changes: 9 additions & 9 deletions services/server/test/chains/chain-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,21 +692,21 @@ describe("Test Supported Chains", function () {
"shared/",
);

// Klaytn Testnet Baobab
// Kaia Kairos Testnet
verifyContract(
"0x662749a392CeB1b5973a90FB2c388a2C18B8812c",
"1001",
"Klaytn Testnet Baobab",
"Kaia Kairos Testnet",
"shared/",
);

// Klaytn Mainnet Cypress
// verifyContract(
// "0x3b2e3383AeE77A58f252aFB3635bCBd842BaeCB3",
// "8217",
// "Klaytn Mainnet Cypress",
// "shared/"
// );
// Kaia Mainnet
verifyContract(
"0x3b2e3383AeE77A58f252aFB3635bCBd842BaeCB3",
"8217",
"Kaia Mainnet",
"shared/",
);

// Shiden (EVM)
verifyContract(
Expand Down

0 comments on commit 438721a

Please sign in to comment.