Skip to content

Commit 49d3e11

Browse files
Add xlayer, megaeth, cronos, mantle, tac, unichain, scroll, sonic testnet support (#308)
* Added xlayer megaeth cronos mantle tac unichain scroll sonic support * Auto-fix: buf format, gofmt, go generate, go mod tidy * Added celo sepolia * Auto-fix: buf format, gofmt, go generate, go mod tidy * Added gnosis chiado * Auto-fix: buf format, gofmt, go generate, go mod tidy * Removed celo sepolia * Auto-fix: buf format, gofmt, go generate, go mod tidy * Removed gnosis chiado * Auto-fix: buf format, gofmt, go generate, go mod tidy --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent ecda729 commit 49d3e11

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

cre/capabilities/blockchain/evm/v1alpha/client.proto

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ service Client {
193193
key: "binance_smart_chain-testnet"
194194
value: 13264668187771770619
195195
},
196+
{
197+
key: "cronos-testnet"
198+
value: 2995292832068775165
199+
},
196200
{
197201
key: "ethereum-mainnet"
198202
value: 5009297550715157269
@@ -237,10 +241,22 @@ service Client {
237241
key: "ethereum-testnet-sepolia-linea-1"
238242
value: 5719461335882077547
239243
},
244+
{
245+
key: "ethereum-testnet-sepolia-mantle-1"
246+
value: 8236463271206331221
247+
},
240248
{
241249
key: "ethereum-testnet-sepolia-optimism-1"
242250
value: 5224473277236331295
243251
},
252+
{
253+
key: "ethereum-testnet-sepolia-scroll-1"
254+
value: 2279865765895943307
255+
},
256+
{
257+
key: "ethereum-testnet-sepolia-unichain-1"
258+
value: 14135854469784514356
259+
},
244260
{
245261
key: "ethereum-testnet-sepolia-worldchain-1"
246262
value: 5299555114858065850
@@ -265,6 +281,10 @@ service Client {
265281
key: "jovay-testnet"
266282
value: 945045181441419236
267283
},
284+
{
285+
key: "megaeth-testnet-2"
286+
value: 18241817625092392675
287+
},
268288
{
269289
key: "pharos-atlantic-testnet"
270290
value: 16098325658947243212
@@ -288,6 +308,18 @@ service Client {
288308
{
289309
key: "private-testnet-andesite"
290310
value: 6915682381028791124
311+
},
312+
{
313+
key: "sonic-testnet"
314+
value: 1763698235108410440
315+
},
316+
{
317+
key: "tac-testnet"
318+
value: 9488606126177218005
319+
},
320+
{
321+
key: "xlayer-testnet"
322+
value: 10212741611335999305
291323
}
292324
]
293325
}

cre/go/installer/pkg/embedded_gen.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)