Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# CRE
/cre/ @smartcontractkit/keystone @smartcontractkit/op-tooling
/cre/capabilities/blockchain/ @smartcontractkit/bix-framework @smartcontractkit/keystone @smartcontractkit/op-tooling
/cre/go/installer/pkg/embedded_gen.go @smartcontractkit/bix-framework @smartcontractkit/keystone @smartcontractkit/op-tooling
/cre/go/installer/pkg/embedded_gen.go @smartcontractkit/bix-framework @smartcontractkit/keystone @smartcontractkit/op-tooling @smartcontractkit/privacy

/workflows/ @smartcontractkit/foundations @smartcontractkit/core @smartcontractkit/op-tooling
/billing/ @smartcontractkit/cre-business @smartcontractkit/core @smartcontractkit/op-tooling
Expand Down
1 change: 1 addition & 0 deletions cre/capabilities/blockchain/aptos/v1alpha/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message AccountAPTBalanceReply {

message ViewRequest {
ViewPayload payload = 1;
optional uint64 ledger_version = 2; // nil means use latest ledger version
}

message ViewReply {
Expand Down
84 changes: 84 additions & 0 deletions cre/capabilities/blockchain/evm/v1alpha/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,18 @@ service Client {
key: "binance_smart_chain-testnet"
value: 13264668187771770619
},
{
key: "celo-mainnet"
value: 1346049177634351622
},
{
key: "cronos-testnet"
value: 2995292832068775165
},
{
key: "dtcc-testnet-andesite"
value: 15513093881969820114
},
{
key: "ethereum-mainnet"
value: 5009297550715157269
Expand All @@ -205,10 +217,26 @@ service Client {
key: "ethereum-mainnet-base-1"
value: 15971525489660198786
},
{
key: "ethereum-mainnet-ink-1"
value: 3461204551265785888
},
{
key: "ethereum-mainnet-linea-1"
value: 4627098889531055414
},
{
key: "ethereum-mainnet-mantle-1"
value: 1556008542357238666
},
{
key: "ethereum-mainnet-optimism-1"
value: 3734403246176062136
},
{
key: "ethereum-mainnet-scroll-1"
value: 13204309965629103672
},
{
key: "ethereum-mainnet-worldchain-1"
value: 2049429975587534727
Expand Down Expand Up @@ -237,10 +265,22 @@ service Client {
key: "ethereum-testnet-sepolia-linea-1"
value: 5719461335882077547
},
{
key: "ethereum-testnet-sepolia-mantle-1"
value: 8236463271206331221
},
{
key: "ethereum-testnet-sepolia-optimism-1"
value: 5224473277236331295
},
{
key: "ethereum-testnet-sepolia-scroll-1"
value: 2279865765895943307
},
{
key: "ethereum-testnet-sepolia-unichain-1"
value: 14135854469784514356
},
{
key: "ethereum-testnet-sepolia-worldchain-1"
value: 5299555114858065850
Expand All @@ -249,6 +289,18 @@ service Client {
key: "ethereum-testnet-sepolia-zksync-1"
value: 6898391096552792247
},
{
key: "gnosis_chain-mainnet"
value: 465200170687744372
},
{
key: "gnosis_chain-testnet-chiado"
value: 8871595565390010547
},
{
key: "hyperliquid-mainnet"
value: 2442541497099098535
},
{
key: "hyperliquid-testnet"
value: 4286062357653186312
Expand All @@ -265,10 +317,26 @@ service Client {
key: "jovay-testnet"
value: 945045181441419236
},
{
key: "megaeth-mainnet"
value: 6093540873831549674
},
{
key: "megaeth-testnet-2"
value: 18241817625092392675
},
{
key: "pharos-atlantic-testnet"
value: 16098325658947243212
},
{
key: "pharos-mainnet"
value: 7801139999541420232
},
{
key: "plasma-mainnet"
value: 9335212494177455608
},
{
key: "plasma-testnet"
value: 3967220077692964309
Expand All @@ -284,6 +352,22 @@ service Client {
{
key: "private-testnet-andesite"
value: 6915682381028791124
},
{
key: "sonic-mainnet"
value: 1673871237479749969
},
{
key: "sonic-testnet"
value: 1763698235108410440
},
{
key: "tac-testnet"
value: 9488606126177218005
},
{
key: "xlayer-testnet"
value: 10212741611335999305
}
]
}
Expand Down
Loading
Loading