You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current design of CAMARA the blockchainNetworkId proposed format is <L1_Ecosystem>:<sub_id> may face limitations in certain future scenarios, for instance. The ecosystem is going to be complex e.g. rootstock is a sidechain of the bitcoin, it's using evm address format which is also used eip155, another is moonbeam or other parachain are considered to be part of the polkadot ecosystem. Some parachain also support EVM-address, another is the emerging of the layer3 or L3 network such as apechain is built on top of optimism which also eip155 format, Deutsche Bank's L2 that build on zksync also use eip155
Possible evolution
Adopt CAIP-2 for the blockchain identifier and CAIP-10 for blockchain address or account.
Example:
moonbeam will be polkadot:fe58ea77779b7abda7da4ec526d14db alias eip155:1284:address
rootstock will be eip155:30:address
optimism will be eip155:10:address
evmos will be cosmos:evmos_9000-1:address alias eip155:9000:address
avalanche will support three formats P-Chain, X-Chain, and C-Chain alias eip155:43114 for C-Chain only.
To ensure compatibility, networks supporting the eip155 format should include an alias.
Additional context
Collaborating with the Chain Agnostic community could help identify widely recognized blockchains and document them on namespace repository.
Problem description
The current design of CAMARA the
blockchainNetworkId
proposed format is<L1_Ecosystem>
:<sub_id>
may face limitations in certain future scenarios, for instance. The ecosystem is going to be complex e.g.rootstock
is a sidechain of thebitcoin
, it's usingevm
address format which is also usedeip155
, another ismoonbeam
or otherparachain
are considered to be part of thepolkadot
ecosystem. Someparachain
also support EVM-address, another is the emerging of thelayer3
orL3
network such as apechain is built on top ofoptimism
which alsoeip155
format, Deutsche Bank's L2 that build onzksync
also useeip155
Possible evolution
Adopt CAIP-2 for the blockchain identifier and CAIP-10 for blockchain address or account.
Example:
moonbeam
will bepolkadot
:fe58ea77779b7abda7da4ec526d14db
aliaseip155
:1284
:address
rootstock
will beeip155
:30
:address
optimism
will beeip155
:10
:address
evmos
will becosmos
:evmos_9000-1
:address
aliaseip155
:9000
:address
avalanche
will support three formatsP-Chain
,X-Chain
, andC-Chain
aliaseip155
:43114
for C-Chain only.To ensure compatibility, networks supporting the
eip155
format should include an alias.Additional context
Collaborating with the Chain Agnostic community could help identify widely recognized blockchains and document them on namespace repository.
Supplementary
zksync
https://forum.zknation.io/t/list-of-zk-chains-that-make-up-the-elastic-chain/343optimism
https://www.superchain.eco/superchain-indexlayer3
https://polygon.technology/blog/l3s-v-aggregated-l2s-an-analysis-for-developersThe text was updated successfully, but these errors were encountered: