From 52891acb1f650d682905e3593bdf45d5cc36daac Mon Sep 17 00:00:00 2001 From: ahmed smiai Date: Thu, 7 Sep 2023 14:09:02 +0100 Subject: [PATCH] added shimmerEvm provider --- src/main/resources/walt-default.yaml | 1 + walt.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/walt-default.yaml b/src/main/resources/walt-default.yaml index 3ac416e..9183b8e 100644 --- a/src/main/resources/walt-default.yaml +++ b/src/main/resources/walt-default.yaml @@ -21,6 +21,7 @@ providers: moonbeam: "https://rpc.api.moonbeam.network" unique: "https://rpc.unique.network" opal: "https://rpc-opal.unique.network" + shimmerevm: "https://json-rpc.evm.testnet.shimmer.network" privateKey: "bd4cb3e507f342ee3a710370cef39dda48f17b0a158b0b8dd3f000fbd5b2c2d9" diff --git a/walt.yml b/walt.yml index 7671631..6a1eaf2 100644 --- a/walt.yml +++ b/walt.yml @@ -21,6 +21,7 @@ providers: moonbeam: "https://rpc.api.moonbeam.network" unique: "https://rpc.unique.network" opal: "https://rpc-opal.unique.network" + shimmerevm: "https://json-rpc.evm.testnet.shimmer.network" indexersUrl: uniqueUrl: "https://api-unique.uniquescan.io/v1/graphql"