We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eabf65 commit 24476ebCopy full SHA for 24476eb
apps/api-reference/src/evm-networks.ts
@@ -893,6 +893,12 @@ export const NETWORK_INFO = {
893
isMainnet: true,
894
contractAddress: "0x2880aB155794e7179c9eE2e38200202908C17B43",
895
},
896
+ [146]: {
897
+ name: "sonic_mainnet",
898
+ rpcUrl: " https://rpc.soniclabs.com",
899
+ isMainnet: true,
900
+ contractAddress: "0x2880aB155794e7179c9eE2e38200202908C17B43",
901
+ },
902
} satisfies Record<number, NetworkInfo>;
903
904
export const NETWORK_IDS = Object.keys(NETWORK_INFO).map((key) =>
0 commit comments